Issue 54 in twill: HTTP basic Auth failure and ugly work around

15 views
Skip to first unread message

codesite...@google.com

unread,
Jun 6, 2009, 6:22:27 AM6/6/09
to twill-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 54 by pythonic: HTTP basic Auth failure and ugly work around
http://code.google.com/p/twill/issues/detail?id=54

What steps will reproduce the problem?
1. import twill.commands
2. twill.commands.add_auth(realm, url, user, secret)
3. twill.commands.go(loginurl)


What is the expected output? What do you see instead?
Should not fail

What version of the product are you using? On what operating system?
0.9

Please provide any additional information below.
Adding following to twill/other_packages/_mechanize_dist/_auth.py fixes the
issue though may not right solution
--
from urllib2 import BaseHandler, parse_keqv_list, parse_http_list
import time, os
--

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply all
Reply to author
Forward
0 new messages