Hi,
I just upgraded to subsonic 2.5 on my Fedora Core 4 Box. It seemed to run perfectly at first sight (and I really like the new user administration, thanks a lot) but when I try to access an MP3 file from the library, I get a Permission Denied athough user tomcat is allowed to enter the directory I'm trying to access.
Situation is the following: My files reside under /bla/mp3/files. Subsonic does show the directories that are in this directory. But when I click one of the links I get the following error:
org.apache.jasper.JasperException: Access denied to file /bla/mp3
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.securityfilter.filter.SecurityFilter.doFilter(SecurityFilter.java:188)
Seems a bit strange to me that the directory listing can be displayed which is located below the directory I seemingly cannot access.
Any ideas?