weavejester / compojure

A concise routing library for Ring/Clojure
Eclipse Public License 1.0
4.08k stars 259 forks source link

Filter nil handlers in routes function #136

Closed kwakbab closed 9 years ago

kwakbab commented 9 years ago

This patch prevents the null pointer exception from occurring by mistake.

weavejester commented 9 years ago

I don't understand the purpose of this patch. What's the point in hiding valid errors?