Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User authentication is generally handled by the Servlet container, i.e. Tomcat or Jetty, JBoss AS, Jetty, etc. Authenticated requests will arrive at Fedora servlets with a non-null values for getRemoteUser() and getUserPrincipal().

...