Hi guys.
I have some problems with the latest glassfish and with html special symbols.
My application works fine on glassfish 3.1. Then I have updated my glassfish to the latest version (3.1.2). And now glassfish replaces all symbols (like < >) by the special symbols ( >
<
).
An example of a page (3.1)
<body onload="document.forms[0].submit();">
<form>
<input type="hidden" name="ORDER" value="123" />
</form>
</body>
An example of a page (3.1.2)
<body onload="document.forms[0].submit();">
<form>
<input type="hidden" name="ORDER" value="123" />
</form>
</body>
what is going on?