[ 
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.

Reply via email to