Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2245

Repository Explorer must be secured

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 4.0.0.Beta1
    • 4.0.0.Alpha4
    • Web Application
    • 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.

            hchiorean Horia Chiorean (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: