At 09:37 AM 8/23/01 -0500, Love, Jay wrote:
>They should always be available explicitly through a pathVariable() accssor
>method. The value() method is meant to provide simple one stop shopping for
>your client variable needs. It just goes through the dictionaries, looking
>for the requested key
On Thu, Aug 23, 2001 at 09:37:34AM -0500, Love, Jay wrote:
| They should always be available explicitly through a pathVariable() accssor
| method. The value() method is meant to provide simple one stop shopping for
| your client variable needs. It just goes through the dictionaries, looking
| fo
age-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 12:34 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Webware-devel] Re: Request _pathContext As a
> generalization of Path Session
>
>
> On Wed, Aug 22, 2001 at 12:18:36PM -
On Wed, Aug 22, 2001 at 09:34:20AM -0700, Mike Orr wrote:
|
| > I think the "values" method would be a better place to
| > make them visible, as I think keeping "fields" with
| > just query parameters is cleaner. The "values"
| > also contains cookie values... which IMHO, makes
| > much more s
On Wed, Aug 22, 2001 at 12:18:36PM -0400, Clark C . Evans wrote:
> | - these values can just be merged into the fields along with the POST/GET
> | variables. This would be my preference unless there's some compelling
> | reason they need to be separate. I would make the POST/GET values overrid
On Wed, Aug 22, 2001 at 11:52:48AM -0400, Geoff Talvola wrote:
| I'm ready to apply this patch to Webware CVS, but now I'm wondering if
| "pathContext" is the best choice of a name for these fields. I can think
| of additional possibilities:
|
| - call them "pathFields", "pathValues", or "path
I'm ready to apply this patch to Webware CVS, but now I'm wondering if
"pathContext" is the best choice of a name for these fields. I can think
of additional possibilities:
- call them "pathFields", "pathValues", or "pathVariables".
- these values can just be merged into the fields along with
At 11:32 PM 8/11/01 -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.
I looked at the patc