RE: [Webware-devel] CVS question

2002-12-12 Thread Ian Bicking
Cool, that works On Thu, 2002-12-12 at 18:29, Stuart Donaldson wrote: > How about placing the string: > >[a-zA-Z0-9]* > > In the .cvsignore file? > > This will not match ".cvsignore" and will match common files that you would > place in a Cache or Logs directory. > > -Stuart- > > >

[Webware-devel] sourceforge patches vs bugs?

2002-12-12 Thread Stuart Donaldson
I realized that I have put a couple of patches up on sourceforge.net in the patch area that actually fix bugs. In the interest of completeness, should I enter bugs against these? Or is having the patch in the patch database sufficient to get them looked at, and incorporated into the CVS tree?

RE: [Webware-devel] CVS question

2002-12-12 Thread Stuart Donaldson
How about placing the string: [a-zA-Z0-9]* In the .cvsignore file? This will not match ".cvsignore" and will match common files that you would place in a Cache or Logs directory. -Stuart- > -Original Message- > From: Ian Bicking [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Decemb

RE: [Webware-devel] HTTPRequest.rawRequest() broken

2002-12-12 Thread Geoffrey Talvola
I'm not sure if it's what you want, but try self.request()._input. - Geoff > -Original Message- > From: Matt Feifarek [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 3:46 PM > To: Webware discuss > Cc: Webware devel > Subject: [Webware-devel] HTTPRequest.rawRequest() broken

[Webware-devel] HTTPRequest.rawRequest() broken

2002-12-12 Thread Matt Feifarek
Hello all. We're trying to do some forensics on some unicode issues, and are trying to find out what /exactly/ is posted from a browser to a servlet. We thought we'd use the handy self.request().rawRequest() feature, but unfortunately it's broken. The access method simply coughs up self._rawReque