Description
Suppose I create a tar file from a directory like so:
tar -cf foo.tar ./foo
When I try to extract the tar entries using the Expander class, that throws a java.io.IOException: Expanding ./ would create file outside of ...
When I create the tar file without the leading ./, then Expander doesn't complain.