gerrit/gerrit-httpd
Luca Milanesio 4554d27f27 HttpPluginServlet: Fix "short read of block" IO error on plugin docs
When accessing plugins static resources from the Jar, treat the
JarEntry size as a "hint" to the expected uncompressed size, rather
than the exact size.

Treating as "exact value" can result in an IO error whilst reading
the resource:

  java.io.EOFException: Short read of block

Change-Id: I6b488e58bb34620483d9ed7524ac3c23ce44071a
2015-11-26 15:08:17 +09:00
..
src HttpPluginServlet: Fix "short read of block" IO error on plugin docs 2015-11-26 15:08:17 +09:00
BUCK ContainerAuthFilter: honor username provided by container 2015-08-19 02:43:25 +00:00