Hi Timothee,

> I'll try to submit a patch as it seems this issue would be useful and has
been opened for a while.

thanks patches always welcome.
just keep in mind to honour the checks mentioned in the javadoc
(dependencies, subpackages, pacakgeid). also, I like to get rid of the old
jdk1.5 compatible zip support, so we can optimize for jdk7 64bit zips.

we can assume that the properties.xml come early in the zip, which is
usually the case if its built with package manager or the maven plugin. if
the zip is built "manually" there is a chance that the properties.xml comes
late in the stream. in this case we need to have a tmp-file backed input
stream, that we can reset if the memory storage gets too large.

so I think that we might need to solve JCRVLT-35 anyways, in order to
handle the streams.

regards, toby

https://issues.apache.org/jira/browse/JCRVLT-35

Reply via email to