Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Google AppEngine (SDK 1.3.0)
Description
Hi,
I've discovered that for what ever properties that I had entered into message.properties under /WEB-INF/grails-app/i18n/ could not be read after deploying to Google AppEngine.
This issue doesn't exist while testing on development environment. But after deploying to GAE, even if I tried to edit the appengine-web.xml and include the
<resource-files>
<include path="/WEB-INF/grails-app/i18n/**.properties" />
</resource-files>
it doesn't seem to work.
I believe a fix or a work around is needed.
Thank you very much for the effort.
I had this problem after upgrading the plugin with an application that used to work.