Skip to content

Commit

Permalink
filter url 경로 추가함.
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi committed Dec 8, 2015
1 parent d30bf82 commit b41eb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/core/web/filter/CharacterEncodingFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebFilter;

@WebFilter
@WebFilter("/*")
public class CharacterEncodingFilter implements Filter {
private static final String DEFAULT_ENCODING = "UTF-8";

Expand Down

0 comments on commit b41eb45

Please sign in to comment.