[jboss-jira] [JBoss JIRA] Commented: (JBAS-5645) JBossWeb losing POST data during FORM Authentication
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Thu Jun 19 09:40:37 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5645?page=comments#action_12417969 ]
Jean-Frederic Clere commented on JBAS-5645:
-------------------------------------------
A Host valve is called at it calls getParameterNames() that sets the parametersParsed in org/apache/catalina/connector/Request.java the saved request is restored but the parametersParsed is not resetted.
May recycling the Request in org/apache/catalina/authenticator/FormAuthenticator.java could help.
> 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