[java-identity-provider] branch main updated: Fix for semantic and constructor changes in commons-codec 1.15
Ian Young
ian at iay.org.uk
Tue Oct 6 15:18:09 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bca26ea8e7766f3ebb2788c0d3a35e0c2cd21cd0
The following commit(s) were added to refs/heads/main by this push:
new bca26ea8e Fix for semantic and constructor changes in commons-codec 1.15
bca26ea8e is described below
commit bca26ea8e7766f3ebb2788c0d3a35e0c2cd21cd0
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 6 16:17:29 2020 +0100
Fix for semantic and constructor changes in commons-codec 1.15
https://issues.shibboleth.net/jira/browse/IDP-1687
---
.../main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
index 77fe39379..737093e87 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
@@ -32,7 +32,9 @@
c:lineLength="0"
c:lineSeparator="#{null}"
c:useHex="false"
- c:pad="#{ T(java.lang.Integer).valueOf(45).byteValue() }" />
+ c:padding="#{ T(java.lang.Integer).valueOf(45).byteValue() }"
+ c:decodingPolicy="#{ T(org.apache.commons.codec.CodecPolicy).STRICT }"
+ />
<!-- TODO: Change to encodingTicketService for 5.0 -->
<alias name="simpleTicketService" alias="shibboleth.DefaultCASTicketService" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list