[GitHub] jmeter issue #387: Add delegation for SPNEGO back to JMeter

2018-06-15 Thread pmouawad
Github user pmouawad commented on the issue:

https://github.com/apache/jmeter/pull/387
  
Hi Felix,
Did you have time to check the changes are working ? 
If yes, +1 for committing it.


---


[GitHub] jmeter issue #387: Add delegation for SPNEGO back to JMeter

2018-06-08 Thread pmouawad
Github user pmouawad commented on the issue:

https://github.com/apache/jmeter/pull/387
  
Thanks Felix


---


[GitHub] jmeter issue #387: Add delegation for SPNEGO back to JMeter

2018-06-08 Thread FSchumacher
Github user FSchumacher commented on the issue:

https://github.com/apache/jmeter/pull/387
  
I thought I hat to overwrite the method `createGSSContext`, which is only 
possible on a subclass in the same package. I changed it now explicitly to call 
another method and placed the classes in JMeter's package namespace. Will check 
on Monday, if it is still working.


---


[GitHub] jmeter issue #387: Add delegation for SPNEGO back to JMeter

2018-06-08 Thread pmouawad
Github user pmouawad commented on the issue:

https://github.com/apache/jmeter/pull/387
  
Thanks for PR.
Just wondering, why do we use httpcomponents package ?

- org.apache.http.impl.auth.DelegatingKerberosScheme
- org.apache.http.impl.auth.DelegatingSPNegoScheme

Thanks


---