- 🇮🇳India junaidpv Kannur, Kerala
#5 no longer applies to 2.0.0-beta2, and the issue does not happen either!
- Status changed to Active
9 months ago 9:21am 4 December 2024 - Merge request !177Issue #3271978 by mably, dgalli, junaidpv: DomainSource Outbound Path Processor endless loop → (Merged) created by mably
- 🇫🇷France mably
Opened a new MR that optimize things further by using a custom route matcher, avoiding the bottlenecks and loop issues of
Url::fromUserInput
.It was still necessary to add a very lightweight loop protection (depth counter) to the
getEntity
method to prevent loops in specific edge cases.Any feedback welcome.
- First commit to issue fork.
- 🇧🇪Belgium dieterholvoet Brussels
I tested the MR and apart from a small issue I fixed in the MR, nothing broke. I didn't encounter the issue as described here though, so I can't really say anything about that.