Skip to content

Commit

Permalink
fix: cors filter should not store in local variable allowed
Browse files Browse the repository at this point in the history
origins #1773
  • Loading branch information
yurem committed Oct 12, 2023
1 parent aaed4d6 commit 832390b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public void doFilter(ServletRequest servletRequest, ServletResponse servletRespo
throws IOException, ServletException {
if (this.filterEnabled) {
try {
// Set temporary client allowed origins
Collection<String> clientAllowedOrigins = doFilterImpl(servletRequest);
setContextClientAllowedOrigins(servletRequest, clientAllowedOrigins);
} catch (Exception ex) {
Expand Down

0 comments on commit 832390b

Please sign in to comment.