|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This is my server config. Is there anything I can change to workaround this bug? I am not doing anything with a Session ID, at least not that I am aware of.
<Location "/">
AuthBasicProvider ldap
AuthType Basic
AuthName "example.com"
AuthzLDAPAuthoritative off
AuthLDAPURL "ldap://example.com/ou=users,dc=example,dc=com?uid?one"
Require valid-user
RequestHeader set REMOTE_USER %{REMOTE_USER}s
</Location>
AllowEncodedSlashes On
RewriteEngine On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Location /ci>
ProxyPass http://192.168.1.2:8080/ci/
ProxyPassReverse /
Order deny,allow
Allow from all
</Location>
Header edit Location ^http://example.com/ci/ https://example.com/ci/
ProxyPass /r/ http://192.168.1.1:8081/r/ nocanon
ProxyPass /wiki/ https://192.168.1.3/wiki/
ProxyPassReverse /wiki/ https://192.168.1.3/wiki/
ProxyPass /w/ https://192.168.1.3/w/
ProxyPassReverse /w/ https://192.168.1.3/w/