Laplandia / owaspantisamy

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

scan cutting CDATA tag #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in version version 1.3 (Java)

if we use this example on scanning:
"blahblah <![CDATA[something]]> blahblah"

we always get
"blahblah <![CDATA[something blahblah"

The scanning doesn't acusing any dirty content but it's cutting the "]]>" 
from returned text.

Original issue reported on code.google.com by mind.overflow@gmail.com on 11 Mar 2010 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by arshan.d...@gmail.com on 1 Jun 2010 at 4:53

GoogleCodeExporter commented 9 years ago
We have the same problem with 1.4.1

Original comment by fpoliq...@gmail.com on 8 Dec 2010 at 9:01