mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-18 08:36:07 -04:00
updated jetty from 9.4.17 to 9.4.35
and fixed a bug in ServerSideIncludes that appeared only in that recent version of jetty
This commit is contained in:
.classpathbuild.xml
lib
jetty-client-9.4.17.v20190418.jarjetty-client-9.4.35.v20201120.jarjetty-continuation-9.4.17.v20190418.jarjetty-continuation-9.4.35.v20201120.jarjetty-deploy-9.4.17.v20190418.jarjetty-deploy-9.4.35.v20201120.jarjetty-http-9.4.17.v20190418.jarjetty-http-9.4.35.v20201120.jarjetty-io-9.4.17.v20190418.jarjetty-io-9.4.35.v20201120.jarjetty-jmx-9.4.17.v20190418.jarjetty-jmx-9.4.35.v20201120.jarjetty-proxy-9.4.17.v20190418.jarjetty-proxy-9.4.35.v20201120.jarjetty-security-9.4.17.v20190418.jarjetty-security-9.4.35.v20201120.jarjetty-server-9.4.17.v20190418.jarjetty-server-9.4.35.v20201120.jarjetty-servlet-9.4.17.v20190418.jarjetty-servlet-9.4.35.v20201120.jarjetty-servlets-9.4.17.v20190418.jarjetty-servlets-9.4.35.v20201120.jarjetty-util-9.4.17.v20190418.jarjetty-util-9.4.35.v20201120.jarjetty-webapp-9.4.17.v20190418.jarjetty-webapp-9.4.35.v20201120.jarjetty-xml-9.4.17.v20190418.jarjetty-xml-9.4.35.v20201120.jar
pom.xmlsource/net/yacy/http/servlets
@ -1216,7 +1216,7 @@ public class YaCyDefaultServlet extends HttpServlet {
|
||||
p = buffer.indexOf(inctxt, offset);
|
||||
}
|
||||
out.write(in, offset, in.length - offset);
|
||||
out.close();
|
||||
//DO NOT out.close(); because that would interrupt the server stream - it causes that the content is cut off from here on
|
||||
buffer.close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user