> For the complete documentation index, see [llms.txt](https://commandbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://commandbox.ortusbooks.com/6.0.0-1/release-history/5.x-versions/whats-new-in-5.5.2.md).

# What's New in 5.5.2

### Release notes

#### Bug

[COMMANDBOX-1475](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1475) Server shutdowns aren't always done cleanly

[COMMANDBOX-1474](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1474) Don't prompt on already-running server when terminal isn't interactive

[COMMANDBOX-1472](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1472) Globber copyTo() command mishandles \*nix leading slash

[COMMANDBOX-1470](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1470) preServerStart can no longer affect server.json env var replacements

[COMMANDBOX-1467](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1467) Servers can no longer override rest mappings

[COMMANDBOX-1465](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1465) Corruption in interactive job output

[COMMANDBOX-1464](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1464) Can't set XNIO socket settings or Sequence types

[COMMANDBOX-1463](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1463) Command chaining has a code path where "job" variable is not defined

[COMMANDBOX-1462](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1462) cfpm breaks in single server mode

#### Improvement

[COMMANDBOX-1473](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1473) Allow Undertow's resource manager file system watcher to be disabled

[COMMANDBOX-1468](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1468) Customize Undertow's enabled SSL protocols

#### Task

[COMMANDBOX-1476](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1476) Update to Lucee 5.3.9.141 stable


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://commandbox.ortusbooks.com/6.0.0-1/release-history/5.x-versions/whats-new-in-5.5.2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
