[java-identity-provider] branch master updated: IDP-1621 - web.xml: authn-constraint is wrong

Scott Cantor cantor.2 at osu.edu
Tue Jun 16 14:53:23 UTC 2020


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=4bc3363762990b3b8adb79b1da68b1165a768aa5

The following commit(s) were added to refs/heads/master by this push:
       new  4bc336376 IDP-1621 - web.xml: authn-constraint is wrong
4bc336376 is described below

commit 4bc3363762990b3b8adb79b1da68b1165a768aa5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 16 10:53:19 2020 -0400

    IDP-1621 - web.xml: authn-constraint is wrong
    
    https://issues.shibboleth.net/jira/browse/IDP-1621
---
 idp-war/src/main/webapp/WEB-INF/web.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index a073b487a..6d7050c41 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -209,7 +209,7 @@
             <http-method-omission>OPTIONS</http-method-omission>
             <http-method-omission>POST</http-method-omission>
         </web-resource-collection>
-        <authn-constraint/>
+        <auth-constraint/>
     </security-constraint>
 
     <!-- Allow any HTTP methods to the API flows. -->

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


More information about the commits mailing list