Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.2.0.RELEASE, 1.2.1.RELEASE, 1.2.2.RELEASE, 1.2.3.RELEASE
-
None
Description
According to Google, authenticating XML should not be used by GAE application because it creates necessary overhead. (See https://developers.google.com/appengine/articles/spring_optimization). Thefore, a custom XmlWebApplicationContext class is needed the validates XML when running in Development but not Production.