elharo commented on PR #287: URL: https://github.com/apache/maven-dependency-analyzer/pull/287#issuecomment-4892912441
Standalone reproducer (demonstrates the bug with namespace-aware XPath on a namespace-less web.xml): https://github.com/elharo/maven-dependency-analyzer/releases/tag/reproducer-mshared-1335 ``` $ mvn -q compile exec:java namespace-aware XPath results: servlet-class: 0 filter-class: 0 listener-class:0 namespace-unaware getElementsByTagName results: servlet-class: 1 filter-class: 1 listener-class:1 BUG CONFIRMED: Namespace-aware XPath returns no results ``` -- 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]
