After googling i'm find https://github.com/Pylons/pyramid/issues/406
Added pull request

четверг, 24 января 2013 г., 11:41:28 UTC+2 пользователь bismigalis написал:
>
> Hello everybody!
>
> When I use:
>
> def included(config):
>     config.add_route('forum.index', '/')
>
> def main(global_config, **settings):
>     config = Configurator()
>     config.include(included, route_prefix='/forum')
>
> This happens:
> /forum  NotFound
> /forum/ Found
>
> But I expect the opposite:
> /forum  Found
> /forum/ NotFound
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to