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

On Thu, May 23, 2013 at 4:39 PM, Craig Ching <craigching@xxxxxxxxx> wrote:
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 ;-)

You may care the next time you need to spend hours hunting down another bug caused by a resource left open.

 

Cheers,
Craig 

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top