Frostman / webjavin

Java Web framework
https://github.com/Frostman/webjavin/
Apache License 2.0
1 stars 1 forks source link

Bug with accessing files by there path #44

Closed Frostman closed 13 years ago

Frostman commented 13 years ago

We need to replace all accesings to files by path with #getResourceAsStream or getResource, because of when we deploy war path can be not accessible. So we should fix static files dispatching and views loading.

Frostman commented 13 years ago

we need to create Resources utility to help us accessing resources