[java-identity-provider] branch maint-3.4 updated: IDP-1443 - Default web.xml blocks CORS preflight requests
Scott Cantor
cantor.2 at osu.edu
Wed Apr 17 19:40:04 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b616286344879a3f734665192d993d4c4ffc1fce
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new b616286 IDP-1443 - Default web.xml blocks CORS preflight requests
b616286 is described below
commit b616286344879a3f734665192d993d4c4ffc1fce
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 1af177f..bf277bb 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