Ticket #373 (defect)
Opened 4 years ago
Last modified 4 years ago
Support arbitrary mount points for applications
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-beta |
| Component: | CherryPy code | Keywords: | |
| Cc: |
That is, allow a site to be designed to be mounted at "/", but allow a deployer to mount it at, say, "/users/fumanchu/myapp", so that the request "/users/fumanchu/myapp/thing/123" is handled by the application as if the user requested "/thing/123".
Change History
10/27/05 19:11:24: Modified by fumanchu
- status changed from new to assigned.
10/27/05 19:15:14: Modified by fumanchu
StaticFilter? fixed in [756].
10/29/05 16:12:37: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
Fixed in [760] (trunk).


Detailed discussion here: http://www.aminus.org/blogs/index.php/fumanchu/2005/10/27/url_rewriting_in_cherrypy_2_1
The use of HTTPRedirect inside mapPathToObject was addressed in ticket #371 and fixed in [755]. Staticfilter also needs to use objectPath instead of path.