rjatkins / owaspantisamy

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

Non-latin encoding problem #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cfscript code executed with railo:
this.sanitizer = createObject("java", "org.owasp.validator.html.AntiSamy");
var results = this.sanitizer.scan(input, policyFile);
return results.getCleanHTML();

What is the expected output?
<p>параграф</p>

What do you see instead?
<p>????????</p>

What version of the product are you using? On what operating system?
Railo 2.0.0.034 + Resin-3.1.2 + mac os  10.5.2

Please provide any additional information below.
I guess it's not Railo or Cf specific problem, it's just treated as some kind 
of iso encoding when it 
suppoused to be a unicode

Original issue reported on code.google.com by designbi...@gmail.com on 10 Mar 2008 at 12:00

GoogleCodeExporter commented 9 years ago
This is an issue that was discussed on the mailing list.

This will be fixed with the forthcoming 1.1 release.

Original comment by arshan.d...@gmail.com on 10 Mar 2008 at 3:24

GoogleCodeExporter commented 9 years ago
Ok, I'm looking forward to see 1.1 and test it.
The product is great in any case!

Thank you,
Serge

Original comment by designbi...@gmail.com on 10 Mar 2008 at 6:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Delete comment
Comment 3 by tempofeng, Today (1 minute ago)

Hi Arshan, 

We bumped into this problem as well.
Do you have any timeline that version 1.1 will be released?

BR,
Yenwen feng

Original comment by tempof...@gmail.com on 11 Mar 2008 at 4:55

GoogleCodeExporter commented 9 years ago
This has been fixed in 1.1.1, but you must make sure that you set the proper 
page
directives and content-types to see the right data.

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

GoogleCodeExporter commented 9 years ago

Original comment by arshan.d...@gmail.com on 4 Feb 2009 at 8:34