Ticket #850 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Note/Comment: URL followed immediately by parentheses

Reported by: rich Assigned to: jkirton
Priority: medium Milestone:
Component: ambra Version: 0.8.2.1
Keywords: annotation Cc:
Blocking: Blocked By:

Description

If a URL in a note or comment is followed immediately by an end parentheses, for example "(see http://www.plos.org)", we are including that end parentheses as part of the URL. See this in action in the comment posted to this article:

http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0001559

Here is the link direct to the comment: http://www.plosone.org/annotation/info%3Adoi%2F10.1371%2Fannotation%2Fc61f94d1-7c6e-45a0-b0f0-b45d9e228d00

Dependency Graph

Change History

03/18/08 10:06:25 changed by amit

  • component changed from topaz to publishing-app.

03/26/08 14:05:20 changed by jkirton

  • status changed from new to closed.
  • resolution set to fixed.

(In [5159]) fixes #850 Less than elegant fix since this bug lay inside a 3rd parth jar namely oscore-2.2.4.jar. Simply added code to explicitly guard for parenthesis to not occur in the href attrib(s) of a linkified string.

04/03/08 15:05:14 changed by alex

(In [5320]) Merged revisions 5159 via svnmerge from http://gandalf.topazproject.org/svn/branches/0.8.2.2

........

r5159 | jkirton | 2008-03-26 14:05:19 -0700 (Wed, 26 Mar 2008) | 3 lines

fixes #850 Less than elegant fix since this bug lay inside a 3rd parth jar namely oscore-2.2.4.jar. Simply added code to explicitly guard for parenthesis to not occur in the href attrib(s) of a linkified string.

........