Modify ↓
Opened 8 years ago
Closed 8 years ago
#16044 closed enhancement (fixed)
Autofix invalid URL with the wrong type of slashes
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 18.03 |
| Component: | Core validator | Version: | |
| Keywords: | url | Cc: |
Description
I get the error
'website': URL contains an invalid authority: null"
for this URL
http:\\www.sjoekurs.no
The problem is that the slashes are the wrong way and the URL should be
http://www.sjoekurs.no/
Would be nice if the validator explained what the actual error is and provided an autofix
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
| Keywords: | url added |
|---|---|
| Milestone: | → 18.03 |
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 13489/josm: