dqw / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

nbsp translated into " " (blank) in AntiSamy #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Run antisamy on the command line a &nbsp as input, you'll see the results
translate the blank spaces instead of maintaining the HTML characters and code.

What is the expected output? What do you see instead?
Input: <p>&nbsp;&nbsp;Does this work</p>
Expected: <p>&nbsp;&nbsp;Does this work</p>
Actual Output: <p>  Does this work</p> 

What version of the product are you using? On what operating system?
1.1 JDK 1.6 (and 1.5), Windows

Please provide any additional information below.

Original issue reported on code.google.com by tangoll...@gmail.com on 4 Apr 2008 at 5:18

Attachments:

GoogleCodeExporter commented 8 years ago
This has been fixed in 1.1.1.

Original comment by arshan.d...@gmail.com on 16 Apr 2008 at 2:46

GoogleCodeExporter commented 8 years ago

Original comment by arshan.d...@gmail.com on 3 Aug 2009 at 2:37