« Return to Thread: inconsistent routing

Re: inconsistent routing

by Sean Cribbs-2 :: Rate this Message:

Reply to Author | View in Thread

Are you using trunk or a previous version?  This bug may have been
introduced in the extension-loading refactoring.

Sean

Benny Degezelle wrote:

> assert_routing works indeed. The test passes, but i'm still getting the
> same results:
>
>  
>>> app.get('/en/shop')
>>>      
> => 302
>  
>>> app.get('/en/shop')
>>>      
> => 200
>  
>>> app.get('/en/shop')
>>>      
> => 302
>  
>>> app.get('/en/shop')
>>>      
> => 200
>  
>>> app.get('/en/shop')
>>>      
> => 302
>  
>>> app.get('/en/shop')
>>>      
> => 200
>  
>>> app.get('/en/shop')
>>>      
> => 200
>  
>>> app.get('/en/shop')
>>>      
> => 200
>
> This is with a named route.
>
> Daniel; as far as i know i'm not working with multiple mongrel
> processes. I'm still working in development mode only, and i haven't
> played with setting up mongrel clusters or anything..
>  

_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

 « Return to Thread: inconsistent routing