Hello!
I run a Jetty server with Jersey Servlets, configured to need authentication. For authentication I use org.eclipse.jetty.security.JDBCLoginService. I would like to modify for several reasons the response header from 401 to 403. I tried to use a filter but it seems not to have an effect to the LoginService.
Is there any way to do this with filters?
Or to adapt JDBCLoginService?
Thanks in advance!
HK
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to