2884: links with ampersand (&) are truncated

ymi****@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 7, 2013
What version are you running?
1.6.13

What's the URL of the page containing the problem?
https://reviewboard.eng.vmware.com/r/xxxxxxx/

What steps will reproduce the problem?
1. add link with ampersand in the description, everything after ampersand is truncated
2.
3.

What is the expected output? What do you see instead?
link with ampersand in the description, everything after ampersand is truncated

What operating system are you using? What browser?
Windows 7, Chrome Version 24.0.1312.56 m

Please provide any additional information below.
#1 raja****@gmai***** (Google Code) (Is this you? Claim this profile.)
I tested on 1.7.2 and 1.7.4 and dont seem to have this problem. Attaching screenshot. Is this how you modified the description?
#2 ymi****@gmai***** (Google Code) (Is this you? Claim this profile.)
Yes, similar, the link that gets truncated in my case is:
http://something.somewhere.com/index.php?page=PageName&id=XXXXXXX
#3 denis.b********@gmai***** (Google Code) (Is this you? Claim this profile.)
I see this now on RB 1.6.13.
#4 denis.b********@gmai***** (Google Code) (Is this you? Claim this profile.)
I've made some investigation.

My code post WebSVN URL like this:
https://server/wsvn/project/?op=revision&rev=125&peg=125

On Review page there are HTML code like this:
<pre class="body_top reviewtext">https://server/wsvn/project/?op=revision&amp;rev=125&amp;peg=125

And on page I see:
https://server/wsvn/project/?op=revision&rev=125&
and everything up to last "&" is a link.

I think it is JavaScript formatting problem. 
david
#5 david
This was fixed in release-1.7.x (443f8d3).
  • +Fixed