On 2020-05-26, <peter...@apache.org> wrote: >+ // COMPRESS-530 : skip non-number chars >+ if (ch < '0' || ch > '9') { >+ continue; >+ }
if this ever happens, doesn't that mean the PAX header is malformed? In that case may it be better to throw an IOException? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org