[Bio2rdf-bugs] [ bio2rdf-Bugs-2827221 ] Avoid making links for invalid URL's
Brought to you by:
fbelleau,
vincentemonet
From: SourceForge.net <no...@so...> - 2011-06-15 01:04:42
|
Bugs item #2827221, was opened at 2009-07-26 11:36 Message generated for change (Comment added) made by p_ansell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=814189&aid=2827221&group_id=142631 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Web application Group: v0.7.1 >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Peter Ansell (p_ansell) Assigned to: Peter Ansell (p_ansell) Summary: Avoid making links for invalid URL's Initial Comment: Some Non-RDF URL's are made into links in the HTML interface for convenience, but not all are valid. Need a way of determining from within the Velocity template whether a String is a valid URI. ---------------------------------------------------------------------- >Comment By: Peter Ansell (p_ansell) Date: 2011-06-15 11:04 Message: any string starting with http:// or https:// is made into an anchor. If the URL is invalid then the user will have to recognise that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=814189&aid=2827221&group_id=142631 |