[
https://issues.jboss.org/browse/SECURITY-793?page=com.atlassian.jira.plug...
]
Darran Lofthouse resolved SECURITY-793.
---------------------------------------
Resolution: Done
The following can now be added to the web.xml to enable fallback to BASIC auth: -
{code}
<!-- Set to true and comment out the form-login-config below to enable fallback to
BASIC auth. -->
<context-param>
<description>BASIC Authentication FallBack</description>
<param-name>org.jboss.security.negotiation.NegotiationAuthenticator.BasicAuthFallBack</param-name>
<param-value>true</param-value>
</context-param>
{code}
Add support to fall back to BASIC authentication.
-------------------------------------------------
Key: SECURITY-793
URL:
https://issues.jboss.org/browse/SECURITY-793
Project: PicketBox
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Negotiation
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: Negotiation_2_1_5
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira