> 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/5.4.0/release-history/5.x-versions/whats-new-in-5.4.2.md).

# What's New in 5.4.2

* There is a fix for a regression introduced in 5.4.0 where updating the version of a CF engine doesn't work without forgetting the server first.&#x20;
* There is also an important security improvement to CommandBox servers.  Thanks to Abram Adams for reporting this to Ortus so we could address it. &#x20;

## Release notes

Note, the details of the security improvement have been tracked privately.

#### Bug

[COMMANDBOX-1382](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1382) Java path shows up twice in "server info --verbose"

[COMMANDBOX-1381](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1381) Updating server in-place keeps old web.xml path

[COMMANDBOX-1375](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1375) recipe with multiple "install" instructions fails

#### Improvement

[COMMANDBOX-1380](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1380) Add additional interceptData to server interceptors

[COMMANDBOX-1379](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1379) Update to WireBox 6.5.2

[COMMANDBOX-1376](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1376) Immediately activate modules after installation

[COMMANDBOX-1349](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1349) Improve multiselect DSL

#### Story

[COMMANDBOX-1120](https://ortussolutions.atlassian.net/browse/COMMANDBOX-1120) Add JSON and Properties output for info command


---

# 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/5.4.0/release-history/5.x-versions/whats-new-in-5.4.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.
