[Webware-discuss] How to generate non-html pages

2003-01-04 Thread sjh
Hi, I have a page where I want to generate a csv file for the user to download. I can't figure out how to get rid of the tags. Is there a standard way to deal w/ this? -Seth --- This sf.net email is sponsored by:ThinkGeek Welcome to geek hea

Re: [Webware-discuss] remoteName

2003-01-04 Thread Ian Bicking
Yeah, that's just weird. I changed it to what seemed like a reasonable implementation, in CVS. On Sat, 2003-01-04 at 13:58, Randall Randall wrote: > In HTTPRequest.py, there is: > > def remoteName(self): > ''' Returns the fully qualified name of the client that sent the request, > or the IP ad

[Webware-discuss] Middlekit and Postgres and a Bug

2003-01-04 Thread Kevin Dahlhausen
I've been working with the Postgres patches for Middlekit and found a bug in the PostgreSQLObjectStore. New objects can be added to the store just fine, but changes to objects are not saved. I've tracked the problem down to the fact that the connection used to commit the changes after all are exe

[Webware-discuss] remoteName

2003-01-04 Thread Randall Randall
In HTTPRequest.py, there is: def remoteName(self): ''' Returns the fully qualified name of the client that sent the request, or the IP address of the client if the name cannot be determined. ''' raise self.remoteName() Has this just not been written, or wasn't in 0.7 but is in CVS, or has it

Re: [Webware-discuss] Sessions for dumb clients?

2003-01-04 Thread Randall Randall
[EMAIL PROTECTED] wrote: > On Saturday 04 January 2003 04:28, Randall Randall wrote: > > Anyway, session id are usually made by a combined > user-agent/remote_add/agent-langage ..etc some stuff that it > more unique as possible and you just need to check it validation > by marshall all the ENV_VA