> For the complete documentation index, see [llms.txt](https://doc.orbeon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.orbeon.com/release-notes/orbeon-forms-2019.1.2.md).

# Orbeon Forms 2019.1.2

**Friday, December 17, 2021**

Today we released Orbeon Forms 2019.1.2 PE. This maintenance release contains security updates and bug-fixes and is recommended for all users of:

* [Orbeon Forms 2019.1.1 PE](/release-notes/orbeon-forms-2019.1.1.md)
* [Orbeon Forms 2019.1 PE](/release-notes/orbeon-forms-2019.1.md)

This release addresses the following issues since [Orbeon Forms 2019.1 PE](/release-notes/orbeon-forms-2019.1.md):

* Upgrade to log4j 2.x ([#4373](https://github.com/orbeon/orbeon-forms/issues/4373))
* Excel import: exception when validating data ([#4408](https://github.com/orbeon/orbeon-forms/issues/4408))
* Extra reference to StringOps.js ([#4429](https://github.com/orbeon/orbeon-forms/issues/4429))
* Control name sometimes doesn't update with "next" ([#4503](https://github.com/orbeon/orbeon-forms/issues/4503))
* Modal button spinner disappears upon click with `replace="all"` ([#4511](https://github.com/orbeon/orbeon-forms/issues/4511))
* Action editor fails for controls ending with `-control` ([#4518](https://github.com/orbeon/orbeon-forms/issues/4518))
* `javascript-lifecycle`'s `destroy()` is not called as expected ([#4541](https://github.com/orbeon/orbeon-forms/issues/4541))
* Error dialog for attachment control requires multiple clicks to close ([#4543](https://github.com/orbeon/orbeon-forms/issues/4543))
* Mediatype or size error in attachment only shows generic error message ([#4574](https://github.com/orbeon/orbeon-forms/issues/4574))
* Allow larger headers in upload payload ([#4579](https://github.com/orbeon/orbeon-forms/issues/4579))
* Form Builder library version doesn't stick ([#4875](https://github.com/orbeon/orbeon-forms/issues/4875))
* Missing `fr:relevant="false"` ([#4519](https://github.com/orbeon/orbeon-forms/issues/4519))
* Typo `xxf:defauls` in section templates ([#4410](https://github.com/orbeon/orbeon-forms/issues/4410))
* GET service must not send a Content-Type header ([#4384](https://github.com/orbeon/orbeon-forms/issues/4384))

For more on the Log4j vulnerability issue, see our [blog post](https://blog.orbeon.com/2021/12/vulnerability-in-log4j-library.html).

UPDATES:

* 2019.1.2.1 upgrades Log4j to version 2.17.1 to address the latest vulnerabilities

You can download the latest version of Orbeon Forms from the [downloads](https://www.orbeon.com/download) page.

Don't forget to [grab a trial license](https://prod.orbeon.com/prod/fr/orbeon/register/new) for the PE version.

Please send feedback via [Twitter](https://twitter.com/orbeon), [Bluesky](https://bsky.app/profile/orbeon.bsky.social), or the [forum](https://groups.google.com/g/orbeon).

We hope you enjoy this release!


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.orbeon.com/release-notes/orbeon-forms-2019.1.2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
