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/01/25 07:57:02 UTC

DO NOT REPLY [Bug 26408] New: - Say which forward caused IllegalStateException

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

Say which forward caused IllegalStateException

           Summary: Say which forward caused IllegalStateException
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Documentation
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org


when Action.execute() hits a non-existing forward, it should not just throw the
below, not very explanatory exception in the log created by FileLogger, but tell
which forward string caused it.

This might be related to Bug 5739 ?

java.lang.IllegalStateException
        at org.apache.coyote.tomcat4.CoyoteResponseFacade.sendRedirect(CoyoteRes
ponseFacade.java:340)
        at org.apache.struts.action.RequestProcessor.processForwardConfig(Reques
tProcessor.java:452)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:279)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148
2)
        at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)

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