Hello, we're working on a google web app and trying to load an xml file found under the /src/public directory of the project from a class in the client side module. We're using a requestBuilder to send a http GET request for the file in the onModuleLoad() method. When using the gwt hosted mode everything works fine but after deploying to the app engine the request fails with "file not found" error and in the logs we see the request for the file with "%E2%80%AC" added to the filename. What is the problem and how can we fix it? Thanks for the help.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
