Details
-
Type:
Bug
-
Status: In Progress (View Workflow)
-
Priority:
Trivial
-
Resolution: Unresolved
-
Component/s: core
-
Labels:
-
Environment:Jenkins ver. 2.180
RHEL 7
-
Similar Issues:
Description
There are incorrect links in /manage site e.g.
Configure Global Security: /configureSecurity which is redirecting wit 302 code to /configureSecurity/
Configure Credentials: /configureCredentials which is redirecting wit 302 code to /configureCredentials/
...
It cause useless redirection and with incorrect Apache configuration cause redirect from https to http protocol.
Open a "Inspect element" and then go under tab Network and then make refresh and you will see 302 error and then 200 afterwards. I tried to fix it, but the thing is that pages that have 302 error are implemented on very different way compared to the ones that don't have 302 error.