>
> BUT! My %fdat is always empty! I tried either POST or GET but with no
effect.
>

This is true, because you have disabled it yourself ! see below...

> I also noticed when my application uses POST method, CONTENT_LENGTH is set
but
> never reset (eg. is set to 108 but all next requests keeps this value).
IHMO
> it should be reset, isn`t it?
>
> I have found this problem was fixed in changelog but it seems this is not
> true.

The environment variable is not reseted, this is a mod_perl problem, but
Embperl didn't take the content-length from the environement variable
anymore, but directly from the Apache internal http header table. So the fix
is really there.

>
> My configuration:
>


> SetEnv EMBPERL_OPTIONS 272
>
This sets

optRawInput = 16
optDisableFormData = 256

so if you disable the setup of form data (%fdat), you shouldn't wonder if
Embperl does what you say :-)

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