Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration timeouts - 0 default doesn't work #77

Open
DavinChurch opened this issue Jun 11, 2022 · 0 comments
Open

Configuration timeouts - 0 default doesn't work #77

DavinChurch opened this issue Jun 11, 2022 · 0 comments

Comments

@DavinChurch
Copy link

Some timeout values (e.g. HTTPCacheTime & IdleTimeout) are described as having default times of 0. But if they are removed from Server.xml the defaulting code (e.g. ConfigureServer[18-19]) blows up because it passes Dates.ParseTime a scalar '0' instead of a vector, and ParseTime can't handle a scalar.

This would probably best be fixed in Dates.ParseTime but just calling it with a vector would solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant