[Bug 65340] Hpack decode NegativeArraySizeException: -1

2021-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65340 --- Comment #9 from linking12 <297442...@qq.com> --- public class Constants { static final int DEFAULT_HEADER_READ_BUFFER_SIZE = 1024; } we found some bug for DEFAULT_HEADER_READ_BUFFER_SIZE, when one header is larger than 1024, the header

Re: Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-05-31 Thread Konstantin Kolinko
вс, 30 мая 2021 г. в 11:45, Pietro Braione : > > Hello to everyone. I am working on a bytecode analyzer, and in order to test > it I fed it by a _jsp.class file generated by Apache Tomcat 10.0.2 from a > trivial JSP page. [...] > > I would like to ask where is the Tomcat code that is responsible

[Bug 65344] New: OpenSSL configuration

2021-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65344 Bug ID: 65344 Summary: OpenSSL configuration Product: Tomcat Native Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement

[Bug 65340] Hpack decode NegativeArraySizeException: -1

2021-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65340 --- Comment #8 from linking12 <297442...@qq.com> --- (In reply to gr...@webtide.com from comment #5) > Mark, I can't tell either if this is Jetty encoding or Tomcat decoding. > > If you want to write a test to do some jetty encodes and tomcate

[Bug 65340] Hpack decode NegativeArraySizeException: -1

2021-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65340 --- Comment #7 from Thomas --- (In reply to Thomas from comment #6) > I found some information. Can you give me some answers? > 1. If my header size is very big. Its length is bigger than 1024 after > huffman encoding, the header will not be go

[Bug 65340] Hpack decode NegativeArraySizeException: -1

2021-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65340 --- Comment #6 from Thomas --- I found some information. Can you give me some answers? 1. If my header size is very big. Its length is bigger than 1024 after huffman encoding, the header will not be got. 2. The value of the variable "length" is

Re: Information about tomcat

2021-05-31 Thread Niccolò Orlandi
Good morning I didn't find anything about my questions: I basically found stuff concerning bug fixing, exceptions and coding problems ecc. but nothing about the development process. It would be really important for us if you could provide us with the information we need. ( they are really quick, ev

[tomcat-native] 02/02: Additional fix for BZ 65181

2021-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 6c57ffaf47f0e27e59fb99fb528f5f626a5b5465 Author: Mark Thomas AuthorDate: Mon May 31 12:14:29 2021 +0100 Additio

[tomcat-native] branch main updated (353f2c0 -> 6c57ffa)

2021-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. from 353f2c0 Add best guess for 1.2.29 release date new e0bbfc5 Updated docs after 1.2.9 release was cancelled.

[tomcat-native] 01/02: Updated docs after 1.2.9 release was cancelled.

2021-05-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit e0bbfc5ca0895963479640e0560f4fe6038ef542 Author: Mark Thomas AuthorDate: Mon May 31 12:02:39 2021 +0100 Updated

[Bug 65181] Tomcat Native library with OpenSSL Engine private key loading

2021-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65181 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---