BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

Null pointer on getWebRestRef #29

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

In some occasion, we can get those type of error (but does not affect the application)

java.lang.NullPointerException at com.britesnow.snow.web.rest.RestRegistry.getWebRestRef(RestRegistry.java:61) at com.britesnow.snow.web.WebController.service(WebController.java:167) at com.britesnow.snow.web.WebController.service(WebController.java:149)

jeremychone commented 11 years ago

This seems to be because the HTTP request type is not recognized. We are going to put a safe guard for now. We might want to log some warning later.