Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] ResourceHandler keeping file handles open on windows ?

I am using a ResourceHandler to serve static content, and it seems
like I have the "good old" problem that was solved in DefaultServlet
by setting useFileMappedBuffer=false.

I futzed around in in the source for ResourceHandler (line 549 and
friends), and it seems to me like this does not support fallback to
non-NIO io, or is there some other way to do this ?

Kristian


Back to the top