Skip to content

Feature 2337 traefik ingress#2339

Open
artntek wants to merge 26 commits into
developfrom
feature-2337-traefik-ingress
Open

Feature 2337 traefik ingress#2339
artntek wants to merge 26 commits into
developfrom
feature-2337-traefik-ingress

Conversation

@artntek

@artntek artntek commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

see #2337

@artntek artntek marked this pull request as draft June 26, 2026 15:59
@artntek artntek marked this pull request as ready for review July 3, 2026 00:46
@artntek artntek requested a review from taojing2002 July 3, 2026 00:48
Comment thread build.xml
<copy todir="${war.webinf.scripts}" filtering="yes">
<fileset dir="src/scripts"/>
</copy>
<copy todir="${war.webinf.scripts}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just wondering if it is accidental to removing the code.

}
}

if (dn != null && !dn.trim().equals("")) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we replace !dn.trim().equals("") by !dn.isBlank()?

* Get the session from the header of the request. This mechanism is disabled by default due
* to network security conditions needed for it to be secure
*/
protected void getSessionFromHeader() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is it possible to write a test method for it?

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.

2 participants