You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2009/01/29 12:25:00 UTC

[jira] Created: (WSS-160) Add AccessController.doPrivileged blocks to the Loader

Add AccessController.doPrivileged blocks to the Loader
------------------------------------------------------

                 Key: WSS-160
                 URL: https://issues.apache.org/jira/browse/WSS-160
             Project: WSS4J
          Issue Type: Improvement
          Components: WSS4J Core
    Affects Versions: 1.5.5
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
            Priority: Minor
             Fix For: 1.5.6



This task involves adding doPrivileged blocks to the Loader class that takes care of classloading, e.g.:

return clazz.getClassLoader();

return Thread.currentThread().getContextClassLoader();

This needs to be done for all downstream "newInstance" calls as well.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Closed: (WSS-160) Add AccessController.doPrivileged blocks to the Loader

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh closed WSS-160.
-----------------------------------


> Add AccessController.doPrivileged blocks to the Loader
> ------------------------------------------------------
>
>                 Key: WSS-160
>                 URL: https://issues.apache.org/jira/browse/WSS-160
>             Project: WSS4J
>          Issue Type: Improvement
>          Components: WSS4J Core
>    Affects Versions: 1.5.5
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 1.5.6
>
>
> This task involves adding doPrivileged blocks to the Loader class that takes care of classloading, e.g.:
> return clazz.getClassLoader();
> return Thread.currentThread().getContextClassLoader();
> This needs to be done for all downstream "newInstance" calls as well.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Resolved: (WSS-160) Add AccessController.doPrivileged blocks to the Loader

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved WSS-160.
-------------------------------------

    Resolution: Fixed

> Add AccessController.doPrivileged blocks to the Loader
> ------------------------------------------------------
>
>                 Key: WSS-160
>                 URL: https://issues.apache.org/jira/browse/WSS-160
>             Project: WSS4J
>          Issue Type: Improvement
>          Components: WSS4J Core
>    Affects Versions: 1.5.5
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 1.5.6
>
>
> This task involves adding doPrivileged blocks to the Loader class that takes care of classloading, e.g.:
> return clazz.getClassLoader();
> return Thread.currentThread().getContextClassLoader();
> This needs to be done for all downstream "newInstance" calls as well.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org