<div dir="ltr"><div>Hi List:<br><br></div><div>Apologies if very basic question - I am coming back to shibboleth after a long hiatus.<br><br></div><div>Restarting an SP after upgrade generated error: &quot;2015-01-30 10:37:20 ERROR XMLTooling.ParserPool : error on line 59, column 17, message: no character data is allowed by content model&quot;<br><br></div>Which is the &#39;AccessControl&#39; element in the &#39;shibboleth2.xml&#39; snippet below - what is triggering the error?<br><div><br><br>&lt;Host name=&quot;<a href="http://example.com">example.com</a>&quot;&gt;<br>                &lt;Path name=&quot;secure&quot; <br>                      applicationId=&quot;grouper1&quot; <br>                      authType=&quot;shibboleth&quot; <br>                      requireSession=&quot;true&quot; <br>                      exportAssertion=&quot;false&quot;&gt;<br><br>                &lt;AccessControl&gt;<br>                        &lt;RuleRegex require=&quot;user&quot;&gt;@<a href="http://foobar.edu">foobar.edu</a>$&lt;/RuleRegex&gt;&gt;<br>                &lt;/AccessControl&gt;<br>                 &lt;/Path&gt;<br>            &lt;/Host&gt;<br></div></div>