- πΊπΈUnited States jeffschuler Boulder, Colorado
This was already fixed in #2079001: Network path reference urls (//) should not be prefixed β .
There's a check:
&& substr($txt, $pos, 2) != '//'
to ensure the string doesn't start with "//".The attached patch adds a simple case to the module's functional test to verify this.
- Status changed to Fixed
over 1 year ago 8:05am 15 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.