tracker issue : CF-4204104

select a category, or use search below
(searches all categories and all time range)
Title:

You cannot enter more than 4 digits in the ColdFusion Administrator Server Settings - Request Tuning - Queue Timeout text field

| View in Tracker

Status/Resolution/Reason: To Fix//HaveNewInfo

Reporter/Name(from Bugbase): A. B. / ()

Created: 03/17/2019

Components: Administrator, Administrator Console

Versions: 2016,2018

Failure Type: Others

Found In Build/Fixed In Build: 2018.0.02.314033 /

Priority/Frequency: Normal /

Locale/System: / Windows 7 SP1 64-bit

Vote Count: 0

Problem Description: In the ColdFusion Administrator you can only enter a maximum of 4 digits in the Server Settings - Request Tuning - Queue Timeout text field

Steps to Reproduce:
Open the ColdFusion Administrator interface.
Navigate to the page Server Settings > Request Tuning.
Attempt to enter 12345 in the text field for Queue Timeout Settings.

Actual Result:
It is impossible to enter 5 digits in the text field for Queue Timeout Settings. This could have severe consequences in cases where a large Queue timeout is required, comparable to the Request timeout.
See the 2 printscreens attached.

Expected Result:
The user should be able to add an arbitrary number of digits in the text field for Queue Timeout Settings. This is already possible for the "Timeout Request After seconds" setting at Server Settings > Settings. In fact, the Administrator says of the Queue timeout, "This value should be at least as long as the Request Timeout setting".

Any Workarounds:
Set the Queue timeout value by means of the following element in neo-runtime.xml 

<var name='queueTimeout'>
	<number>12345.0</number>
</var>

Attachments:

Comments: