Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.0.RELEASE, 1.2.1.RELEASE, 1.2.2.RELEASE, 1.2.3.RELEASE
-
Fix Version/s: None
-
Component/s: GAE
-
Labels:
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.