Details
Description
The fix for CXF-1816 is causing a 50% startup performance regression for my application. The problem stems from changing the default value for URL connection caching to false which really slows down classloader performance. Perhaps CXF could make this workaround configurable like Tomcat does with the urlCacheProtection setting?