jetty.project
jetty.project copied to clipboard
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
## Closes #8353 - Pay attention to the callback to the ping frame (do not demand until response pong frame has been sent).
**jetty-12** For ee-10 the ServletContext.declareRoles(String... roles) method is not yet implemented, nor is ServletContextHandler.addRoles(String... roles).
When all other sql statements are built, this method is used for including the schema name in front of the table name (if specified). So to make it more consistent,...
We don't want to create the unmodifiableList every time we check an alias, so use `_aliasChecks` directly instead of using the getter. Also I don't think we need the `CopyOnWriteArrayList`...
**Jetty version** 9.4.7.v20170914 **Java version** # java -version openjdk version "1.8.0_232" OpenJDK Runtime Environment (build 1.8.0_232-b09) OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode) **Question** How the HttpClient to select...
**Jetty-client version** 11.0.11 **Java version** 17 **Question** Hi, I want to use netty event loop for executor. This is what I have so far ``` EventLoopGroup eventLoopGroup; if(KQueue.isAvailable()) { System.out.println("KQueue...
**Jetty-Client version** 11.0.11 **Java version** 17 **Question** Hi, I have a HTTP/2 server which has the max streams set as 100. I want to create a connection pool of 2...
Now that `Resource` is based on `Path`, we can eliminate the `Resource.list()` and `Resource.getAllResources()` methods. This now puts the users of those methods in control of what they get/want from...
!ENTRY org.eclipse.osgi 2 0 2022-08-05 08:49:55.132 !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved: !SUBENTRY 1 org.eclipse.osgi 2 0 2022-08-05 08:49:55.132 !MESSAGE...
Fixes: * #8354 This is a speculative fix, as I cannot replicate the deadlock reported in the issue. Signed-off-by: Joakim Erdfelt