Nicolas Gomez Navarrete created JCS-95:
------------------------------------------

             Summary: FileNotFound Exception if region name contains slash
                 Key: JCS-95
                 URL: https://issues.apache.org/jira/browse/JCS-95
             Project: Commons JCS
          Issue Type: Bug
          Components: Indexed Disk Cache
    Affects Versions: jcs-1.3
         Environment: Java - Tomcat 7 - Hibernate 1
            Reporter: Nicolas Gomez Navarrete


If region name conatins slashes (this occurs in collection mapping with 
hibernate 1)
<set role="sgtProgramaIdioma"   lazy="false" readonly="true" cascade="all">
        <jcs-cache  usage="read-write"  />
     
region name = SgtPrograma/sgtProgramaIdioma

Indexed (and Block) cache fails tWork ao initialize, they do a File.mkdirs() on 
root dir but doesn't check for File.canWrite() or additionall subdirs.

If nothing can be be done we're extend BlockDiskCacheFactory, 
BlockDiskCacheManager and BlockDiskCache to create subfolders if needed ....

Thanks
 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to