Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.6.5
-
Component/s: None
-
Labels:None
Description
The following URL is hyperlinked in DMDirc: http://teamcity.dmdirc.com/viewLog.html?buildId=8&tab=artifacts&buildTypeId=bt2##
When you click on the URL a user error is raised:
Invalid URL: Illegal character in fragment at index 80: http://teamcity.dmdirc.com/viewLog.html?buildId=8&tab=artifacts&buildTypeId=bt2##
Seems that URI won't let you have multiple # symbols in the URI. We need to decide whether to restrict linking if it encounters a second # or to work around this by encoding anything after the first one (as we do for pipe chars)
When you click on the URL a user error is raised:
Invalid URL: Illegal character in fragment at index 80: http://teamcity.dmdirc.com/viewLog.html?buildId=8&tab=artifacts&buildTypeId=bt2##
Seems that URI won't let you have multiple # symbols in the URI. We need to decide whether to restrict linking if it encounters a second # or to work around this by encoding anything after the first one (as we do for pipe chars)