Access resources (CSS, HTML, images, JS) through servlet

Posted by ForeignerBR on Stack Overflow See other posts from Stack Overflow or by ForeignerBR
Published on 2010-05-09T02:25:53Z Indexed on 2010/05/09 2:38 UTC
Read the original article Hit count: 304

Filed under:
|

I'd like to know if anyone has a solution to access resources of a website through a servlet only. I have all my resources under WEB-INF. In other words, I don't want users to have direct access to any of my resources.

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets