Skip to content

Commit

Permalink
Add excludedExceptions #270
Browse files Browse the repository at this point in the history
  • Loading branch information
bttakehirah committed Feb 10, 2017
1 parent 2fb1db6 commit 54b895b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/spring/spring-mvc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
<entry key="common/error/dataAccessError" value="500" />
</map>
</property>
<property name="excludedExceptions">
<array>
<value>org.springframework.web.util.NestedServletException</value>
</array>
</property>
<property name="defaultErrorView" value="common/error/systemError" />
<property name="defaultStatusCode" value="500" />
</bean>
Expand Down

0 comments on commit 54b895b

Please sign in to comment.