Em Quinta 04 Maio 2006 12:26, Robin Haswell escreveu:
>
> So I can't really avoid the file extension problem :(
>
> The CP filter does seem complicated. I think I'll use some default()
> magic as large sections of the site have started using default since
> this E-mail was written. A quick 'if method:endswith(".html"):method =
> method[0:-5]" should do the trick.I dunno how you make your site public on the web, here I use mod_proxy + Apache, so I'd definitely write a mod_rewrite filter and that's it... I wouĺdn't touch my Python code. Specially with something that contains a "." (used for namespace separation in Python). -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

