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

Scott Cantor cantor.2 at osu.edu
Wed Jul 20 16:34:27 UTC 2022


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

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=64f08dc2f6045d3a54fc3efe4e636741086c01c7

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

commit 64f08dc2f6045d3a54fc3efe4e636741086c01c7
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 9d047d7de..8080606f4 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
@@ -313,7 +313,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