[jboss-jira] [JBoss JIRA] Commented: (JBAS-5645) JBossWeb losing POST data during FORM Authentication

Anil Saldhana (JIRA) jira-events at lists.jboss.org
Thu Jun 19 10:56:37 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-5645?page=comments#action_12418001 ] 
            
Anil Saldhana commented on JBAS-5645:
-------------------------------------

FormAuthenticator stores/restores the request via the holder called as SavedRequest.  I did see code that dealt with the post data if the request method was POST.  So since the saved request was of method POST, the post data should be saved too.

> JBossWeb losing POST data during FORM Authentication
> ----------------------------------------------------
>
>                 Key: JBAS-5645
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5645
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web (Tomcat) service
>    Affects Versions: JBossAS-5.0.0.Beta4
>            Reporter: Anil Saldhana
>         Assigned To: Remy Maucherat
>             Fix For: JBossAS-5.0.0.CR1
>
>
> TestCase: org.jboss.test.web.test.FormAuthUnitTestCase
> Test: testPostDataFormAuth
> Somehow the form authenticator restore request is losing the post data that was submitted as part of the request before the form authentication kicked in.
> Remy, please validate this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list