Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] BasicAuthenticator response in validateRequest hard coded

Hi,

TheĀ validateRequest method in BasicAuthenticator sets response header as "basic realm=\" which is hard coded string. Is this possible to configure this thing?
Also in most of the cases the response header is expected as "Basic" (B being capital) instead of "basic"(b being small). In early versions of jetty( I had used jetty 4 as embedded and now upgraded to jetty9 also as embedded server) this used to be "Basic". So some of the clients are failing because of this change. Is it possible to change this behavior?
Any suggestions/info on this are highly appreciated.

Thanks & regards
Shalmi Naik

Back to the top