Bug report for Taglibs [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2022/10/23]

2022-10-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 66320] New: NPE in checkResources

2022-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66320 Bug ID: 66320 Summary: NPE in checkResources Product: Tomcat 9 Version: 9.0.68 Hardware: PC Status: NEW Severity: critical Priority: P2 Component: Ca

[GitHub] [tomcat] markt-asf commented on pull request #560: Avoid the unnecessary parsing for web xml as it equals NoDefaultWebXml.

2022-10-23 Thread GitBox
markt-asf commented on PR #560: URL: https://github.com/apache/tomcat/pull/560#issuecomment-1288090495 This is not correct. No default web.xml does not mean no web.xml. The correct check is already in place in `getGlobalWebXmlSource()` -- This is an automated message from the Apache Git S

[GitHub] [tomcat] markt-asf closed pull request #560: Avoid the unnecessary parsing for web xml as it equals NoDefaultWebXml.

2022-10-23 Thread GitBox
markt-asf closed pull request #560: Avoid the unnecessary parsing for web xml as it equals NoDefaultWebXml. URL: https://github.com/apache/tomcat/pull/560 -- 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 g

[Bug 66320] NPE in checkResources

2022-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66320 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[GitHub] [tomcat-jakartaee-migration] DanielThomas opened a new pull request, #36: Improve composability when using from other tools

2022-10-23 Thread GitBox
DanielThomas opened a new pull request, #36: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/36 It'd be incredibly useful to be able to compose this tool into different build workflows, so I've made some minor changes to make it easier to compose into other tools: - Wh

[GitHub] [tomcat-jakartaee-migration] DanielThomas commented on a diff in pull request #36: Improve composability when using from other tools

2022-10-23 Thread GitBox
DanielThomas commented on code in PR #36: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/36#discussion_r1002897456 ## src/main/java/org/apache/tomcat/jakartaee/ManifestConverter.java: ## @@ -48,20 +48,16 @@ public boolean accepts(String filename) { }