[java-identity-provider] branch master updated: IDP-1443 - Default web.xml blocks CORS preflight requests
Scott Cantor
cantor.2 at osu.edu
Tue Sep 10 09:29:45 EDT 2019
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=1a598fed6cce5a2224e92bf69decdaa31220b7ae
The following commit(s) were added to refs/heads/master by this push:
new 1a598fe IDP-1443 - Default web.xml blocks CORS preflight requests
1a598fe is described below
commit 1a598fed6cce5a2224e92bf69decdaa31220b7ae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 17 19:39:12 2019 -0400
IDP-1443 - Default web.xml blocks CORS preflight requests
https://issues.shibboleth.net/jira/browse/IDP-1443
---
idp-war/src/main/webapp/WEB-INF/web.xml | 1 -
1 file changed, 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 9c3b49e..d4d2e4d 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -179,7 +179,6 @@
<http-method>PUT</http-method>
<http-method>PATCH</http-method>
<http-method>DELETE</http-method>
- <http-method>OPTIONS</http-method>
<http-method>TRACE</http-method>
</web-resource-collection>
<auth-constraint/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list