Justudo has asked for the wisdom of the Perl Monks concerning the following question:
Where the calling URL looks something like :validateUser($ENV{'REQUEST_URI'});
The validateUser calls the Login form as http://localhost/testdoc_scripts/login?request_uri=...<request-uri-value> . But the REQUEST_URI gets truncated as :http://localhost/testdoc_scripts/upd?file_url=//testdoc_dir/t1.txt&fil +e_path=/u02/data/doc/test/t1.txt&43368
Why does the truncation occur after the first '&' in the Login URL ? Monks pls advise. thank u./testdoc_scripts/upd?file_url=//testdoc_dir/t1.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: REQUEST_URI from $ENV gets truncated
by LTjake (Prior) on Oct 17, 2002 at 11:31 UTC | |
|
Re: REQUEST_URI from $ENV gets truncated
by dws (Chancellor) on Oct 17, 2002 at 16:54 UTC | |
by merlyn (Sage) on Oct 17, 2002 at 17:11 UTC |