-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-HF35, 6.0-HF15, 7.4
-
Component/s: Authentication, Nuxeo Drive
-
Tags:
-
Sprint:Sprint Drive 7.2-7
-
Story Points:2
When authentication fails because of a LDAP server timeout and the authentication plugin handling identity is BasicAuthenticator, the authentication filter now sends the dedicated 408 Request Time-out code instead of a 401 Unauthorized error.
See NuxeoAuthenticationFilter#doAuthenticate and BasicAuthenticator#handleLoginPrompt for details.
This is required by Nuxeo Drive not to detect non relevant invalid credentials, see NXDRIVE-309.
- is required by
-
NXDRIVE-309 Invalid credentials detected but not relevant
- Resolved
-
NXP-18514 Make BasicAuthenticator send a dedicated HTTP status code in case of LDAP Connection reset
- Resolved