This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 72b6c54c30a Bump jetty-version from 12.0.3 to 12.0.4 (#12311)
72b6c54c30a is described below
commit 72b6c54c30ad0274160fa656699a618e1e0dea48
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 5 09:52:00 2023 +0100
Bump jetty-version from 12.0.3 to 12.0.4 (#12311)
---
.../main/java/org/apache/camel/component/jetty/JettyHttpComponent.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
index 81838497c2d..9503776bd3a 100644
---
a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
+++
b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
@@ -1292,7 +1292,8 @@ public abstract class JettyHttpComponent extends
HttpCommonComponent
ErrorHandler eh = new ErrorHandler() {
@Override
public boolean handle(
- Request baseRequest, Response response, Callback
callback) {
+ Request baseRequest, Response response, Callback
callback)
+ throws Exception {
String msg = HttpStatus.getMessage(response.getStatus());
Object timeout =
baseRequest.getAttribute(CamelContinuationServlet.TIMEOUT_ERROR);
if (Boolean.TRUE.equals(timeout)) {