Index: com/sun/grizzly/tcp/StaticResourcesAdapter.java =================================================================== --- com/sun/grizzly/tcp/StaticResourcesAdapter.java (revision 3403) +++ com/sun/grizzly/tcp/StaticResourcesAdapter.java (working copy) @@ -102,8 +102,9 @@ // Ugly workaround // See Issue 327 - if (System.getProperty("os.name").equalsIgnoreCase("linux") - && !System.getProperty("java.version").startsWith("1.7")) { + if( ( System.getProperty( "os.name" ).equalsIgnoreCase( "linux" ) + && !System.getProperty( "java.version" ).startsWith( "1.7" ) ) + || System.getProperty( "os.name" ).equalsIgnoreCase( "HP-UX" ) ) { useSendFile = false; }