Re: [lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-03-12 Thread sebb
On 12 March 2017 at 10:43, Benedikt Ritter wrote: > Hello, > >> Am 11.03.2017 um 13:08 schrieb Yasser Zamani : >> >> >> >> On 3/8/2017 12:21 PM, Benedikt Ritter wrote: >>> Hello Yasser, >>> >>> Sorry for the late reply! I have been on vacation and

Re: [lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-03-12 Thread Benedikt Ritter
Hello, > Am 11.03.2017 um 13:08 schrieb Yasser Zamani : > > > > On 3/8/2017 12:21 PM, Benedikt Ritter wrote: >> Hello Yasser, >> >> Sorry for the late reply! I have been on vacation and needed some time to go >> through all the mails that have piled up :-) > Hello

Re: [lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-03-11 Thread Yasser Zamani
On 3/8/2017 12:21 PM, Benedikt Ritter wrote: > Hello Yasser, > > Sorry for the late reply! I have been on vacation and needed some time to go > through all the mails that have piled up :-) Hello Benedikt , thank you very much for your answer > > StringEscapeUtils contains general String

Re: [lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-03-11 Thread Yasser Zamani
On 3/8/2017 12:21 PM, Benedikt Ritter wrote: > Hello Yasser, > > Sorry for the late reply! I have been on vacation and needed some time to go > through all the mails that have piled up :-) Hello Benedikt , thank you very much for your answer > > StringEscapeUtils contains general String

Re: [lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-03-08 Thread Benedikt Ritter
Hello Yasser, Sorry for the late reply! I have been on vacation and needed some time to go through all the mails that have piled up :-) > Am 27.02.2017 um 15:38 schrieb Yasser Zamani : > > Hi there, > > I just wonder why `StringEscapeUtils.escapeEcmaScript` also

[lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-02-27 Thread Yasser Zamani
Hi there, I just wonder why `StringEscapeUtils.escapeEcmaScript` also includes `JavaUnicodeEscaper`? is it it's business really? the problem is when we use it to prevent script injection by user, it also replaces user input's unicodes with "\u"s which is not deducted with `escapeEcmaScript'

[lang] Question with the StringEscapeUtils.(un)escapeEcmaScript

2017-02-25 Thread Yasser Zamani
Hi there, I just wonder why `StringEscapeUtils.escapeEcmaScript` also includes `JavaUnicodeEscaper`? is it it's business really? the problem is when we use it to prevent script injection by user, it also replaces user input's unicodes with "\u"s which is not deducted with `escapeEcmaScript'