[java-identity-provider] branch master updated: JPAR-128 - Upgrade Velocity to 2.0
Scott Cantor
cantor.2 at osu.edu
Wed Jan 23 14:50:15 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0f88755702395649701df32cf5c4e53fb286f310
The following commit(s) were added to refs/heads/master by this push:
new 0f88755 JPAR-128 - Upgrade Velocity to 2.0
0f88755 is described below
commit 0f88755702395649701df32cf5c4e53fb286f310
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 23 14:50:06 2019 -0500
JPAR-128 - Upgrade Velocity to 2.0
https://issues.shibboleth.net/jira/browse/JPAR-128
Account for Velocity update in attribute release view.
---
idp-conf/src/main/resources/views/intercept/attribute-release.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/views/intercept/attribute-release.vm b/idp-conf/src/main/resources/views/intercept/attribute-release.vm
index 20bde46..318bcef 100644
--- a/idp-conf/src/main/resources/views/intercept/attribute-release.vm
+++ b/idp-conf/src/main/resources/views/intercept/attribute-release.vm
@@ -79,7 +79,7 @@
<td>
#foreach ($value in $attribute.values)
#if ($replaceDollarWithNewline)
- #set ($encodedValue = $encoder.encodeForHTML($value.getDisplayValue()).replaceAll($encoder.encodeForHTML("$"),"<br>"))
+ #set ($encodedValue = $encoder.encodeForHTML($value.getDisplayValue()).replaceAll($encoder.encodeForHTML('$'),"<br>"))
#else
#set ($encodedValue = $encoder.encodeForHTML($value.getDisplayValue()))
#end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list