Thought I'd follow up w/ the solution I discovered last week. The http-commons library requires a couple of its dependencies also be on the classpath: commons-codec.jar and commons-logging.jar. If these aren't added the class, URLHandlerRegistry, eats the NoClassDefFoundError exception and sets the URLHandler to BasicURLHandler. -- View this message in context: http://www.nabble.com/2.0.0rc2-HTTP-Authentication-For-Publishing-Not-Working-tp21593709p21669107.html Sent from the ivy-user mailing list archive at Nabble.com.
