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

HttpWriter can't acces the web.xml mimetype. #48

Closed MorganMaison closed 9 years ago

MorganMaison commented 9 years ago

HttpWriter can never read the mimetype defined by the http server and is using the internal extramimetypes.properties instead.

jeremychone commented 9 years ago

Arrrr, sorry, silly bug. Forget the contentType = .... in the first if.

jeremychone commented 9 years ago

Ok, this was fixed, please test 2.0.5-SNAPSHOT and let me know if it is fixed.

MorganMaison commented 9 years ago

2.0.5-SNAPSHOT tested and yes it is fixed.