Re: My introduction and JIRA karma

2014-11-21 Thread Michael Osipov
Am 2014-11-16 um 13:08 schrieb Oleg Kalnichevski: On Sat, 2014-11-15 at 21:58 +0100, Michael Osipov wrote: Am 2014-11-15 um 14:27 schrieb Karl Wright: Hi Michael, I understand how the workaround would work if I should implement it that way, but I'm less certain about your proposed changes to H

Re: My introduction and JIRA karma

2014-11-16 Thread Asankha C. Perera
Welcome aboard Michael ! regards asankha On 11/14/2014 10:06 PM, Michael Osipov wrote: Hi folks, I have been recently promoted as HC committer by Oleg. Being an Apache committer for serveral years now, contributing to Apache Maven, I finally decided to join this project too. Oleg asked me

Re: My introduction and JIRA karma

2014-11-16 Thread Oleg Kalnichevski
On Sat, 2014-11-15 at 21:58 +0100, Michael Osipov wrote: > Am 2014-11-15 um 14:27 schrieb Karl Wright: > > Hi Michael, > > > > I understand how the workaround would work if I should implement it that > > way, but I'm less certain about your proposed changes to HttpClient. For > > example, for prox

Re: My introduction and JIRA karma

2014-11-15 Thread Michael Osipov
Am 2014-11-15 um 14:27 schrieb Karl Wright: Hi Michael, I understand how the workaround would work if I should implement it that way, but I'm less certain about your proposed changes to HttpClient. For example, for proxies and NTLM this is what I currently do: CredentialsProvider credentialsPr

Re: My introduction and JIRA karma

2014-11-15 Thread Karl Wright
Hi Michael, I understand how the workaround would work if I should implement it that way, but I'm less certain about your proposed changes to HttpClient. For example, for proxies and NTLM this is what I currently do: CredentialsProvider credentialsProvider = new BasicCredentialsProvider(); crede

Re: My introduction and JIRA karma

2014-11-14 Thread Michael Osipov
Am 2014-11-14 um 20:00 schrieb Karl Wright: bq. Unfortunately, HTTPClient does not support direct use of GSSCredential and always assumes implicit credential. Fortunately, there are several ways to solve that problem too. Is this something you'd be working on? Yes, the default will remain impl

Re: My introduction and JIRA karma

2014-11-14 Thread Karl Wright
bq. Unfortunately, HTTPClient does not support direct use of GSSCredential and always assumes implicit credential. Fortunately, there are several ways to solve that problem too. Is this something you'd be working on? If not, can you point me at an email trail or something describing how to work ar

Re: My introduction and JIRA karma

2014-11-14 Thread Michael Osipov
Am 2014-11-14 um 19:21 schrieb Karl Wright: bq. Obtaining a TGT from within Java with a UPN and a password is a snap and can be done with a few line of code. After that, you have a GSSCredential and are good to go. No magic here. Maybe I need to understand your usecase better. The use case is si

Re: My introduction and JIRA karma

2014-11-14 Thread Karl Wright
bq. Obtaining a TGT from within Java with a UPN and a password is a snap and can be done with a few line of code. After that, you have a GSSCredential and are good to go. No magic here. Maybe I need to understand your usecase better. The use case is simple. We have a number of connectors that req

Re: My introduction and JIRA karma

2014-11-14 Thread Michael Osipov
Thanks, that should do it. This is the same level I am used to the codehaus JIRA for Apache Maven. I am good now. Michael Am 2014-11-14 um 17:46 schrieb Gary Gregory: Hi Michael, Welcome aboard! I made you an admin on the Jira project. I hope that is the right "level", in fact, it is the o

Re: My introduction and JIRA karma

2014-11-14 Thread Michael Osipov
Am 2014-11-14 um 18:53 schrieb Karl Wright: Hi Michael, [...] Native code is not something that will work for ManifoldCF because it must work the same on linux as well as windows systems. So SSPI cannot be a replacement for the proprietary NTLM implementation at this time. As for Kerberos --

Re: My introduction and JIRA karma

2014-11-14 Thread Karl Wright
Hi Michael, NTLM has not been significantly changed in a long while, and we use it all the time, so I'm not expecting there to be any changes in that code that need to be made. Native code is not something that will work for ManifoldCF because it must work the same on linux as well as windows sys

Re: My introduction and JIRA karma

2014-11-14 Thread Michael Osipov
Hi Karl and thanks for the welcome, Am 2014-11-14 um 17:44 schrieb Karl Wright: Welcome onboard! I'm the lead with the ManifoldCF project, which is a heavy user of httpclient, and the implementer of the NTLM code that HttpClient currently includes. I'm looking forward to someone keeping up to

Re: My introduction and JIRA karma

2014-11-14 Thread Oleg Kalnichevski
On Fri, 2014-11-14 at 17:36 +0100, Michael Osipov wrote: > Hi folks, > > I have been recently promoted as HC committer by Oleg. I merely nominated you ;) > Being an Apache > committer for serveral years now, contributing to Apache Maven, I > finally decided to join this project too. > > Oleg

Re: My introduction and JIRA karma

2014-11-14 Thread Francois-Xavier Bonnet
Welcome! 2014-11-14 17:46 GMT+01:00 Gary Gregory : > Hi Michael, > > Welcome aboard! > > I made you an admin on the Jira project. I hope that is the right "level", > in fact, it is the only one that has anyone on it, but I am not sure if > that is only for PMC members or both PMCs and Committers.

Re: My introduction and JIRA karma

2014-11-14 Thread Gary Gregory
Hi Michael, Welcome aboard! I made you an admin on the Jira project. I hope that is the right "level", in fact, it is the only one that has anyone on it, but I am not sure if that is only for PMC members or both PMCs and Committers... Gary On Fri, Nov 14, 2014 at 11:36 AM, Michael Osipov wrote

Re: My introduction and JIRA karma

2014-11-14 Thread Karl Wright
Welcome onboard! I'm the lead with the ManifoldCF project, which is a heavy user of httpclient, and the implementer of the NTLM code that HttpClient currently includes. I'm looking forward to someone keeping up to date with all the various authentication/authorization protocols, since this change

My introduction and JIRA karma

2014-11-14 Thread Michael Osipov
Hi folks, I have been recently promoted as HC committer by Oleg. Being an Apache committer for serveral years now, contributing to Apache Maven, I finally decided to join this project too. Oleg asked me to join to make improvements on the GSS-API-based and SSPI-based (Windows) authentication