sps / mustache-spring-view

java spring framework mvc view for Mustache.js templates
68 stars 31 forks source link

Handling FileNotFoundException on MustacheViewResolver #12

Open andrempo opened 10 years ago

andrempo commented 10 years ago

Handling FileNotFoundException on MustacheViewResolver and returning a null view so you can chain view resolvers: http://docs.spring.io/spring/docs/3.0.0.M3/reference/html/ch16s05.html

sps commented 10 years ago

I'd like to accept this patch but there appears to be no unit test coverage for these changes

Project failed check. Total branch coverage rate of 66.6% is below 85.0%

you can ensure things are building properly by running:

mvn clean install verify
wrey75 commented 10 years ago

Linked to my issue #15.