[EMAIL PROTECTED] (Alexei V. Barantsev) writes:
> I have the followin problem: HTML::Mason dhandler could not define
> path_info, it tries to select only first part. For example, if my
> request is http://server/test/hello/world and dhandler is in /test
> it decides that $r->path_info is /hello/.
D]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 9:06 AM
Subject: HTML::Mason and path_info
> Hello, All!
>
> I have the followin problem: HTML::Mason dhandler could not define
> path_info, it tries to select only first part. For example, if my
> request is http
"Alexei V. Barantsev" wrote:
>
> Hello, All!
>
> I have the followin problem: HTML::Mason dhandler could not define
> path_info, it tries to select only first part. For example, if my
> request is http://server/test/hello/world and dhandler is in /test
> it decides that $r->path_info is /hello/.
Hello, All!
I have the followin problem: HTML::Mason dhandler could not define
path_info, it tries to select only first part. For example, if my
request is http://server/test/hello/world and dhandler is in /test
it decides that $r->path_info is /hello/.
Looks like the problem appears early - deb