Skip to content

[6.2.x] Minor bug fix for BrokerView#validateAllowedUri (#1900)#1902

Merged
cshannon merged 1 commit intoapache:activemq-6.2.xfrom
cshannon:backport-1900-6.2.x
Apr 11, 2026
Merged

[6.2.x] Minor bug fix for BrokerView#validateAllowedUri (#1900)#1902
cshannon merged 1 commit intoapache:activemq-6.2.xfrom
cshannon:backport-1900-6.2.x

Conversation

@cshannon
Copy link
Copy Markdown
Contributor

The wrong variable is being referenced in the nested loop. This does not cause the validation to actually break due to other checks done during the recursive call, but is incorrect either way. With this fix the counter needed tweaking for limiting the number of nested components as well.

Follow on to #1847

(cherry picked from commit b787b0e)

The wrong variable is being referenced in the nested loop. This does not
cause the validation to actually break due to other checks done during
the recursive call, but is incorrect either way. With this fix the
counter needed tweaking for limiting the number of nested components as
well.

Follow on to apache#1847

(cherry picked from commit b787b0e)
@cshannon cshannon merged commit 461987f into apache:activemq-6.2.x Apr 11, 2026
@cshannon cshannon deleted the backport-1900-6.2.x branch April 11, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant