[
https://issues.jboss.org/browse/AS7-4623?page=com.atlassian.jira.plugin.s...
]
Jess Sightler commented on AS7-4623:
------------------------------------
Also, this approach of redirecting to a URL with different credentials does not work under
Firefox. Firefox ignores the username/password in the Location header, and pops up a auth
dialog box.
I believe that IE may face similar issues:
http://support.microsoft.com/kb/834489
Are there any plans to switch to form based authentication to alleviate this issue?
LogoutHandler.java misspells the referer header
-----------------------------------------------
Key: AS7-4623
URL:
https://issues.jboss.org/browse/AS7-4623
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Jess Sightler
Assignee: Brian Stansberry
Original code is:
String referrer = responseHeaders.getFirst("Referrer");
But the HTTP Referer header is actually spelled "Referer". Pull request with
fix is here:
https://github.com/jbossas/jboss-as/pull/2139
--
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