[ http://jira.codehaus.org/browse/SUREFIRE-34?page=all ]
fabrizio giustina updated SUREFIRE-34:
--------------------------------------
Fix Version/s: 2.1
> Using security manager in a fork mode causes an AccessControlException
> ----------------------------------------------------------------------
>
> Key: SUREFIRE-34
> URL: http://jira.codehaus.org/browse/SUREFIRE-34
> Project: surefire
> Issue Type: Bug
> Affects Versions: 1.5.3
> Reporter: Vincent Siveton
> Priority: Critical
> Fix For: 2.1
>
> Attachments: SUREFIRE-34.diff
>
>
> Using securityManager in a forkmode causes
> java.security.AccessControlException in the createClassLoader() method
> Same things with setSystemProperties()
> Example:
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <forkMode>pertest</forkMode>
> <argLine>-Djava.security.manager</argLine>
> </configuration>
> </plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira