On Fri, Nov 16, 2001 at 11:17:38AM -0500, Geoff Talvola wrote:

> I've checked in an improved version of SecurePage.py and LoginPage.py into 
> Webware CVS.  It should fix the problem you're having.  Give them a try.

Thank You! This fixed my problem indeed.

I noticed usage of uniqueId from MiscUtils.Funcs, which did not exist in
0.6b2 release. I would like to use same solution to my problem as in
CVS but i want to keep 0.6b2 release - is it sufficent to cut and paste
uniqueId to my implementation of SecurePage analog in my application or
is this function more widely used and should stay in MiscUtils?
Or perhaps i should update MiscUtils.Funcs?

BTW, CVS version created another problem: Accessing WebKit.cgi gives
error under Python 1.5.2. Everything is OK with 2.1.1. Traceback
follows:

---------
Traceback (innermost last):
  File "WebKit/Application.py", line 348, in dispatchRequest
    self.handleGoodURL(transaction)
  File "WebKit/Application.py", line 496, in handleGoodURL
    self.respond(transaction)
  File "WebKit/Application.py", line 624, in respond
    transaction.respond()
  File "WebKit/Transaction.py", line 93, in respond
    self._servlet.respond(self)
  File "WebKit/HTTPServlet.py", line 34, in respond
    methName = 'respondTo' + httpMethodName.capitalize()
AttributeError: 'string' object has no attribute 'capitalize'
---------

-- 
Ivar


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to