DigestAuthTest is failing on 2.3.x

2010-12-16 Thread Sergey Beryozkin
Hi, Just spotted : https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-transports-http/1577/testReport/org.apache.cxf.transport.http/DigestAuthSupplierTest/testEncode/ Does someone know what can be causing it ? cheers, Sergey

Re: wsdl2java version 2.3.1

2010-12-16 Thread Daniel Kulp
On Wednesday 15 December 2010 4:21:16 am aaa aaa wrote: > I see. > > Version 2.3.1 add this endorsed dir, which explain why the wsdl2java tool > generate 2.2 compliant code. > > Problem come from the ant build.xml file. It doesn't include the endorsed > dir in the classpath for compile task. > Th

Re: DigestAuthTest is failing on 2.3.x

2010-12-16 Thread Daniel Kulp
On Thursday 16 December 2010 11:59:18 am Sergey Beryozkin wrote: > Hi, > > Just spotted : > > https://hudson.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt- > transports-http/1577/testReport/org.apache.cxf.transport.http/DigestAuthSup > plierTest/testEncode/ > > Does someone know wh

Re: DigestAuthTest is failing on 2.3.x

2010-12-16 Thread Christian Schneider
Hi Sergey, I wrote the test but it was not correct. I write the digest auth token from a hashmap. The test compared the result string with an expected string. Seems for hashmap this is not always working. So I corrected the test by parsing the token into a map and comparing two maps. That seem

Re: DigestAuthTest is failing on 2.3.x

2010-12-16 Thread Sergey Beryozkin
Hi Christian On Thu, Dec 16, 2010 at 9:50 PM, Christian Schneider < ch...@die-schneider.net> wrote: > Hi Sergey, > > I wrote the test but it was not correct. I write the digest auth token from > a hashmap. The test compared the result string with an expected string. > Seems for hashmap this is no

Discussion: Design of http authentication

2010-12-16 Thread Christian Schneider
Hi all, I am currently trying to make the authentication in HttpConduit more flexible. In the following thread I already discussed with Dan to use a strategy pattern: http://cxf.547215.n5.nabble.com/Re-Discuss-change-http-authorization-handling-to-be-strategy-based-td3266405.html#none So my

Does anybody also see OOBHeaderTest failure

2010-12-16 Thread Freeman Fang
Guys, I saw this failure today from my side, any guy else also saw it? Regards Freeman -- Freeman Fang FuseSource: http://fusesource.com blog: http://freemanfang.blogspot.com twitter: http://twitter.com/freemanfang Apache Servicemix:http://servicemix.apache.org Apache

Re: Does anybody also see OOBHeaderTest failure

2010-12-16 Thread Freeman Fang
Hi, This test also failed on Hudson CI, so I investigate it a little bit and found that this commit[1] cause this problem. Before this change, the MustUnderstandEndingInterceptor is added for server side in any case, after this change, MustUnderstandEndingInterceptor is only added for ser