thrau / jarchivelib

A simple archiving and compression library for Java
https://github.com/thrau/jarchivelib
Apache License 2.0
198 stars 36 forks source link

Add a minimum length prefix to the .createTempFile calls #31

Closed markehammons closed 9 years ago

markehammons commented 9 years ago

I had an exception thrown from line 51 because the prefix was too small. The prefix must always be at least 3 chars long, and you will sometimes encounter folders with shorter names on linux and windows.

thrau commented 9 years ago

Sorry, completely forgot about this one - please fixup your additional commits on to a8c9e15, and then rebase on master if you still want it to be merged

thrau commented 9 years ago

Closing it then