|
[Webware-devel] [ webware-Patches-753344 ] Enhancement to Application permitting "virtual" resources
From: SourceForge.net <noreply@so...> - 2003-06-12 15:13
|
Patches item #753344, was opened at 2003-06-12 17:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=753344&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Paul Boddie (pboddie) Assigned to: Nobody/Anonymous (nobody) Summary: Enhancement to Application permitting "virtual" resources Initial Comment: The Application class unfortunately insists that every requested resource must be a real filesystem resource, but this limitation doesn't let servlet factories work out whether they can handle such requests anyway. For example, one might want to serve "default.py" when any non-existent .py resource is requested within a given context and to implement this mechanism in a servlet factory. These non-existent resources could be called "virtual" resources and are reminiscent of mod_python's handler semantics. This patch tentatively removes the "real resource" limitation in the 0.8 release version of Application. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=753344&group_id=4866 |
| Thread | Author | Date |
|---|---|---|
| [Webware-devel] [ webware-Patches-753344 ] Enhancement to Application permitting "virtual" resources | SourceForge.net <noreply@so...> |