It looks like something is caching the 301 response. I've taken out all the routes except

 map.connect('/philosophy/overview', controller='home')

If I use urlopen() on http://localhost:####/philosophy/overview I get the 301 response (where #### is any port no.)

If I use urlopen() on any other url I get the expected 400 not found.

If I change the route to something different (even if only 1 character):

 map.connect('/philosophy/verview', controller='home')

and then use urlopen() on that url I get the expected content from the 'home' controller, but *still* get 301 on '/philosophy/overview'.

I'm only running 'paster serve dev.ini', no webservers or caches that I'm aware of or can find.

Anyone have any clue why?

Robert

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to