-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting issue. #25
Comments
From [email protected] on 2008-12-22 23:25:02 That code has been that way for a very long time. Can you be more On Fri Dec 12 20:14:08 2008, ideysus wrote:
|
From [email protected] on 2008-12-24 03:05:50
I can't test it since I was only doing a trial with Bricolage and |
Migrated from rt.cpan.org #41668 (status was 'stalled')
Requestors:
From [email protected] on 2008-12-13 01:14:08
:
I am getting an error message using the Debian packaged Mason that looks
like:
[Mason] Cannot resolve file to component:
/errors/500.mcusr/local/bricolage/comp/ (is file outside component
root?) at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 858
I suspect, therefore, that the line:
$pathname .= $r->path_info unless $fs_type eq 'file';
in 1.40 would better read something like (untested):
$pathname = "/".$pathname.$r->path_info unless $fs_type eq 'file';
The text was updated successfully, but these errors were encountered: