Title:
ColdFusion uses invalid attribute, packetSize, in Tomcat HTTP connector settings
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/HaveNewInfo
Reporter/Name(from Bugbase): A. Bakia / ()
Created: 11/26/2018
Components: Web Container (Tomcat)
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: 2016.0.07.311392 / CF2016U12,CF2018U5
Priority/Frequency: Normal /
Locale/System: / Win 2016
Vote Count: 2
Problem Description:
When you install ColdFusion, the attribute, packetSize, is included by default in the settings for the Tomcat HTTP connector. This is incorrect.
Steps to Reproduce:
1) Install ColdFusion 2016;
2) Open the file /cfusion/runtime/conf/server.xml in a text editor. Locate the HTTP <connector> elements; these are the connector elements whose protocol value is "HTTP/1.1" or "org.apache.coyote.http11.Http11NioProtocol".
Actual Result: You will see that each <connector> element has the attribute, packetSize="65535".
Furthermore, whenever you restart ColdFusion you will find the following line in coldfusion-error.log: "WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'packetSize' to '65535' did not find a matching property." .
Expected Result:
1) No packetSize attribute in the HTTP connector elements in server.xml;
2) No warning about the 'packetSize' property in server.xml
Any Workarounds:
Not applicable.
Attachments:
Comments: