Skip to content

Instantly share code, notes, and snippets.

View lhazlewood's full-sized avatar

Les Hazlewood lhazlewood

  • Las Vegas, California, USA
  • 23:29 (UTC -07:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lhazlewood on github.
  • I am lhazlewood (https://keybase.io/lhazlewood) on keybase.
  • I have a public key whose fingerprint is 3441 1B65 D710 D8F5 B3E9 E029 015E F5B6 FD1F 998B

To claim this, I am signing this object:

<bean id="restExceptionResolver" class="com.stormpath.spring.web.servlet.handler.RestExceptionHandler">
<property name="order" value="100"></property>
<property name="errorResolver">
<bean class="com.stormpath.spring.web.servlet.handler.DefaultRestErrorResolver">
<property name="localeResolver" ref="localeResolver"></property>
<property name="defaultMoreInfoUrl" value="mailto:support@mycompany.com"></property>
<property name="exceptionMappingDefinitions">
<map>
<!-- 404 -->
<entry key="com.stormpath.blog.spring.mvc.rest.exhandler.UnknownResourceException" value="404, _exmsg"></entry>
<entry key="com.stormpath.blog.spring.mvc.rest.exhandler.UnknownResourceException" value="404, _exmsg"/>