<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 12/01/2016 11:55 PM, Petter
      Reinholdtsen wrote:<br>
    </div>
    <blockquote cite="mid:2fly3zzntt3.fsf@diskless.uio.no" type="cite">
      <pre wrap="">
BTW: Your mail lacked references to the mail you are replying to
 (In-Reply-To and References headers), and break email threading.  Which
 client are you using?

[Thomas Sødring]
</pre>
      <blockquote type="cite">
        <pre wrap="">OK! But you shouldn't have to log in to retrieve anything from the
context path.
</pre>
      </blockquote>
      <pre wrap="">
Aha.  I get a login page now when running 'GET
<a class="moz-txt-link-freetext" href="http://127.0.0.1:8092/noark5v4">http://127.0.0.1:8092/noark5v4</a>'.  Btw, I noticed a link to an external
CSS stylesheet.  From a privacy point of view I would strongly recommend
to not do that.  See
&lt;URL: <a class="moz-txt-link-freetext" href="http://peppercarrot.com/article390/my-fight-against-cdn-libraries">http://peppercarrot.com/article390/my-fight-against-cdn-libraries</a> &gt;
for a story from someone successfully removing such information leaking
URLs from their pages.

</pre>
    </blockquote>
    I have a pushed an update to the SecurityConfig to allow access to
    the root context (/noark5v4) <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <br>
    I have added the following line to the configure method:<br>
    <br>
    .antMatchers("/").permitAll() // allow access to conformity details<br>
    <br>
     - Tom<br>
  </body>
</html>