пн, 1 апр. 2024 г. в 23:54, DAngel :
>
> Hi!
>
> I am using http 1.1
>
> The browser connects directly to tomcat (in my environment, I directly
> access localhost:8080/myApp )
>
> In my development environment I can do the necessary tests (without
> restrictions)
>
> I can always reproduce the
Hello,
What am I missing here?
I get warnings that the compression related attributes of compression,
compressionMinSize and compressableMinemType are not being set.
02-Apr-2024 09:36:24.876 WARNING [main]
org.apache.tomcat.util.digester.SetPropertiesRule.begin Match
[Server/Service/Connect
On 02/04/2024 14:53, Rick Noel wrote:
Hello,
What am I missing here?
You haven't provided information on the Tomcat version you are using.
I'm assuming 10.1.x.
https://tomcat.apache.org/tomcat-10.1-doc/config/http2.html
Search for compressionMinSize.
I get warnings that the compression r
Mark you were correct. I, needed to move those attributes to the Connection
element.
Plus on top of that I had this misspelled attribute compressableMinemType
should be compressibleMimeType
In your opinion, should we use the Upgrade UpgradeProtcol protocol?
I mean does not the semantics of i
On 02/04/2024 15:41, Rick Noel wrote:
Mark you were correct. I, needed to move those attributes to the Connection
element.
Plus on top of that I had this misspelled attribute compressableMinemType
should be compressibleMimeType
In your opinion, should we use the Upgrade UpgradeProtcol prot