Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Modification of Status Code/Response Header

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


Back to the top