twogee

Results 61 comments of twogee
trafficstars

This one seems to break a JIRA record for time of first response: 80000+ hours 😄 Beat that!

logo.png is for CredentialsUtil; replaced by IvyLogo CSS contains changes for `#logo` and adds `svg.icon` (somehow Firefox cannot read dimensions from embedded SVGs) XSL generates HTML5 that uses xlink to...

Thanks for recapitulating the issues; headers and javadoc corrected. I tested the xsl using the buildfile provided above (without pointing out the xsl explicitly), so I tend to suspect you're...

I changed back the version of asciidoctor-ant to 1.5.4 and added a stab at IVY-450. The current description does not indicate what should happen when the parent is collapsed, so...

Looks like I've beaten time to first response record again: 90000+ hours 😃

I have noticed that. Perhaps it's enough to document that preemptive authentication only works with basic scheme.

Looking at [examples](https://github.com/apache/httpcomponents-client/blob/4.6.x/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveDigestAuthentication.java), digest authentication uses the same cache, only sets a different scheme.

I would like to add the preemptive authentication flag to the newly minted `TimeoutConstrainedURLHandler` to avoid BWC issues. Any objections, @jaikiran ?

@AurelienLourot we moved the discussion to [JIRA](https://issues.apache.org/jira/browse/IVY-1280)

The new method is taken from `AbstractOSGiResolver` where a corresponding method is made public. All resolvers implement only the new method and the fallback for the deprecated method is moved...