
|
If you were logged in you would be able to see more operations.
|
|
|
OSCache
Created: 27/Sep/04 07:58 AM
Updated: 01/Mar/05 12:56 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.0.2
|
| Fix Version/s: |
2.1.1
|
|
|
We had to pathc OSCache 2.0.2 to be able to use URLs as keys with disk persistance on windows.
The reason for this is that the URL query character '?' is not on the escape list and windows do not allow the caracter in filenames.
The fix was to add a new case entry at line 371 of DiskPersistenceListener:
case '?':
|
|
Description
|
We had to pathc OSCache 2.0.2 to be able to use URLs as keys with disk persistance on windows.
The reason for this is that the URL query character '?' is not on the escape list and windows do not allow the caracter in filenames.
The fix was to add a new case entry at line 371 of DiskPersistenceListener:
case '?': |
Show » |
|