In r5262 of WebDSL, we already changed some filtering, but there are still issues with some values we use in javascript that is embedded in HTML (generated public void hiddenPostParams(java.lang.StringBuffer combinedparams) method).

We need to make sure that values like

'>

and

"bla"

are correctly filtered. The last one currently breaks the javascript/html parsing.

Submitted by Elmer van Chastelet on 23 July 2012 at 11:45

On 8 August 2012 at 14:22 Elmer van Chastelet closed this issue.

On 8 August 2012 at 14:22 Elmer van Chastelet commented:

(Hopefully) fixed in r5271

Log in to post comments