You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2006/05/08 23:51:59 UTC

DO NOT REPLY [Bug 32144] - [io] Add a secureDelete method to FileUtils.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32144>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32144





------- Additional Comments From bayard@apache.org  2006-05-08 21:51 -------
Digging in further, the piece of code that needs to be modifiable is sitting in a private nested class of 
FileCleaner called Tracker. So not something that FileUpload has any access to - or anyone can unless 
IO opens up such a feature.

Something like:

public FileCleaner(Class trackerClass)

and user's could extend the Tracker class (if made more public).

Or have a cleanRequestListener observable pattern to decouple the tracking from the deleting and have 
user's set that.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org