[java-idp-plugin-duo] branch main updated: IDP-1734 - Various date formatters are using the wrong year syntax

Scott Cantor cantor.2 at osu.edu
Mon Jan 4 14:08:11 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=2be404ab35223a878bd3f6e8216c68c2bc7e0cff

The following commit(s) were added to refs/heads/main by this push:
       new  2be404a   IDP-1734 - Various date formatters are using the wrong year syntax
2be404a is described below

commit 2be404ab35223a878bd3f6e8216c68c2bc7e0cff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 4 09:08:09 2021 -0500

    IDP-1734 - Various date formatters are using the wrong year syntax
    
    https://issues.shibboleth.net/jira/browse/IDP-1734
---
 .../net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml
index d10b6b9..f004742 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml
@@ -82,7 +82,7 @@
     <bean class="org.springframework.beans.factory.config.MethodInvokingBean"
         p:targetObject-ref="shibboleth.authn.DuoOIDC.nimbus.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.SSSZZ" />
         </property>
     </bean>
 

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


More information about the commits mailing list