Subject: | Formatting issue. |
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';