We are running a Grails application under Glassfish V2. From within the application, we refer to files that are served up from Apache.
http://mysite.com/index.jsp - Grails or JSP app under Glassfish
http://mysite.com/pics - Pictures served from within Apache
How can I lock down the pictures unless the user has authenticated from with Glassfish?
I got a Tumbleweed badge for this (not a good thing?). I'm going to see if I can direct this at regular Java/JSP developers using Tomcat/Glassfish with Apache.
