[
https://issues.jboss.org/browse/AS7-4149?page=com.atlassian.jira.plugin.s...
]
Gerry Matte commented on AS7-4149:
----------------------------------
I have also observed that Jboss 7 authentication displays a blank page rather than
redirecting to the protected page after authentication. However, I did not consider that
this might be a problem with mod_jk since I've been using apache/mod_jk for years with
multiple levels of Jboss. I now believe that the Jboss 7 interface to mod_jk is the
likely source of the problem. See forum posting
https://community.jboss.org/message/719648#719648
mod_jk is causing failure in formbased authentication in JBoss
AS7.1.1 Finalwe
------------------------------------------------------------------------------
Key: AS7-4149
URL:
https://issues.jboss.org/browse/AS7-4149
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.1.1.Final
Reporter: Jay Kumar SenSharma
Assignee: Remy Maucherat
I tried JBoss AS7.1.1 Final and used a FormBased Security Application.
Once the user enters correct credentials the URL Changes to
"http://localhost/FormBasedAuth1/protected/j_security_check" And which is
displaying BLANK page. ideally this url is not even supposed to be visible to the
user.
It is happening only when i am using APACHE web Server in front of JBoss AS7.1.1 with
mod_jk. (If i dont use mod_jk then the application works fine.)
After seeing the BLANK page (
"http://localhost/FormBasedAuth1/protected/j_security_check" ) The
redirection is not happening for the secured resource automatically . I have to open a
separete TAB in the same browser to see the secured resource. Which means the
authentication was successful but the automatic redirection did not happen which caused
BLANK page to appear on the browser after the successful authentication.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira