nextcloud/tests/lib/appframework/middleware/security
Lukas Reschke 7dda86f371 Return proper status code in case of a CORS exception
When returning a 500 statuscode external applications may interpret this as an error instead of handling this more gracefully. This will now make return a 401 thus.

Fixes https://github.com/owncloud/core/issues/17742
2015-07-20 12:54:22 +02:00
..
CORSMiddlewareTest.php Return proper status code in case of a CORS exception 2015-07-20 12:54:22 +02:00
SecurityMiddlewareTest.php Refactor OC_Request into TrustedDomainHelper and IRequest 2015-02-16 22:13:00 +01:00