At 11:32 PM 8/11/2001 -0400, Clark C . Evans wrote:
>Please find attached a patch for HTTPRequest.py
>and Applicaiton.py which generalizes Heiko Hees's
>wonderful "Path Based Session" to allow for
>session-like variables to be included in the
>path *before* the servlet context.

[huge snip]

1. Prior to seeing your examples, I expected the extra values to come after 
the context as I see that as being the "entry point" of a site. Now that 
you've done it the other way around, the question arises, should they go 
before, after or both?

2. Also, if I did a multi-lingual site, I wouldn't want ".../lang=en/...", 
but instead just ".../en/...". e.g., args by position rather than name.

3. Finally, before we apply URL dissecting patches left and right, have you 
reviewed Terrel Schumway's URLDecoder? I never had time to fully digest it, 
but from what I followed he seemed to be reaching for something very 
general. Would this take care of you, or at least provide an easy hook to 
_add_ URL processing to your application, without having to modify the 
WebKit sources?
http://www.ics.uci.edu/~tshumway/webware/urldecode.html


-Chuck


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to