Skip to content

Commit

Permalink
fixing silly mistake (how did I do this) (#3464)
Browse files Browse the repository at this point in the history
Co-authored-by: Niek Raaijmakers <[email protected]>
  • Loading branch information
niekraaijmakers and Niek Raaijmakers authored Nov 4, 2024
1 parent bfc9343 commit 07fc855
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public void doFilter(ServletRequest servletRequest, ServletResponse servletRespo
if(ignoreChildren){
request.removeAttribute(REQ_ATTR_IGNORE_CHILDREN_RESOURCE_TYPE);
}
}else{
chain.doFilter(servletRequest, servletResponse);
}

}
Expand Down

0 comments on commit 07fc855

Please sign in to comment.