Re: [Webware-devel] Request _pathContext As a generalization of Path Session

2001-08-12 Thread Clark C . Evans
| 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? A. Heiko's session code was "before" and

Re: [Webware-devel] Request _pathContext As a generalization of Path Session

2001-08-12 Thread Chuck Esterbrook
At 06:19 PM 8/12/2001 -0700, Mike Orr wrote: >On Sun, Aug 12, 2001 at 08:35:43PM -0400, Chuck Esterbrook wrote: > > of indentation. Sometimes I'm in pico where TAB=8 and while it looks > > spaced out, there are no problems loading, saving or running the code. > ^^ ^^^ > >Pun intended? No, t

Re: [Webware-devel] Request _pathContext As a generalization of Path Session

2001-08-12 Thread Mike Orr
On Sun, Aug 12, 2001 at 08:35:43PM -0400, Chuck Esterbrook wrote: > of indentation. Sometimes I'm in pico where TAB=8 and while it looks > spaced out, there are no problems loading, saving or running the code. ^^ ^^^ Pun intended? -- -Mike (Iron) Orr, [EMAIL PROTECTED] (if mail problems

Re: [Webware-devel] Request _pathContext As a generalization of Path Session

2001-08-12 Thread Chuck Esterbrook
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. Pr

Re: [Webware-devel] Request _pathContext As a generalization of Path Session

2001-08-12 Thread Chuck Esterbrook
At 11:32 PM 8/11/2001 -0400, Clark C . Evans wrote: > Sorry about that... but after monkeying around > with my editor and stuff... I just plain give up. > Why are you all using TABs anyway! *shudders* Because TABs rule. ;-) I shudder whenever I have to cursor through hordes of s

Re: [Webware-devel] Re: [Webware-discuss] File Upload (w/ Binary Files)

2001-08-12 Thread Chuck Esterbrook
At 03:06 PM 8/11/2001 -0400, Jay Love wrote: >Chuck hasn't had in comments on that yet, though. He may still want to >go to 1.0. I'm cool with a 0.6. This a really bad time for me for personal reasons I explained earlier. If Jay or Geoff wish to lead a 0.6 release, that is fine with me. If you

Re: [Webware-devel] Re: Session invalidate

2001-08-12 Thread Chuck Esterbrook
At 08:04 PM 8/12/2001 -0400, Jay Love wrote: >Done. > >I also added dictionary style access to Session. Also, >Application.isSessionIdProblematic wasn't checking the session objects >timeout and was using the default configuration setting. I fixed that. > >Jay Is there any reason to do this:

Re: [Webware-devel] Re: Session invalidate

2001-08-12 Thread Jay Love
Done. I also added dictionary style access to Session. Also, Application.isSessionIdProblematic wasn't checking the session objects timeout and was using the default configuration setting. I fixed that. Jay Clark C . Evans wrote: >In the current CVS snapshot, session.invalidate() is still

[Webware-devel] Re: Session invalidate

2001-08-12 Thread Clark C . Evans
In the current CVS snapshot, session.invalidate() is still unimplemented. The stuff below looks resonable to me, I was wondering if it could be added? Best, Clark - Forwarded message from David O'Callaghan <[EMAIL PROTECTED]> - From: "David O'Callaghan" <[EMAIL PROTECTED]> To: <[EMAIL

[Webware-devel] Re: [Webware-discuss] Bug? (HttpRequest and )

2001-08-12 Thread Jay Love
I've committed this to CVS. I used the subclass version. Jay Chuck Esterbrook wrote: > At 02:05 PM 8/11/2001 -0400, Jay Love wrote: > >> It is more code. I'm not suggesting pushing this back to python, >> because I think cgi needs a bigger rewrite. >> >> This code does not assume that cgi wi