https://bz.apache.org/bugzilla/show_bug.cgi?id=61375
--- Comment #2 from Felix Schumacher <[email protected]> --- Created attachment 35198 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35198&action=edit Use all custom resolvers, when more than one is given I find it strange, that only the first custom resolver get tried. So I added a loop to try them all. My setup used localhost as a proxy and that lead to the reported bug. My first solution was to add localhost as a static host entry, but that let another bug surface ( a NPE, which I fought with a null-guard in the patch). I am not too happy with this patch, so I would be glad, if someone would take a look at the code. I think it is not completely refactored from side-effect-using code to side-effect-free code. -- You are receiving this mail because: You are the assignee for the bug.
