You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2006/05/31 03:52:56 UTC

[jira] Updated: (SUREFIRE-34) Using security manager in a fork mode causes an AccessControlException

     [ http://jira.codehaus.org/browse/SUREFIRE-34?page=all ]

Jason van Zyl updated SUREFIRE-34:
----------------------------------

    Assign To:     (was: Jason van Zyl)

> Using security manager in a fork mode causes an AccessControlException
> ----------------------------------------------------------------------
>
>          Key: SUREFIRE-34
>          URL: http://jira.codehaus.org/browse/SUREFIRE-34
>      Project: surefire
>         Type: Bug

>     Versions: 1.5.3
>     Reporter: Vincent Siveton
>     Priority: Critical
>  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