When testing my app with the DevServer I face the following problem:

If I add a new file in the war/ directory *after* the application has
started the application cannot access it:

java.security.AccessControlException: access denied
(java.io.FilePermission WEB-INF/src/path/to/newfile.ext read)

I am wondering if this is the standard behaviour or something is wrong
with my app. The real problem is when I am trying to test the
blobstore api. The DevServer places the uploaded files in the WEB-INF
directory and I get AccessControlExceptions when trying to serve the
files back.

regards,
-g.
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to