Forum OpenACS Development: FS download archive error and xowiki pages

Hi everybody,

I'm facing a nasty problem in my system, and I believe most of you too. When you try to download an archive from the community root folder, the xowiki pages are included in the generated file, wich shows an error in the download.

The file file-storage/www/download-archive/index.vuh calls the fs::publish_object_to_file_system API, wich calls fs::get_folder_contents. When you are in community root folder, the xowiki pages folder are included too, and the command

file copy -- "${cr_path}${cr_file_name}" [file join ${path} ${file_name}]

breaks, becuase in the file_name field will be the Xowiki page content. Can anybody help me on that?