You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/01/16 23:40:38 UTC

[jira] Created: (WSCOMMONS-297) Java2Security Error. StAXUtils needs a AccessController code.

Java2Security Error.  StAXUtils needs a AccessController code.
--------------------------------------------------------------

                 Key: WSCOMMONS-297
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-297
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


Problem:
StAXUtils.createXMLStreamReader(...) and StAXUtils.createXMLStreamWriter(...) methods call out to the plugged in stax implementation.  Brent Ulbricht discovered a J2S 
exception in a non-woodstox parser.  

Solution:
I am pursuing a fix with the one of the owners of the parser.  In addition, I am using this JIRA to do surround the code in a AccessController.doPriv block.  This solution is consistent with pre-existing code in doPriv code in StAXUtils.





-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Resolved: (WSCOMMONS-297) Java2Security Error. StAXUtils needs a AccessController code.

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved WSCOMMONS-297.
--------------------------------------

    Resolution: Fixed

Committed Revision 612601

> Java2Security Error.  StAXUtils needs a AccessController code.
> --------------------------------------------------------------
>
>                 Key: WSCOMMONS-297
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-297
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>
> Problem:
> StAXUtils.createXMLStreamReader(...) and StAXUtils.createXMLStreamWriter(...) methods call out to the plugged in stax implementation.  Brent Ulbricht discovered a J2S 
> exception in a non-woodstox parser.  
> Solution:
> I am pursuing a fix with the one of the owners of the parser.  In addition, I am using this JIRA to do surround the code in a AccessController.doPriv block.  This solution is consistent with pre-existing code in doPriv code in StAXUtils.

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org