JIRA + AJP + REMOTE_USER - how do I get rid of the login screen?

Graham Leggett minfrin at sharp.fm
Thu Mar 19 09:52:33 EDT 2015


On 19 Mar 2015, at 3:50 PM, Peter Schober <peter.schober at univie.ac.at> wrote:

> Or even start with making sure REMOTE_USER is set within httpd,
> e.g. by checking it is set in entries in your httpd's access log.
> 
> Next you could write a small JSP file to output
> request.getRemoteUser()

The low-tech way to check this is to sniff the traffic over port 8009 with tcpflow or tcpdump, and verify that the username appears successfully (it does).

Regards,
Graham
—



More information about the users mailing list