You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <be...@incubator.apache.org> on 2005/02/04 23:09:25 UTC

[jira] Created: (BEEHIVE-245) double-submit prevention fails when hitting index.jsp through welcome file in Tomcat

double-submit prevention fails when hitting index.jsp through welcome file in Tomcat
------------------------------------------------------------------------------------

         Key: BEEHIVE-245
         URL: http://issues.apache.org/jira/browse/BEEHIVE-245
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Julie Zhuo
 Assigned to: Rich Feit 
 Attachments: ActionForwardController.jpf, display.jsp, index.jsp

This is a Tomcat only issue, since Tomcat does not create a current pageflow instance when hitting index.jsp through welcome file and double-submit prevention need to be handled by the pageflow. Will attach the jsp/pageflow files shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-245) double-submit prevention fails when hitting index.jsp through welcome file in Tomcat

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-245?page=history ]
     
Julie Zhuo closed BEEHIVE-245:
------------------------------


Verified fixed as of rev156705.

> double-submit prevention fails when hitting index.jsp through welcome file in Tomcat
> ------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-245
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-245
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>  Attachments: ActionForwardController.jpf, display.jsp, index.jsp, struts4merge.xml
>
> This is a Tomcat only issue, since Tomcat does not create a current pageflow instance when hitting index.jsp through welcome file and double-submit prevention need to be handled by the pageflow. Will attach the jsp/pageflow files shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-245) double-submit prevention fails when hitting index.jsp through welcome file in Tomcat

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-245?page=history ]
     
Rich Feit resolved BEEHIVE-245:
-------------------------------

     Assign To: Julie Zhuo  (was: Rich Feit)
    Resolution: Fixed

Fixed with revision 154219.  Turns out that our Servlet Filter was bailing out because the request URI didn't end in any appropriate extension (the request URI was something like this: /myWebapp/foo/).  I switched it to use the Servlet path, which is always something like /foo/index.jsp.

> double-submit prevention fails when hitting index.jsp through welcome file in Tomcat
> ------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-245
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-245
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>  Attachments: ActionForwardController.jpf, display.jsp, index.jsp, struts4merge.xml
>
> This is a Tomcat only issue, since Tomcat does not create a current pageflow instance when hitting index.jsp through welcome file and double-submit prevention need to be handled by the pageflow. Will attach the jsp/pageflow files shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (BEEHIVE-245) double-submit prevention fails when hitting index.jsp through welcome file in Tomcat

Posted by "Nathan Jantz (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-245?page=comments#action_59348 ]
     
Nathan Jantz commented on BEEHIVE-245:
--------------------------------------

See also BEEHIVE-325 for a related issue.

> double-submit prevention fails when hitting index.jsp through welcome file in Tomcat
> ------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-245
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-245
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Rich Feit
>  Attachments: ActionForwardController.jpf, display.jsp, index.jsp, struts4merge.xml
>
> This is a Tomcat only issue, since Tomcat does not create a current pageflow instance when hitting index.jsp through welcome file and double-submit prevention need to be handled by the pageflow. Will attach the jsp/pageflow files shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-245) double-submit prevention fails when hitting index.jsp through welcome file in Tomcat

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-245?page=history ]

Julie Zhuo updated BEEHIVE-245:
-------------------------------

    Attachment: ActionForwardController.jpf
                display.jsp
                index.jsp

> double-submit prevention fails when hitting index.jsp through welcome file in Tomcat
> ------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-245
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-245
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Rich Feit
>  Attachments: ActionForwardController.jpf, display.jsp, index.jsp
>
> This is a Tomcat only issue, since Tomcat does not create a current pageflow instance when hitting index.jsp through welcome file and double-submit prevention need to be handled by the pageflow. Will attach the jsp/pageflow files shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-245) double-submit prevention fails when hitting index.jsp through welcome file in Tomcat

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-245?page=history ]

Julie Zhuo updated BEEHIVE-245:
-------------------------------

    Attachment: struts4merge.xml

> double-submit prevention fails when hitting index.jsp through welcome file in Tomcat
> ------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-245
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-245
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Julie Zhuo
>     Assignee: Rich Feit
>  Attachments: ActionForwardController.jpf, display.jsp, index.jsp, struts4merge.xml
>
> This is a Tomcat only issue, since Tomcat does not create a current pageflow instance when hitting index.jsp through welcome file and double-submit prevention need to be handled by the pageflow. Will attach the jsp/pageflow files shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira