You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Joshua Chamas <jo...@chamas.com> on 2002/04/23 05:40:44 UTC

Re: Hiccup with long file paths using $Response->Redirect

Maurice Aubrey wrote:
> ...
> Joshua will likely want a better fix that preserves as
> much of the path info as possible, but you can try this
> simple patch against 2.31 that shortens the function name
> and see if it solves the problem:
> 
> --- ASP.pm.orig Mon Feb 18 05:13:08 2002
> +++ ASP.pm      Mon Feb 18 05:21:42 2002
> @@ -431,7 +431,7 @@
>         my $id = $file_id.'x'.$self->{compile_checksum};
>         $id =~ s|/+|/|g;
>         $id =~ s/\W/_/g;
> -       $self->{id} = '__ASP_'.$id;
> +       $self->{id} = '__ASP_'. md5_hex($id);
>      }
> 

Hey, long time this did not get resolved, my apologies.

A fix like this will be in Apache::ASP v2.33, which is soon to 
be released.  Long file names should not be a problem after
this next release.

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org