<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 11/10/15 11:07 AM, Cantor, Scott
wrote:<br>
</div>
<blockquote cite="mid:7EB0E566-79F1-495F-B7BD-AE49BAA7FD84@osu.edu"
type="cite">
<pre wrap="">On 11/10/15, 10:19 AM, "users on behalf of Michael A Grady" <a class="moz-txt-link-rfc2396E" href="mailto:users-bounces@shibboleth.netonbehalfofmgrady@unicon.net"><users-bounces@shibboleth.net on behalf of mgrady@unicon.net></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">The feature in the OpenSAML templates that allowed one to specify content to add to the Head or Body section of the SAML response POST page templates appears to still be there in v3. I assume the recommended approach to actually adding in the following:
• add-html-head-content.vm
• add-html-body-content.vm
would be to create those in edit-webapp/WEB-INF/classes/templates , and then rebuild the WAR?
</pre>
</blockquote>
<pre wrap="">
You might try putting them in idp.home/views/templates and see if that also works. Might, might not.</pre>
</blockquote>
<br>
I think it should, but haven't tried it. It's supposed to, so if if
doesn't work then we probably have a bug somewhere.<br>
<br>
<blockquote cite="mid:7EB0E566-79F1-495F-B7BD-AE49BAA7FD84@osu.edu"
type="cite">
<pre wrap=""> I think classpath might trump file system.
</pre>
</blockquote>
<br>
Looks like this is what we define for the
'shibboleth.VelocityEngine' bean:<br>
<br>
<prop key="resource.loader">file, classpath,
string</prop><br>
<br>
<br>
So filesystem should trump classpath.<br>
<br>
</body>
</html>