[jboss-jira] [JBoss JIRA] Closed: (JBAS-6432) form based authentication redirection does not call request listener and filter first
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Thu Jan 29 13:22:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dimitris Andreadis closed JBAS-6432.
------------------------------------
Resolution: Rejected
Please use the User Forums to discuss this type of questions and get help.
The JIRA is to be opened when the conclusion of the forum discussion is that this is indeed a bug.
> form based authentication redirection does not call request listener and filter first
> -------------------------------------------------------------------------------------
>
> Key: JBAS-6432
> URL: https://jira.jboss.org/jira/browse/JBAS-6432
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: JBoss 4.2.3GA
> Reporter: haipeng du
>
> I configure my web application with form based authentication. When I type the url for protected page, jboss redirect to my login page. The problem is that jboss renders my login page first and then invoke the request listener and filter class. I have print out messages in my login page and listener and filter classes and for sure messages were printed out first in login page. If I just type login page url directly, messages were printed out first in listener and filter classes. I try the same war file in jetty server, it always has the right order: call listener, filter and then render page. Do I need to change configuration to make it work or I need change my code? I must call filter and listener first before rendering login Page. My jboss server is 4.2.3.GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list