You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/01/26 01:13:44 UTC

DO NOT REPLY [Bug 26425] New: - JAXRPCHandler doesn't evaluate return value of handleRequest/handleReponse

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26425>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26425

JAXRPCHandler doesn't evaluate return value of handleRequest/handleReponse

           Summary: JAXRPCHandler doesn't evaluate return value of
                    handleRequest/handleReponse
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: thilo.frotscher@web.de


If handleRequest or handleResponse return "false", message processing should be
stopped. However, JAXRPCHandler ignores the return values.