You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Andres Martinez Quijano (JIRA)" <ji...@apache.org> on 2007/10/26 01:53:50 UTC

[jira] Closed: (DIRMINA-462) Thread.setName causes SecurityException in sandbox contexts (such as Applets)

     [ https://issues.apache.org/jira/browse/DIRMINA-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andres Martinez Quijano closed DIRMINA-462.
-------------------------------------------


Fixed, applet now just complaints, but doesn't die

> Thread.setName causes SecurityException in sandbox contexts (such as Applets)
> -----------------------------------------------------------------------------
>
>                 Key: DIRMINA-462
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-462
>             Project: MINA
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Andres Martinez Quijano
>            Assignee: Trustin Lee
>            Priority: Trivial
>             Fix For: 1.1.4, 1.0.7
>
>         Attachments: Thread.setName.patch.txt
>
>
> In several places (Executors and Connectors) it is called the method Thread.setName. 
> In an applet context this is forbidden by the sandbox, and a SecurityException arises.
> Provided is a patch that creates the class org.apache.mina.util.ThreadUtil which encapsulates the method call Thread.setName in a try/catch block and logs a warning if a SecurityException is thrown, and modifies all current calls to Thread.setName to use the ThreadUtil class

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.