Daniel Beck commented on Bug JENKINS-27468

Jenkins (or rather Stapler) redirects to /log/ when you open /log. So it's not the application.

This is passed on to Jetty, which is used by Jenkins by default since 1.535 or so. It adds the root URL to the response path in Response#sendRedirect(String).

println org.kohsuke.stapler.Stapler.currentRequest.rootURL
would probably be interesting as well.


Unfortunately, debugging Winstone-Stapler in Jenkins is a mess, since Jenkins uses a different version of Jetty when debugging

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.

Reply via email to