ppkarwasz commented on issue #3794: URL: https://github.com/apache/logging-log4j2/issues/3794#issuecomment-3031745140
I believe the `classpath` pseudo-protocol should be handled differently due to its unique nature. A `classpath` URL doesn't directly correspond to a single protocol; instead, it resolves to various underlying protocols, such as `jar:file`, `war:file`, or even `war:jar:file`. However, requiring users to explicitly add all these protocols (e.g., `jar`, `file`, `war`) to `log4j2.configurationAllowedProtocols` would be cumbersome for users. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org