Got an offline response from the submitter:
My environment is not the same as issue 2290 because I'm making Hudson
handle LDAP with matrix-based security, not using the container to handle
security.
My Apache has the following proxy passes
- Tomcat proxy
ProxyPass /hudson ajp://localhost:8009/hudson
ProxyPassReverse /hudson ajp://localhost:8009/hudson
while the local tomcat is serving Hudson at /hudson.
Since I don't allow anonymous access, if you go to https://<Apache>/hudson:
1) for v1.242, you'd be redirected to https://<Apache>/hudson/login which
works fine.
or
2) for v1.251, you'd be redirected to https://<Apache>/login?from=%2Fhudson%2F
which doesn't exist.
I believe this is the same as 2290, and as such fixed in 1.252.
-
-
- This issue has been marked as a duplicate of 2290 ***
Can you explain the steps to reproduce the problem better? What pages do you go,
what links do you click, and where are you taken (which I suppose eventually end
in 404)?
Is this the same as issue #2290?