tracker issue : CF-3039455

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 79101:CFZIP doesn't accept source="VFS"

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Harry Klein / Harry Klein (Harry Klein)

Created: 07/28/2009

Components: File Management, VFS-RAM

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 244545

Priority/Frequency: Major / Unknown

Locale/System: Japanese / Win All

Vote Count: 1

Problem:

CFZIP doesn't accept source="VFS"
Method:

Code:<cfset variables.sZipFile = "#ExpandPath('./tst_cffile_delete.zip')#" /><cfif not directoryExists("ram://test/")><cfdirectory action="CREATE" directory="ram://test/"></cfif><cfloop from="1" to="10" step="1" index="k" ><cffile action="WRITE"file="ram://test/#numberFormat( k, '00000' )#.test" output="#now()#" /></cfloop><cfzip action="ZIP" file="#variables.sZipFile#" source="ram://test/" overwrite="yes" >
Result:

java.lang.StackOverflowErrorat org.apache.commons.vfs.cache.SoftRefFilesCache.getFile(SoftRefFilesCache.java:167)

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039455

External Customer Info:
External Company:  
External Customer Name: Harry Klein
External Customer Email: 10050DCB445F83AF9920157F
External Test Config: 07/28/2009

Attachments:

Comments:

I was also able to confirm this: http://www.bennadel.com/blog/1777-CFZip-CFZipParam-And-Virtual-File-System-RAM-Directories.htm
Vote by External U.
23213 | November 10, 2011 07:00:30 PM GMT