Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

Jetty 12 overwrites keystore file at startup

I configured Jetty 12.0.19 to handle HTTPS on port TCP/443 using the CAP_NET_BIND capability. Everything works fine when Jetty is started by jetty user. Then I created a Keystore with the server's ...
lp64's user avatar
  • 11
-1 votes
1 answer
21 views

Why does jetty throw "request headers too large"? [closed]

After upgrading spring boot version. Our jetty http client suddenly throws "request headers too large" error. we do not have the issue before. What has changed ?
cheng's user avatar
  • 29
0 votes
0 answers
22 views

NoSuchMethodException, No suitable constructor: migrating jenkins to jetty12 ee9 (jenkins 492.3) with an existing HashLoginService implementation

Theres a well documented online configuration for configuring Jenkins on earlier versions of jetty and jenkins. This setup is not apparently supported with jetty 12. <?xml version="1.0" ...
Andrew Norman's user avatar
0 votes
0 answers
38 views

Mocking an embedded Jetty server request with test body content

I'm using the delightful Jetty org.eclipse.jetty:jetty-server:12.0.18 for an embedded HTTP server (not using Java EE servlets). Jetty passes an org.eclipse.jetty.server.Request to a custom handler, ...
Garret Wilson's user avatar
0 votes
0 answers
38 views

Embdded jetty 9 with Spring security MVC Access denied 403 from servlet dispatcher using x509 client certificate authentication

Environment is jetty v9 embedded server with a Spring web MVC application. The server requests the client certificate but does not authenticate giving Access denied 403 from servlet dispatcher. (...
R Lawless's user avatar
-3 votes
1 answer
45 views

Jetty mTLS failed connection logging

I am using Java 17 Spring Boot configured to use Jetty running as an mTLS microservice. I would like to log failed connections (due to misaligned keys or client keys not recognised in the CA -- all of ...
Colin Schofield's user avatar
0 votes
0 answers
42 views

Jetty throwing written 0 < xxx content-length

I am using java 21, Spring boot 3.2.5 and Jetty 12.0.8 I have started seeing an exception which occurs almost randomly (Full stack trace at the end): "writeError: status=500, message=java.io....
ferrari16's user avatar
  • 4,219
0 votes
0 answers
76 views

How to do plain websocket with Spring/Jetty

I'm trying to get the basic websocket working in Spring with Jetty, as covered here. At the time of the upgrade, runtime is reporting that the provider is null. java.lang.NullPointerException: Cannot ...
vadlan77's user avatar
0 votes
1 answer
24 views

Camel-Jetty Rest DSL custom filter not working on GET requests

I am using camel-jetty (camel version 3.20.0 and jetty version 9.44) rest-configuration for rest services. <restConfiguration component="jetty" port="9091" bindingMode="off&...
Arthur Leywin's user avatar
0 votes
1 answer
97 views

Cannot connect to Jetty WebSocket v11

I am trying to implement server, as java plain application, where clients could connect to a web socket. The goal is to connect client to a websocket via this url: ws://localhost:4550/api/myWebSocket ,...
Biggy Poopa's user avatar
0 votes
0 answers
31 views

Geoserver: Remove Jetty version from 404 page

I'm using Geoserver and I'm trying to remove Jetty version from 404 pages. To be honest, I have no clue what Jetty is or does. :) Right now it looks like this: I set jetty.httpConfig....
Jools's user avatar
  • 68
0 votes
1 answer
49 views

Consequences of using Jetty 12 HTTP2ServerConnectionFactory with high maxConcurrentStreams

I would like to understand what's the consequences when configuring HTTP2ServerConnectionFactory::maxConcurrentStreams to high value (for example 100k). The default value is 128, are there any reasons ...
Artem Golovko's user avatar
0 votes
0 answers
25 views

Hazelcast single node cluster not created after upgrading from version 4.2 to 5.3.x

We are using hazelcast in our Spring (Spring boot) based project with embedded Jetty server. We are trying to upgrade from verson 4.2 to 5.3.5 and above. Even a single node cluster is not working. ...
user2007260's user avatar
0 votes
1 answer
75 views

Jetty 12 development mode

Is there a way with Jetty 12 to use the existing work directory modifications to jar files or class files without have jetty re-explode the war in the webapps directory during startup? I added these ...
Jason's user avatar
  • 5
0 votes
1 answer
145 views

java.lang.ClassNotFoundException: javax.servlet.ServletContext error using Jetty 12 EE10 Jakarta namespace with Spring Boot 3.2

I'm running Jetty 12.0.15 with Spring Boot 3.2.12. My code is all Jakarta namespace and I'm using Jakarta Servlet 6.0.0 which is now supported. All my config works fine when I run the app from ...
Jason's user avatar
  • 5

15 30 50 per page
1
2 3 4 5
485