Hi!

>I've read your posts several times on the embperl mailinglist so I thought
>I would share this with you first. This might be an old bug or maybe not a
>bug at all.

In such cases the embperl mailing list is the right place to post to...

>Let's say that you have an input/text box on your webpage and you type "/\"
>or "จจจจ" (the dots above ๖ and ไ) in it. Submit it to the same page and
>you get strange results back in the inputbox, i.e html code or embperl code
>(I think). Your input box might look something like this
>"/>                     <font class="
>or
>"&die;&die;&die;&die;&die;&die;&die;"
>
>Have you heard about this before?
>
>We are using
>Apache/1.3.22 (Unix)
>mod_perl/1.26
>embperl 1.3.4

The backslash before the quote is a problem. Set the EMBPERL_ESCMODE or
$escmode to 7 should solve the problem, because it turns of the escaping
function of the backslash.

This will be the default for 2.0b7+

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to