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 Oct 11, 2023
1 parent ffdc1c1 commit 689f3c3
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 689f3c3

Please sign in to comment.