2024-03-29 14:32 UTC

View Revisions: Issue #526

Summary 0000526: URIs with embedded auth details containing '@'
Revision 2012-05-10 22:47 by Chris Young
Description NetSurf fails to interpret the following URI correctly:
http://guest@chrisy:guest1@webdav.mydrive.ch/public/test.txt

Instead of visiting webdav.mydrive.ch with a username of guest@chrisy, it tries to visit host chrisy.

URL-encoding the first @ makes NetSurf interpret the address as expected. ie. the following works where the above fails:
http://guest%40chrisy:guest1@webdav.mydrive.ch/public/test.txt
Revision 2013-12-18 17:31 by Vincent Sanders
Description NetSurf fails to interpret the following URI correctly:
http://guest@chrisy:guest1@webdav.mydrive.ch/public/test.txt

Instead of visiting webdav.mydrive.ch with a username of guest@chrisy, it tries to visit host chrisy.

URL-encoding the first @ makes NetSurf interpret the address as expected. ie. the following works where the above fails:
http://guest%40chrisy:guest1@webdav.mydrive.ch/public/test.txt
Revision 2012-05-10 22:47 by Chris Young
Additional Information Imported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=3525663 on Tue Dec 10 17:34:12 2013

Revision 2013-12-18 17:31 by Vincent Sanders
Additional Information Imported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=3525663 on Tue Dec 10 17:34:12 2013