Skip to content

Commit

Permalink
Eliminating duplicate execution of checkFacade logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xxeol2 authored and markt-asf committed Sep 5, 2023
1 parent 29a0ee9 commit 3cbca9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/org/apache/catalina/connector/RequestFacade.java
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ public HttpSession getSession(boolean create) {

@Override
public HttpSession getSession() {
checkFacade();
return getSession(true);
}

Expand Down

0 comments on commit 3cbca9c

Please sign in to comment.