Ludovic Orban

Results 180 comments of Ludovic Orban

@gregw @janbartel I need your wisdom here. This PR started as something simple: the `org.eclipse.jetty.server.Context.getTempDirectory()` contract says: _return a non-null temporary directory_ and the `ContextHandler.ScopedContext` implementation does not respect that...

@gregw AFAICT alias checking should take precedence over everything else. This is how they were designed, and it's what I think makes the most sense. So it feels like this...

@gbrehmer I'm working on an experimental Jetty branch that may help you with your reported problem. Since we don't have too many details, it's hard to say if that branch...

Unfortunately, we do not have a micrometer integration. But if you could find a way to call `dumpStdErr()` on your [server](https://eclipse.dev/jetty/javadoc/jetty-12/org/eclipse/jetty/server/Server.html) instance that would be great. Beware that this is...

Correct, the information reported by the dump in version 12.0.6 does not contain enough information to get an idea of the state of your pool.

@ignusin your problem seems to be https://github.com/jetty/jetty.project/issues/11098 which was fixed in Jetty 12.0.6. Could you please try to reconfigure your environment to force Spring Boot to use Jetty 12.0.6 instead...

IMHO `Content.Source#read()` should never throw for at least two reasons: - Consistency with methods taking a callback: they always fail the callback and never throw. - Clear out uncertainty: there's...

For Item 1 we should first check out [Red Hat's type pollution agent](https://github.com/RedHatPerf/type-pollution-agent) to figure out how badly we're impacted or not.

@gregw yes, we could include a spring test app in our perf tests, that should be fairly easy to do. @kul There are a few oddities in the graphs you...