Commit Graph
18 Commits
Author SHA1 Message Date
Axel Uhl 62139edbce bug6101: consolidate CORS filters and factor out common CORS header handling;
use CORSHeader instead of response filter in com.sap.sailing.server.gateway
consistently across Jersey and non-Jersey servlets provided by the bundle;

as drive-by improvement, fix the sap.ico/sap-whitelabeled.ico paths in the page
header of /index.html and provide an empty sap-whitelabeled.ico file.
2025-03-13 01:20:50 +01:00
Axel Uhl 6b451641ed bug5503: added ShiroFilter subclass to skip authentication for OPTIONS requests 2024-07-02 15:12:11 +02:00
Axel Uhl a5bd81314c bug5503: using a servlet filter instead of a response filter for security 2024-06-28 00:22:28 +02:00
Axel Uhl cf799d6986 disable WADL generation for all Jersey RESTlets; it is extremely time-consuming 2021-07-25 20:36:50 +09:00
Georg Herdt ed9d627c93 add cors to security api
bug 5435
2021-03-25 13:34:22 +01:00
Dennis Aulenbacher 623c3bfe66 Merge branch 'master' into bug5214 2021-02-12 15:29:18 +01:00
Dennis Aulenbacher 333744b31c bug5214: Moved DefaultTenantRequestFilter to sse 2021-02-08 18:19:29 +01:00
Georg Herdt e6ae9da861 upgrade to recent servlet/web.xml standard of jetty 9.4.
bug 5153
2021-01-17 22:16:10 +01:00
Axel Uhl 6c5b4e9027 added documentation for the security REST API 2015-02-25 17:22:23 +01:00
Axel Uhl c8824205d5 change password entry point does what it shall 2014-10-17 13:46:38 +02:00
Axel Uhl 2802fb5a80 removed unnecessary LoginServlet; it is replaced by the JAXRS SecurityResource implementation 2014-10-16 10:29:34 +02:00
Axel Uhl ef0fb735e0 Use default Shiro web environment, not sharing shiro.ini anymore. Added some Javadoc to SecurityWebSessionManager 2014-10-14 08:55:11 +02:00
Axel Uhl 2b68238f5d using UserStore where SecurityService isn't really needed 2014-10-08 12:58:24 +02:00
Axel Uhl 813b345175 switched from System.out to logging; whitespace/formatting changes 2014-10-07 18:26:36 +02:00
Benjamin Ebling 92363e3ca1 Fixed Problem with multiple JSESSIONIDs 2014-07-04 14:01:16 +02:00
Benjamin Ebling bcd1d43207 KW Safe commit 2014-06-24 11:57:03 +02:00
Benjamin Ebling ad1d63effd Initial simple user management 2014-05-16 11:06:59 +02:00
Benjamin Ebling 40d688b5b8 Added shiro config & simple login 2014-01-31 15:27:43 +01:00