Re: printing mathematical special characters

2015-07-30 Thread Christoph Nenning
re stored as utf8 strings inside database, not encoded. Regards, Christoph > From: Bruno Wintenberger > To: Struts Users Mailing List , > Date: 30.07.2015 10:52 > Subject: Re: printing mathematical special characters > > Hello Yaragalla, > you should now that disabling th

Re: printing mathematical special characters

2015-07-30 Thread Bruno Wintenberger
Hello Yaragalla, you should now that disabling the default escaping can lead to serious security issues (mainly XSS : https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29). 2015-07-30 10:49 GMT+02:00 Yaragalla Muralidhar : > Ok Christoph. Thanks for your response. I found that struts is

Re: printing mathematical special characters

2015-07-30 Thread Yaragalla Muralidhar
Ok Christoph. Thanks for your response. I found that struts is doing it. helped me to an extent. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Thu, Jul 30, 2015 at 2:01 PM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote:

Re: printing mathematical special characters

2015-07-30 Thread Christoph Nenning
The fastest approach would be to disable struts encoding when displaying them (you can see docs of ). But I would rather suggest to figure out where that encoding comes from. You might use browser dev tools to see how the browser submits it. Then you can use a debugger or logging to show them i