Hi,

My comment inline
On 2011-6-7, at 上午10:20, stimpy wrote:

Freeman

Thanks for the update.

Does the element http-conf:basicAuthSupplier have a function is this case ?
Generally no, use authorization preemptively is enough.

basicAuthSupplier can also support the "401 http challenge" besides preemptive way, you may need google to get more info about what's "401 http challenge"

Hows does

name="*.http-conduit"

differ from

name="http://localhost:8080/.*";

or are they equivalent

No, they're not equivalent.
name="*.http-conduit" can match all endpoints regardless the port name.
name="http://localhost:8080/.*"; can match all target url start with http://localhost:8080/ , it can even include the basic auth for downloading wsdl file
name="*.http-conduit"

Since the web server is this case is IIS 6.0 can should I also set chunking
to false ?
I think you can also turn on chunking for IIS6.0 for better performance.

Freeman

thanks again

stimpy

--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-with-basic-authentication-with-wsdl2java-tp4452439p4460614.html
Sent from the cxf-user mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com









Reply via email to