Skip to content

Clarify conversion system in Appendix  #14645

@vilhelm-persson-viper

Description

@vilhelm-persson-viper

The unit for server.connection-timeout is unclear in the documentation.
Earlier version of the documentation stated milliseconds.
All other properties in application.properties are given as seconds.
In version 2.0.4 the value need to be in milliseconds in order for Tomcat to handle the value correctly.

The issue can be solved by

  • indicating in documentation that the value should be in milliseconds
  • use seconds in the property file and in the Tomcat and other server configuration property classes convert the second value to milliseconds or the unit the server need.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions