Author: ggregory
Date: Fri Sep 2 00:11:36 2011
New Revision: 1164306
URL: http://svn.apache.org/viewvc?rev=1164306&view=rev
Log:
Test [LANG-744] StringUtils throws java.security.AccessControlException on
Google App Engine.
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1164306&r1=1164305&r2=1164306&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Sep 2 00:11:36 2011
@@ -479,6 +479,8 @@
<includes>
<include>**/*Test.java</include>
</includes>
+ <!-- Test [LANG-744] StringUtils throws
java.security.AccessControlException on Google App Engine. -->
+ <!-- <argLine>-Djava.security.manager
-Djava.security.policy=${basedir}/src/test/resources/java.policy</argLine> -->
</configuration>
</plugin>
<plugin>