Bug 976917 - [GSS] (6.3) Admin Console logout procedure fails with LDAP connections
Summary: [GSS] (6.3) Admin Console logout procedure fails with LDAP connections
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: unspecified
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: DR0
: EAP 6.3.0
Assignee: Darran Lofthouse
QA Contact: Ondrej Lukas
URL:
Whiteboard:
Depends On:
Blocks: 1051189
TreeView+ depends on / blocked
 
Reported: 2013-06-21 21:47 UTC by Jesse Sightler
Modified: 2018-12-05 16:07 UTC (History)
11 users (show)

Fixed In Version:
Clone Of:
: 1051189 (view as bug list)
Environment:
Last Closed: 2014-06-28 15:42:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-1594 0 Major Resolved Domain Management logout 'feature' not working for HTTP BASIC authentication. 2016-12-07 12:15:50 UTC

Description Jesse Sightler 2013-06-21 21:47:47 UTC
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:

Comment 2 Jesse Sightler 2013-06-27 16:28:02 UTC
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).

Comment 3 Darran Lofthouse 2013-06-27 16:30:42 UTC
Which pull request?  This still needs to be fully implemented.

Comment 4 Jesse Sightler 2013-06-27 16:38:53 UTC
Oops, forgot to link it:
https://github.com/jbossas/jboss-eap/pull/196

Comment 5 Darran Lofthouse 2013-06-27 17:10:52 UTC
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

Comment 6 Jesse Sightler 2013-06-28 15:10:35 UTC
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.

Comment 7 Darran Lofthouse 2013-06-28 16:00:32 UTC
Sure, feel free to take both issues and I can review what you have.

Comment 8 JBoss JIRA Server 2013-07-09 16:51:13 UTC
Jess Sightler <jsightle> made a comment on jira WFLY-1594

Sent Pull Request: https://github.com/wildfly/wildfly/pull/4745

Comment 11 JBoss JIRA Server 2014-01-03 19:35:09 UTC
Darran Lofthouse <darran.lofthouse> updated the status of jira WFLY-1594 to Coding In Progress

Comment 15 Kabir Khan 2014-01-15 11:12:34 UTC
Merged some days ago

Comment 16 Ondrej Lukas 2014-03-04 11:56:52 UTC
Verified on EAP 6.3.0.DR1. 
(browsers: Google Chrome 33.0.1750.117, Mozilla Firefox 27.0.1)


Note You need to log in before you can comment on or make changes to this bug.