[java-identity-provider] branch main updated: IDP-1978 - JSON date/time formatter string is invalid

Scott Cantor cantor.2 at osu.edu
Wed Jul 20 16:36:38 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor 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=e7047d8d5de2ebd2ff551a6367940cecbcaa42c3

The following commit(s) were added to refs/heads/main by this push:
     new e7047d8d5 IDP-1978 - JSON date/time formatter string is invalid
e7047d8d5 is described below

commit e7047d8d5de2ebd2ff551a6367940cecbcaa42c3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 20 12:34:24 2022 -0400

    IDP-1978 - JSON date/time formatter string is invalid
    
    https://shibboleth.atlassian.net/browse/IDP-1978
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 5c0753c08..3111680a5 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -314,7 +314,7 @@
             p:targetObject-ref="shibboleth.JSONObjectMapper"
             p:targetMethod="setDateFormat">
         <property name="arguments">
-            <bean class="java.text.SimpleDateFormat" c:_0="yyyy-MM-dd'T'HH:mm:ss.SSSZZ" />
+            <bean class="java.text.SimpleDateFormat" c:_0="yyyy-MM-dd'T'HH:mm:ss.SSSX" />
         </property>
     </bean>
     

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list