- Merge request !6Issue #3268496: Prefer creating links to internal: instead of base: → (Merged) created by dpi
- 🇦🇺Australia gordon Melbourne
Actually there is a major difference between `base` and `internal`. Base will treat the URI and a complete path and urlencode() the path as it should. However the problem is that if your URI has a query or fragment than these will be encoded as well.
Using internal actually negates this issue and will split out the query or fragment and encode it correctly in the Url object.
based upon the issue that I was having, we should treat all URL's as internal so they are no broken when they are urlencoded.
- First commit to issue fork.
-
acbramley →
committed 0f604119 on 2.x authored by
dpi →
Issue #3268496 by dpi, acbramley, jibran, gordon: Prefer creating links...
-
acbramley →
committed 0f604119 on 2.x authored by
dpi →
Automatically closed - issue fixed for 2 weeks with no activity.