[ 
https://issues.apache.org/jira/browse/JCS-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Vandahl resolved JCS-95.
-------------------------------

       Resolution: Fixed
    Fix Version/s: jcs-2.0.0

Region names will now be mapped to valid file names.
                
> 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
>            Assignee: Thomas Vandahl
>             Fix For: jcs-2.0.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to