Tobias Hahnen
Tobias Hahnen
Hey @laeubi, I sadly found no time lately. I will put this back on my TODO list to complete this. Thanks for the heads up!
Hey @laeubi, thanks for the reminder, I did not find the time to pick it up yet. But for the general implementation without reproducer tests I could do so today...
Jumping on the train, we have the same exact error. I noticed the error happening in [4.0.8](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.8/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/transport/SharedHttpCacheStorage.java#L80-L138) but suspect it to also happen in [4.0.10](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/transport/SharedHttpCacheStorage.java#L82-L140) as the implementation hasn't changed....
It should be possible, yes, I will have to test it tho. But generally speaking, when Tycho encounters a redirect that is the same as before, it should remove it...
I have a small PR for providing visibility in such cases (including which URI is the one causing this in one glance). This does not fix the issue here and...
@merks Using `-Declipse.p2.mirrors=false` worked for now and will be a valuable workaround until this is somehow mitigated. Thanks for the hint! :+1:
Hey @jblievremont, thank you for the review 🙇 Yes, indeed, the telemetry will be tackled in [SLE-841](https://sonarsource.atlassian.net/browse/SLE-841) I will start working on the moment this PR is merged 😄 [SLE-841]:...