Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Priority-Low Target-2.7.7

New issue 1347 by pekka.klarck: Enhancements to automatic URL matching logic in log and report
http://code.google.com/p/robotframework/issues/detail?id=1347

Robot automatically creates clickable links from URLs in log and report. There are two enhancements we can do to it:

1) We can take this generic URL matching regexp into use:
http://daringfireball.net/2010/07/improved_regex_for_matching_urls

This regexp handles more complicated URLs than our current solution.

2) Do not consider pipe character valid in URLs. Although they aren't forbidden, they are considered unwise by http://www.ietf.org/rfc/rfc2396.txt. Excluding them makes our URL matching work better with our custom link syntax (e.g. `[http://url|title]`).

--

--- 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