Hi. I'm trying to protect an entire folder (members). So in my web.xml, in the <security-constrains> fiels, I add something like : <url-pattern>/app/template/*. This should protect all the files in this folder. The strange thing is that when i access a file from the browser, it is not protected and the "/" is replaced by "%" (/app/template/members%2CMembers.vm;jsessionid=). Do you have any ideas on how to remove the ""%" ? Thanks. Turi
