You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/AwsProxyHttpServletRequest.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -481,9 +481,10 @@ public RequestDispatcher getRequestDispatcher(String s) {
481
481
@Override
482
482
publicintgetRemotePort() {
483
483
if (Objects.nonNull(request.getRequestContext().getElb())) {
0 commit comments