It is the default expected behavior, if the url ends with .ext it is
considered being the webpage extension and used to choose which
@expose decorator consider in case of multiple templates exposed. It
is useful if you want to expose the controller for example both for
html and json, calling page.json will return the json version while
calling .html (or no extenion at all) will return the html page.
You can change this by setting disable_request_extensions to false
inside app_cfg.py
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To post to this group, send email to
turbo...@googlegroups.com.
> To unsubscribe from this group, send email to
>
turbogears+...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/turbogears?hl=en.
>