You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "supermaurio (via GitHub)" <gi...@apache.org> on 2023/03/10 13:31:18 UTC

[GitHub] [commons-jxpath] supermaurio commented on pull request #26: Add an allow list for classes that can be loaded by JXPath

supermaurio commented on PR #26:
URL: https://github.com/apache/commons-jxpath/pull/26#issuecomment-1463808132

   @kyakdan in the current form, every class requested from ClassLoaderUtil needs to be whitelisted. 
   This means that by default, even basic methods like JXPathContext.newContext() will fail (as org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl will be filtered by default)
   Is this intended behaviour?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org