Re: [Webware-devel] Files of multiple extensions

2001-09-10 Thread Tavis Rudd
Ian wrote: >Is it possible for Webware, as it currently stands, to >pick one file over another by extension? In particular, I >want .tmpl files to be picked over .py files (as the .py >would be more or less generated from the .tmpl). It seems >like this isn't possible now...? >Ian The rede

[Webware-devel] Files of multiple extensions

2001-09-10 Thread Ian Bicking
Is it possible for Webware, as it currently stands, to pick one file over another by extension? In particular, I want .tmpl files to be picked over .py files (as the .py would be more or less generated from the .tmpl). It seems like this isn't possible now...? Ian ___

[Webware-devel] Socket problem: more clues

2001-09-10 Thread Jeff Johnson
On FreeBSD 4.3, in order for ThreadedAppServer.py to be restarted quickly without failing to bind to the main socket, I have to send a linefeed to stdout after line 240 "rh=self.requestQueue.get()" or before line 483 "conn.shutdown(1)". "os.stdout.flush() doesn't solve the problem. "print" or "

[Webware-devel] cvs update: posted vars now supersede query string vars

2001-09-10 Thread Geoff Talvola
By popular demand, I made the fix so that POSTed variables override variables from the query string. - Geoff ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel