Skip to content

Minor bug fix for BrokerView#validateAllowedUri#1900

Merged
cshannon merged 1 commit intoapache:mainfrom
cshannon:1847-update
Apr 10, 2026
Merged

Minor bug fix for BrokerView#validateAllowedUri#1900
cshannon merged 1 commit intoapache:mainfrom
cshannon:1847-update

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

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
@cshannon cshannon requested review from mattrpav and tabish121 April 10, 2026 15:56
Copy link
Copy Markdown
Contributor

@mattrpav mattrpav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cshannon cshannon merged commit b787b0e into apache:main Apr 10, 2026
10 checks passed
cshannon added a commit to cshannon/activemq that referenced this pull request Apr 10, 2026
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 added a commit to cshannon/activemq that referenced this pull request Apr 10, 2026
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 added a commit that referenced this pull request Apr 11, 2026
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)
cshannon added a commit that referenced this pull request Apr 11, 2026
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants