Skip to content

Commit

Permalink
🐛 XssServletFilter chain.doFilter(request, response) 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
이용홍 committed Mar 14, 2023
1 parent fa94cef commit 8c8007e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/herbaccara/xss/filter/XssServletFilter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class XssServletFilter(
}
}
}
} else {
chain.doFilter(request, response)
}
chain.doFilter(request, response)
}
}

0 comments on commit 8c8007e

Please sign in to comment.