]> source.dussan.org Git - jgit.git/commit
Fix HTTP digest authentication 10/2110/1
authorShawn O. Pearce <spearce@spearce.org>
Mon, 13 Dec 2010 18:09:14 +0000 (10:09 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Dec 2010 18:11:03 +0000 (10:11 -0800)
commit2bc13104a8ec2c31dc5198cf77d2cf261b8a44b8
treea896cabf39ac7501222ab3762eeda08647a9246e
parentc6ca443b61372d73a7f1438c995713bad39b5277
Fix HTTP digest authentication

JGit's internal implementation of the HTTP digest authentication
method wasn't conforming to RFC 2617 (HTTP Authentication: Basic
and Digest Access Authentication), resulting in authentication
failures when connecting to a digest protected site.

The code now more accurately matches section 3.2.2 (The Authorization
Request Header) from the standards document.

Change-Id: If41b5c2cbdd59ddd6b2dea143f325e42cd58c395
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/HttpAuthMethod.java