Re: [Zope] keeping Java Servlets session ids based on url rewriti ng

2000-09-11 Thread Chris McDonough
Albert, I've put this in the collector as a possible bug... hopefully it will get fixed with the next release if it proves not to be the proper behavior. In the meantime, you want want to try messing around with that regex to get the appropriate behavior for your environment. [EMAIL PROTECTED]

RE: [Zope] keeping Java Servlets session ids based on url rewriti ng

2000-09-10 Thread Chris McDonough
> Um from looking at the code I think it may be Zserver not Zpublisher > doing it. I think there is code which set up the CGI env vars at > Zpublisher pick em up and works with them, so it is the code that sets > those GCI vars that is dropping it. Isn't it tru that if you use > APACHE, they are s

Re: [Zope] keeping Java Servlets session ids based on url rewriti ng

2000-09-10 Thread albert boulanger
I've done a little poking around in ZPublisher's HTTPRequest.py and BaseRequest.py and I don't think that's where the ';*' gets stripped. I can't find *where* it gets stripped. It must be possible to make Zope de-ignore things split on a ";", but right now I can't find out where to

RE: [Zope] keeping Java Servlets session ids based on url rewriti ng

2000-09-10 Thread Chris McDonough
Thanks for the clarifications... > We use servlets for java to java com between applets and the > server. Inside, the servlets communicates to C++ based servers for > objects and events. Servlet sessions are used to help ensure > validation > for the object and event servers. User database is al