> I don't know any. But I don't raise this exception -- or even trap it -- in > my code, so I don't have it there. ;-) Maybe that's the way I write code: > users can bookmark and go to a specific page, but if they type the URL wrong, > they get the same 404 page they'd get on another webserver with traditional > static pages.
Hmm, do you use the 'default' method often? As far as I know, explicitly raising cherrypy.NotFound is the only way to show that the resource requested through the 'default' controller method is not there... but maybe I'm rusty. -- Brian Beck Adventurer of the First Order --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

