[jira] [Reopened] (HTTPCLIENT-1383) NTLM authentication can enter in infinite loop

2013-07-08 Thread Ricardo Pereira (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricardo Pereira reopened HTTPCLIENT-1383: - Sorry to bother you again with this. It's still possible to get the

[jira] [Updated] (HTTPCLIENT-1383) NTLM authentication can enter in infinite loop

2013-07-08 Thread Ricardo Pereira (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricardo Pereira updated HTTPCLIENT-1383: Attachment: HTTPCLIENT-1383_patch_tests_non_unicode Attached a patch (for

[jira] [Resolved] (HTTPCLIENT-1383) NTLM authentication can enter in infinite loop

2013-07-08 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1383. --- Resolution: Fixed To the contrary I am very happy you are helping us

Re: svn commit: r1500401

2013-07-08 Thread Oleg Kalnichevski
On Sun, 2013-07-07 at 20:18 +0100, sebb wrote: On 7 July 2013 11:20, ol...@apache.org wrote: Author: olegk Date: Sun Jul 7 10:20:33 2013 New Revision: 1500401 URL: http://svn.apache.org/r1500401 Log: Follow up to HTTPCLIENT-1381: fixes another NPE Contributed by Ricardo Pereira

Re: svn commit: r1500401

2013-07-08 Thread sebb
On 8 July 2013 10:34, Oleg Kalnichevski ol...@apache.org wrote: On Sun, 2013-07-07 at 20:18 +0100, sebb wrote: On 7 July 2013 11:20, ol...@apache.org wrote: Author: olegk Date: Sun Jul 7 10:20:33 2013 New Revision: 1500401 URL: http://svn.apache.org/r1500401 Log: Follow up to

UnicodeLittleUnmarked or UTF-16LE in NTLM code?

2013-07-08 Thread sebb
The NTLM code uses the charset UnicodeLittleUnmarked a lot. The official page: http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html says they are the same, but different APIs use a different canonical name. I assume the methods will therefore take either. Might be worth

Re: UnicodeLittleUnmarked or UTF-16LE in NTLM code?

2013-07-08 Thread Oleg Kalnichevski
On Mon, 2013-07-08 at 11:10 +0100, sebb wrote: The NTLM code uses the charset UnicodeLittleUnmarked a lot. The official page: http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html says they are the same, but different APIs use a different canonical name. I assume the

Re: UnicodeLittleUnmarked or UTF-16LE in NTLM code?

2013-07-08 Thread sebb
On 8 July 2013 11:10, sebb seb...@gmail.com wrote: The NTLM code uses the charset UnicodeLittleUnmarked a lot. The official page: http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html says they are the same, but different APIs use a different canonical name. I assume the

Re: UnicodeLittleUnmarked or UTF-16LE in NTLM code?

2013-07-08 Thread sebb
On 8 July 2013 11:29, Oleg Kalnichevski ol...@apache.org wrote: On Mon, 2013-07-08 at 11:10 +0100, sebb wrote: The NTLM code uses the charset UnicodeLittleUnmarked a lot. The official page: http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html says they are the same, but

Re: UnicodeLittleUnmarked or UTF-16LE in NTLM code?

2013-07-08 Thread Oleg Kalnichevski
On Mon, 2013-07-08 at 11:35 +0100, sebb wrote: On 8 July 2013 11:29, Oleg Kalnichevski ol...@apache.org wrote: On Mon, 2013-07-08 at 11:10 +0100, sebb wrote: The NTLM code uses the charset UnicodeLittleUnmarked a lot. The official page:

Re: UnicodeLittleUnmarked or UTF-16LE in NTLM code?

2013-07-08 Thread Gary Gregory
On Jul 8, 2013, at 6:30, Oleg Kalnichevski ol...@apache.org wrote: On Mon, 2013-07-08 at 11:10 +0100, sebb wrote: The NTLM code uses the charset UnicodeLittleUnmarked a lot. The official page: http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html says they are the same,

[jira] [Closed] (HTTPCLIENT-1383) NTLM authentication can enter in infinite loop

2013-07-08 Thread Ricardo Pereira (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricardo Pereira closed HTTPCLIENT-1383. --- Tested with both the latest trunk and branch 4.2.x with no problems. Once again,