rootvector2 commented on PR #771: URL: https://github.com/apache/commons-vfs/pull/771#issuecomment-4896761407
Will do. A quick code search across the org for the same construct-from-name shape only turns up `CompressException.requireNonNull` in commons-compress as a main-tree hit, and that one takes its `Class` as a literal from internal callers rather than a name off the wire, so it's fine. I'll do a deeper sweep for `Class.forName` fed by parsed input and follow up if anything real shows up. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
