[appengine-java] filereading error

2010-02-17 Thread cscsaba
Hello, What is the right way to reading files on GAE I made this preparation below in appengine-web.xml ... resource-files include path=/**.csv / /resource-files ... but I got this error: exception :access denied (java.io.FilePermission \\csv\countries.csv read) / java.securit nied

Re: [appengine-java] filereading error

2010-02-17 Thread Stephan Hartmann
i think the correct pattern is **/*.csv 2010/2/17 cscsaba strongfr...@gmail.com Hello, What is the right way to reading files on GAE I made this preparation below in appengine-web.xml ... resource-files include path=/**.csv / /resource-files ... but I got this error: