Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Pushing to Gerrit using http

On Fri, Dec 10, 2010 at 7:38 AM, Baumgart, Jens <jens.baumgart@xxxxxxx> wrote:
> For me it also works with JGit.
>
> In both JGit and EGit we hit TransportHttp 356
>
>                                final int status = HttpSupport.response(conn);
>
> But there are differences in authentication in JGit/EGit use case:
> In JGit, authentication is triggered by the JVM. In EGit, its done by TransportHttp.
> The traffic in both cases looks different:

OK, from this it looks like we've managed to break the digest
authentication support in JGit (or it never worked at all).  I'll try
to debug this today, I was pretty certain I had it working against
Gerrit Code Review back when I proposed it to JGit, but maybe I
changed something after and failed to retest it.

-- 
Shawn.


Back to the top