Joakim Erdfelt

Results 489 comments of Joakim Erdfelt

I wonder if the `Resource.isDirectory()` protection on `LinkOption.NOFOLLOW_LINKS` is sane here. I don't think it is. I cannot think of a sane reason we use `NOFOLLOW_LINKS` for this `Resource.isDirectory()` test....

Interesting discussion back in 2014 about throwing from the reactive Subscription APIs. https://github.com/reactive-streams/reactive-streams-jvm/issues/52 > We throw for "must not happen" kind of situations. When I first read this, it felt...

The checkstyle rules are sane, that is the set of golden formatting rules to adhere to. We might need to update the Eclipse IDE formatter ruleset, but the last time...

First steps. delete the jetty.state file, upgrade to Jetty 11.0.19, and try again. We introduced testing for starting Jetty via the jetty.sh in Jetty 11.0.18. Looks like we need to...

The state file is created very early in the lifecycle of the server. The setuid call happens much later. So it makes sense that the state file is owned by...

> Jetty is set at default config. All of the requests are POST requests. Less than 1% of requests are responded to with a 200 response otherwise a 204. A...

The OP just said "spring". While its likely to be spring boot, that's not the only spring integration point. Could be standard spring-framework with spring-web, spring-mvc, or even the spring...

Our latest release Jetty 12.0.6 has a fix for a sporadic IllegalStateException in GzipHandler (#11095) Perhaps retest but with Jetty 12.0.6?

The `NS_BINDING_ABORTED` from Firefox just means the resource load was cancelled by Firefox (usually by a page refresh). See: https://web.archive.org/web/20091005053108/http://markmail.org/message/m6z77uoixf3qu7u6 Constantly (and aggressively) refreshing via the browser is sure to...