anubhav94 / team-piazza

Automatically exported from code.google.com/p/team-piazza
GNU General Public License v3.0
0 stars 0 forks source link

When the version control comment contains brackets, it is not shown correctly #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup a TeamCity build that triggers on version control changes
2. Check in something to version control with a comment such as "Change
<abc> to <def>"

What is the expected output? What do you see instead?

In the piazza HTML page you'll only see "Change to"... you should escape
"<abc>" and "<def>" or else they're interpreted as HTML tags. The expected
output should be "Change <abc> to <def>".

What version of the product are you using? On what operating system?

Firefox 3.5 browser, TeamCity 4.5 on Windows 2003, Team Piazza 20090625

Please provide any additional information below.

Original issue reported on code.google.com by ahtim...@gmail.com on 30 Jun 2009 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by nat.pr...@gmail.com on 6 Jul 2009 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by nat.pr...@gmail.com on 7 Jul 2009 at 5:05