Skip to content

Commit

Permalink
Fix getPortWithOffset for tomcat-8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Nov 16, 2023
1 parent c45f84b commit 1f4c113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void setPortOffset(int i) {

@Override
public int getPortWithOffset() {
return this.service.getServer().getPort();
return this.service.getServer().getPortWithOffset();
}

@Override
Expand Down

0 comments on commit 1f4c113

Please sign in to comment.