30 Oct
2003
30 Oct
'03
4:52 a.m.
Hi all, I've had a twisted web application running for a while that uses request.getUser() and request.getPassword() in a resource subclass render() method to make the web browser prompt for a username/password. I've been refactoring this application to use Woven page subclasses and the same request.getFoo() calls now return empty strings rather than None, and no prompting from the browser is done. Is there some gotcha in using request.getUser() and request.getPassword() from Woven page subclasses? Cheers, Stu -- :: Stuart Hungerford (stuart.hungerford@anu.edu.au) :: ANU Internet Futures Group