Changes between Version 1 and Version 2 of Ticket #25595, comment 6
- Timestamp:
- Mar 10, 2024, 10:15:20 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25595, comment 6
v1 v2 13 13 def __call__(self, value): 14 14 if value.startswith('file:///'): 15 value = value.replace('file:///', 'file://localhost/' )15 value = value.replace('file:///', 'file://localhost/', 1) 16 16 17 17 return super().__call__(value)