Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NMS-15790: Transport bootstrap.jsp args in context #6791

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

fooker
Copy link
Member

@fooker fooker commented Oct 19, 2023

External References

Review remarks

The first and last commit is worth reviewing while the second commit is auto-generated using this script: https://gist.github.com/fooker/3097e401069e9c6db056efe98133c146

@fooker fooker added the security Pull requests that address a security vulnerability label Oct 19, 2023
RangerRick
RangerRick previously approved these changes Oct 19, 2023
Copy link
Contributor

@RangerRick RangerRick left a comment

Choose a reason for hiding this comment

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

other than the guava thing, lgtm

Comment on lines +241 to +258
<c:forEach var="breadcrumb" items="${__bs_breadcrumbs}" varStatus="loop">
<c:choose><%--
--%><c:when test="${loop.last}"><%--
--%><li class="breadcrumb-item active"><%--
--%></c:when><%--
--%><c:otherwise><%--
--%><li class="breadcrumb-item"><%--
--%></c:otherwise><%--
--%></c:choose><%--
--%><c:choose><%--
--%><c:when test="${breadcrumb.link != null}"><%--
--%><a href="${breadcrumb.link}"><c:out value="${breadcrumb.title}" escapeXml="false"/></a><%--
--%></c:when><%--
--%><c:otherwise><%--
--%><c:out value="${breadcrumb.title}" escapeXml="false"/><%--
--%></c:otherwise><%--
--%></c:choose><%--
--%></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

lol, I get it, but also, ow my head 😅

synqotik
synqotik previously approved these changes Oct 19, 2023
Copy link
Contributor

@synqotik synqotik left a comment

Choose a reason for hiding this comment

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

Nice Python script!

@fooker fooker dismissed stale reviews from synqotik and RangerRick via bf21119 October 25, 2023 09:54
@fooker fooker merged commit 51ac088 into foundation-2023 Oct 25, 2023
23 checks passed
@fooker fooker deleted the jira/NMS-15790-smoke branch October 25, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Pull requests that address a security vulnerability
Projects
None yet
3 participants