Skip Menu |

This queue is for tickets about the CHI CPAN distribution.

Report information
The Basics
Id: 103912
Status: open
Priority: 0/
Queue: CHI

People
Owner: Nobody in particular
Requestors: nate [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Hmm, that's strange. I tried it on my system and it worked. It create the cache file https+3a+2f+2fwww+2egoogle+2ecom+2fcalendar+2fical+2fusername+40example+2ecom+2fprivate-random32charstring+2fbasic+2eics.dat Can you do some experimentation - shorten the cache key as much as possible and find the minimal example that still breaks?