-
Bug
-
Resolution: Done
-
Blocker
-
4.0.0.Alpha4
-
None
The new Repository Explorer app (see MODE-2093) needs to be able to be secured by adding to the web.xml:
<!-- Any auth-method will work for ModeShape. BASIC is used this example for simplicity. --> <login-config> <auth-method>BASIC</auth-method> </login-config> <!-- This must match the role-name in the auth-constraint above. --> <security-role> <role-name>connect</role-name> </security-role>
However, this doesn't work as-is. Although this would be an optional step, securing the web-app like this would force the user to log in before using the application.
- blocks
-
MODE-2244 Backport new Repository Explorer web application
- Resolved