[cgiapp] Re: Stuck with Dispatch
Jason A. Crome
cromedome at gmail.com
Tue Dec 30 11:34:39 EST 2008
Thanks for the much simpler suggestion. Same problem is occurring, however.
Going to see what other info I can gather from the internals of
Dispatch. Still looking for suggestions however :)
Thanks!
On Mon, Dec 29, 2008 at 6:05 PM, Mark Stosberg <mark at summersault.com> wrote:
> On Mon, 29 Dec 2008 08:58:56 -0600
> "Jason A. Crome" <cromedome at gmail.com> wrote:
>
>> Hi all,
>>
>> I'm working on my IIS subclass for CA::Dispatch, and am stuck for
>> reasons I am unsure of.
>
> Jason,
>
> Have you tried something like this?
>
> sub _parse_path {
> my ($self, $path, $table) = @_;
>
> # get the module name from the table
> return unless defined($path);
>
> # Strip the script name from the start of the URL
> $path =~ s|(/[^/]+)||;
>
> return $self->SUPER::_parse_path($path,$table);
>
> }
>
> Mark
>
>
>
> ##### CGI::Application community mailing list ################
> ## ##
> ## To unsubscribe, or change your message delivery options, ##
> ## visit: http://lists.openlib.org/mailman/listinfo/cgiapp ##
> ## ##
> ## Web archive: http://lists.openlib.org/pipermail/cgiapp/ ##
> ## Wiki: http://cgiapp.erlbaum.net/ ##
> ## ##
> ################################################################
>
>
More information about the cgiapp
mailing list