https://issues.apache.org/bugzilla/show_bug.cgi?id=57180
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Christopher Schultz <[email protected]> --- Bugzilla is not a support forum. If you need help, please post to the user's mailing list. Hint: you can set the "cors.allowed.methods" init-param for the CorsFilter and allow whatever HTTP methods you want. By default, the filter supports GET,POST,HEAD,OPTIONS but you can add whatever you want to that list. http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
