Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1540 by harri.pa...@gmail.com: If --tagsatlink URL contains & characters, link URL is broken
http://code.google.com/p/robotframework/issues/detail?id=1540

Given following python file:

import os
args = "--name Name --splitlog --outputdir reports --tagstatlink bug-*:http://domain/foo?bar=xyz^^^&id=%1:BugTracker reports/*.xml"
os.system('rebot '+args)

When executing that in following environment: Windows 7, Robot Framework 2.8.1 (Python 2.7.5 on win32)

Then report contains taglinks like this: http://domain/foo?bar=xyz&id=123

If I remove ('&', '&'), from robot/utils/markuputils.py:21 then the taglinks are ok, but that would most propably break other things.

(In order to actually see what the href contains, many browser developer tools fail since they automatically fix things. In Firefox select the link and then click with secondary mouse button and select View selection source)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to