See here for the list of reserved keywords:
https://github.com/kraih/mojo/blob/master/lib/Mojolicious/Controller.pm#L16

On Wed, Apr 25, 2018 at 11:11 AM, Dan Book <[email protected]> wrote:

> status is a reserved stash entry. Use a different name for your
> placeholder. https://metacpan.org/pod/Mojolicious::Controller#stash
>
> -Dan
>
> On Wed, Apr 25, 2018 at 11:42 AM, <[email protected]> wrote:
>
>> I think I've traced the cause to the route/placeholder:
>>
>> $r->get('/data/:status')->to('controller#action', status => 'N');
>>
>> This doesn't seem to work behind the Apache proxy but I'm not sure how to
>> fix it?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Mojolicious" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/mojolicious.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/mojolicious.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to