You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify how baseurl and absolute/relative URLs interact
This is driven by DOMjudge/domjudge#2378
where DOMjudge had issues shadowing PC^2 because PC^2 returned
absolute URLs in the file href attribute, while these should have
been relative URLs (without a `/` prefix).
Also note that if a baseurl does not end with a `/`, then according
to https://www.ietf.org/rfc/rfc2119.txt, the last path component
must be removed when constructing a final URL with a relative URL.
0 commit comments