Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The launchpad/integration-tests AuthenticationResponseCodeTest,testValidatingCorrectFormCredentials test fails when run against Oak, in the following scenario:
1) login via POST /j_security_check with j_username=admin j_password=admin j_validate=true
2) login via POST /j_security_check with just j_validate=true and the cookies set by the previous login call
The second login fails as our Oak setup does not use the Sling FormLoginModulePlugin that's used when running on Jackrabbit.
Attachments
Attachments
Issue Links
- blocks
-
SLING-2788 Optionally run Sling on Apache OAK
- Resolved
- is blocked by
-
SLING-3227 FormLoginModulePlugin does not work with Oak
- Closed