https://bz.apache.org/bugzilla/show_bug.cgi?id=60963

--- Comment #4 from Christopher Schultz <[email protected]> ---
It looks like isInWAR in getJarInputStreamWrapper can be leaked.

Will calling getWebResourceSet().closeJarFile undo this performance
optimization?

For ZipInputStreamWithPosition constructor, should you do this instead:

        super(new PushbackCountingInputStream(in, 512));

That seems a little cleaner.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to