Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9 DefaultServlet and useFileMappedBuffers

Closing that FileChannel definitely resolves this on Windows.  I'll put it into the bug report.


On Thu, May 23, 2013 at 4:26 PM, Nils Kilden-Pedersen <nils@xxxxxxxxxxxxxxxxxxx> wrote:
Since Jetty9 requires Java7, maybe it'd be a good idea to use the new try-with-resources statement more places?


I personally don't really care, I just need it closed ;-)

Cheers,
Craig 

Back to the top