You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/02/02 10:13:42 UTC

DO NOT REPLY [Bug 26592] New: - NullPointerException in RequestUtils in certain scenarios

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

NullPointerException in RequestUtils in certain scenarios

           Summary: NullPointerException in RequestUtils in certain
                    scenarios
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Utilities
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: deyan@deyan.info


After the fix of bug #11932 another issue has rised. 
RequestUtils does not check if the ModuleConfig instance, obtained from the
request scope is null. In case a .jsp file has been accessed directly from the 
web browser (without going through the ActionServlet, which sets a ModuleConfig 
instance in the request) a NPE is being thrown.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org