Elliotte Rusty Harold created XERCESJ-1797:
----------------------------------------------

             Summary: org.apache.xerces.impl.dv.xs.TypeValidator uses 
AccessController.doPrivileged 
                 Key: XERCESJ-1797
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1797
             Project: Xerces2-J
          Issue Type: Task
            Reporter: Elliotte Rusty Harold


org.apache.xerces.impl.dv.xs.TypeValidator uses AccessController.doPrivileged 
which is deprecated ane marked for removal. Figure out what to do about this.

    
{{    private static final boolean USE_CODE_POINT_COUNT_FOR_STRING_LENGTH = 
AccessController.doPrivileged(new PrivilegedAction() {
        @Override
        public Object run() {
            try {}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to