[GitHub] [tomcat] mayrstefan opened a new pull request, #548: Avoid int overflow when parsing octet

2022-08-26 Thread GitBox
mayrstefan opened a new pull request, #548: URL: https://github.com/apache/tomcat/pull/548 When parsing an octet stop when value exceeds 255. Should fix [bug 66240](https://bz.apache.org/bugzilla/show_bug.cgi?id=66240) -- This is an automated message from the Apache Git Service. To

[Bug 66240] "Invalid octet [-1]. The valid range for IPv4 octets is 0 to 255." error when subdomain is 4294967295

2022-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66240 --- Comment #2 from Stefan Mayr --- This also work for other values like 8589934591 (0x1) which result in an int overflow and produces 0x (-1) as a result -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66240] "Invalid octet [-1]. The valid range for IPv4 octets is 0 to 255." error when subdomain is 4294967295

2022-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66240 Stefan Mayr changed: What|Removed |Added OS||All --- Comment #1 from Stefan Mayr

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #12 from Mark Thomas --- A related issue: it should probably be on the WebResourceRoot rather than the context. trimSpaces for JSPs did something similar (boolean -> String). -- You are receiving this mail because: You are the

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #11 from Rahul Jaisimha --- I'm working with John on the updated patch. I'm going to go ahead with updating the "UseBloomFilterForArchives" setting to something similar to what Christopher mentioned: > I think it makes sense to

[Bug 66240] New: "Invalid octet [-1]. The valid range for IPv4 octets is 0 to 255." error when subdomain is 4294967295

2022-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66240 Bug ID: 66240 Summary: "Invalid octet [-1]. The valid range for IPv4 octets is 0 to 255." error when subdomain is 4294967295 Product: Tomcat 9 Version: 9.0.x Hardware:

[tomcat-jakartaee-migration] branch main updated (d39df40 -> 9e88142)

2022-08-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git from d39df40 Recalculate the CRC value after converting to avoid CRC checksum failures when the entry

[GitHub] [tomcat-jakartaee-migration] aooohan closed issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF

2022-08-26 Thread GitBox
aooohan closed issue #29: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry META-INF/MANIFEST.MF URL: https://github.com/apache/tomcat-jakartaee-migration/issues/29 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tomcat-jakartaee-migration] aooohan closed pull request #30: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry

2022-08-26 Thread GitBox
aooohan closed pull request #30: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry URL: https://github.com/apache/tomcat-jakartaee-migration/pull/30 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tomcat-jakartaee-migration] aooohan commented on pull request #30: Exception in thread "main" java.util.zip.ZipException: Bad CRC checksum for entry

2022-08-26 Thread GitBox
aooohan commented on PR #30: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/30#issuecomment-1228271046 Merge manually -- 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

[tomcat-jakartaee-migration] branch main updated: Recalculate the CRC value after converting to avoid CRC checksum failures when the entry type is STORED

2022-08-26 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new d39df40 Recalculate the CRC