Merge branch 'jiwoo'
This commit is contained in:
commit
1fbbba0915
@ -142,6 +142,18 @@
|
||||
<exception-type>java.lang.Throwable</exception-type>
|
||||
<location>/common/error.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>400</error-code>
|
||||
<location>/common/error.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>401</error-code>
|
||||
<location>/common/error.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>403</error-code>
|
||||
<location>/common/error.jsp</location>
|
||||
</error-page>
|
||||
<error-page>
|
||||
<error-code>404</error-code>
|
||||
<location>/common/error.jsp</location>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user