https://defect.opensolaris.org/bz/show_bug.cgi?id=18755

           Summary: missing trailing slash in Masthead links leads to non
                    functional HTTPS
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: webapp
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


After converting OpenGrok instance to HTTPS I realized the "Masthead" links do
not work because they are missing ending slash.

E.g. from source code of the page for
https://virtual4.cz.oracle.com:8443/source/xref/opengrok-dev/debian/opengrok.install:

 <div id="Masthead"><tt><a href="/source/xref/">xref</a>: /<a
href="/source/xref/opengrok-dev">opengrok-dev</a>/<a
href="/source/xref/opengrok-dev/src">src</a>

Clicking on the link 'opengrok-dev' will take me to
http://virtual4.cz.oracle.com:8443/source/xref/opengrok-dev (note the http://
instead of https://) which fails because there is no HTTP protocol available on
that port, only HTTPS.

Using https://virtual4.cz.oracle.com:8443/source/xref/opengrok-dev/ works fine.

It's not clear to me what causes the change from https:// to http:// but the
trailing slashes should be added to the Masthead links anyway.

-- 
Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to