[jboss-jira] [JBoss JIRA] Closed: (JBREM-874) CLONE -HTTP Client invoker doesn't throw exceptions when using the sslservlet protocol [JBREM-871]

Ron Sigal (JIRA) jira-events at lists.jboss.org
Fri Jan 25 23:44:21 EST 2008


     [ http://jira.jboss.com/jira/browse/JBREM-874?page=all ]

Ron Sigal closed JBREM-874.
---------------------------

    Resolution: Done

Special handling for servlet/sslservlet transports is no longer necessary following JBREM-675.

> CLONE -HTTP Client invoker doesn't throw exceptions when using the sslservlet protocol [JBREM-871]
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBREM-874
>                 URL: http://jira.jboss.com/jira/browse/JBREM-874
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: transport
>    Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01
>            Reporter: Jay Howell
>         Assigned To: Ron Sigal
>             Fix For: 2.4.0.Beta1 (Pinto)
>
>
> In the HTTP Client Invoker, the only server side exceptions that get thrown are for the servlet protocol only... and also have to be servlet exceptions... The code from the client that throws the exception is inside of this if block....
> i// now check for error response and throw exception unless configured to not do so
>       if(responseCode >= 400 
>             || ("servlet".equals(getLocator().getProtocol())
>                   && result instanceof InvocationResponse
>                   && ((InvocationResponse) result).getResult() instanceof ServletThrowable))
>       {

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list