<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 5/27/16 8:55 AM, Marcel Kleiber
      wrote:<br>
    </div>
    <blockquote cite="mid:da5404b7-fa18-6774-1799-3729eaf44fb5@h-net.ch"
      type="cite"><br>
      <br>
      Thanks, this did the trick and I'm convinced now shib is using
      mapper.matches()!
      <br>
    </blockquote>
    <br>
    It uses java.util.regex.Matcher#matches(), and then extracts and
    returns the first match group value using Matcher#group(1).<br>
    <br>
  </body>
</html>