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=26803>.
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=26803

NullPointerException in RequestProcessor

           Summary: NullPointerException in RequestProcessor
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


org/apache/struts/action/RequestProcessor.java:441 - in the 
processForwardConfig method an attempt is made to access properties of 
the "forwardPath" variable without first checking for null. In my application, 
I returned mapping.getInputForward() which was a forward whose path was null. 
This yielded a NullPointerException in RequestProcessor that was difficult to 
debug. It would be nice if RequestProcessor handled this error condition 
elegantly.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to