Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
OpenCMIS 0.10.0
-
None
Description
Commit 1517496 adds a HttpServletResponse.reset() call in ErrorServiceCall.printError(). It has the consequence to remove CORS headers when using the CorsFilter filter from Tomcat.
It happens eg if you ask for a non-existing path, and get a 404 response.