Description of problem: When using an LDAP connection for security, the admin console fails to logout. This is because the logout logic expects DIGEST authentication to be used, but this authentication method is not used for LDAP connections. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Even with the pull request to decode the http basic header, this still fails on Chromium for me (it works in Firefox after this change).
Which pull request? This still needs to be fully implemented.
Oops, forgot to link it: https://github.com/jbossas/jboss-eap/pull/196
Ah I see - this issue is currently assigned to me with a status of ASSIGNED, if you are actively working on it then you need to be the assignee of the issue. Secondly before any EAP fix is made this MUST be fixed in WildFly and the change back ported - if you are working on this please also take the following Jira issue - https://issues.jboss.org/browse/WFLY-1594
I see... I would be happy to continue working on this as the assignee. At the time, I thought the changes in the PR were adequate but further testing has shown issues in Chrome. Would you be able to assist with reviewing patches here? I think I have an algorithm that works, but it will need more testing and review. I had initially started with the EAP branch, as I had (incorrectly) assumed that the Wildfly code in this area had diverged dramatically. It looks like it is actually very similar, so I will start sending PRs to it instead.
Sure, feel free to take both issues and I can review what you have.
Jess Sightler <jsightle> made a comment on jira WFLY-1594 Sent Pull Request: https://github.com/wildfly/wildfly/pull/4745
Darran Lofthouse <darran.lofthouse> updated the status of jira WFLY-1594 to Coding In Progress
Merged some days ago
Verified on EAP 6.3.0.DR1. (browsers: Google Chrome 33.0.1750.117, Mozilla Firefox 27.0.1)