Subject: | Key digesting/serialising for URLs seems to be broken? |
Hi CHI team,
I'm using 'set' and get' with the string '$cal_url', which is set to the URL of a Google calendar, roughly per below:
$cal_url = 'https://www.google.com/calendar/ical/username@example.com/private-random32charstring/basic.ics'
This is saved to disk as:
/tmp/Default//d/6/www+2egoogle+2ecom.dat
when I try to read the key, it isn't found - presumably because the key is wrong?
Is there something broken in URL-based keys?
thanks,
Nathan