[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-05-11 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset 6072db001b51 by Senthil Kumaran in branch 'default':
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
http://hg.python.org/cpython/rev/6072db001b51

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-05-11 Thread Senthil Kumaran

Changes by Senthil Kumaran sent...@uthcode.com:


--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-04-07 Thread Yuval Greenfield

New submission from Yuval Greenfield ubershme...@gmail.com:

When trying to use urllib to open a page from a server with NTLM authentication 
python raises urllib.error.HTTPError: HTTP Error 401: Unauthorized

A python 3 code example: http://codepad.org/axPomYHw

This was a bit confusing for me as I had to debug urllib to figure out python 
doesn't support NTLM. I'd expect python to tell me the authentication method 
isn't supported in such cases.

I didn't add a test for the attached patch as it doesn't seem test-worthy.

--
components: Library (Lib)
files: urllib.auth.patch
keywords: patch
messages: 133248
nosy: ubershmekel
priority: normal
severity: normal
status: open
title: urllib HTTP authentication behavior with unrecognized auth method
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file21567/urllib.auth.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-04-07 Thread Yuval Greenfield

Yuval Greenfield ubershme...@gmail.com added the comment:

I noticed it's not only that python doesn't support NTLM, it's that I used 
Basic Auth which isn't NTLM. So I modified the patch to pertain to basic auth 
and digest as well.

--
Added file: http://bugs.python.org/file21574/urllib.auth2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-04-07 Thread Jesús Cea Avión

Jesús Cea Avión j...@jcea.es added the comment:

The patch seems ok. I think this should be applied to 3.2 and 3.3. Not sure 
about 3.1.

--
keywords: +needs review -patch
nosy: +jcea
versions: +Python 3.2, Python 3.3 -Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-04-07 Thread Senthil Kumaran

Senthil Kumaran sent...@uthcode.com added the comment:

With the patch there is a new exception with specific msg being raised in 
certain cases, so this may only pertain to 3.3

--
assignee:  - orsenthil
nosy: +orsenthil
versions:  -Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com