Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JCR Jackrabbit User Manager 2.2.6, JCR Jackrabbit Access Manager 3.0.0, Launchpad Integration Tests 1.0.6
-
None
-
None
Description
The changes from SLING-2223 added support for custom PostResponse implementations in the main sling post servlet, but the same changes were not done for the similar implementations from these other locations:
1. AbstractPostServlet#createHtmlResponse in the org.apache.sling.jcr.jackrabbit.usermanager bundle
2. AbstractAccessPostServlet#createHtmlResponse in the org.apache.sling.jcr.jackrabbit.accessmanager bundle.
Adding the same support in those additional locations should make it possible for the developer to provide more user friendly UI when something goes wrong in usermanager or accessmanager POST calls.