Thanks for the issue ;). Yeah, the base64 things works. Originally it was 
designed around a refactoring of Zend_Cache but ZC's unit tests were less than 
complete and the refactoring despite passing all tests actually broke stuff. 
Unfortunate but the lesson is to never trust unit tests you didn't write 
yourself ;). I'll be trying to get that refactoring in for ZF 2.0 because at 
the moment all the restrictions can't be changed by subclassing (all 
private/frontend based instead of backend where they actually apply).

Looks like I survived the turkey ;). Have a happy new year :P.

 Pádraic Brady

http://blog.astrumfutura.com
http://www.survivethedeepend.com
OpenID Europe Foundation Irish Representative





________________________________
From: Renan de Lima <[email protected]>
To: Pádraic Brady <[email protected]>
Cc: Zend Framework General <[email protected]>
Sent: Sun, December 27, 2009 5:32:49 AM
Subject: Re: [fw-general] invalid id/tag into controller_action_plugin_cache

hi,

good, my local fix is exactly a base64 and a replace '=' to '_'
anyway, i've created a issue for that, just to keep tasks organized,
it's already assigned to you:
http://framework.zend.com/issues/browse/ZF-8639

i hope you had a nice turkey this holiday, i am still alive, are you?
have a good new year, don't drink a lot ;-)

2009/12/24 Pádraic Brady <[email protected]>:
> Hi Renan,
>
> No, it's a bug in the helper. The class was originally coded for a
> refactoring of Zend_Cache which never materialised. In the timeframe up to
> the alpha release I never got around to my usual review so it slipped past
> me. I'll be fixing it in trunk (using a small base64 encoded workaround to
> outwit that Exception) over the weekend.
>
> This is assuming the quantity of turkey I consume tomorrow does not prove
> fatal ;).
>
> Paddy
>
> Pádraic Brady
>
> http://blog.astrumfutura.com
> http://www.survivethedeepend.com
> OpenID Europe Foundation Irish Representative
>
>
> ________________________________
> From: Renan de Lima <[email protected]>
> To: [email protected]
> Sent: Thu, December 24, 2009 4:00:37 PM
> Subject: [fw-general] invalid id/tag into controller_action_plugin_cache
>
> I dont know if here is a good place to talk about a problem that i
> have with a new component into zf1.10 functionality
>
> it's about Zend_Controller_Action_Helper_Cache
> once configured cache manager it gives this exception from Zend_Cache_Core:
> "Invalid id or tag '/mycontroller/myaction' : must use only [a-zA-Z0-9_]"
> this helper uses request URI as id for cache, but URI contains invalid
> characters, is there anything i'm doing wrong?
>
> regards,
>
> --
> Renan de Lima Barbosa
> gtalk/msn: [email protected]
> skype: renandelima
> +55 61 8166-7755
> renandelima.com
>



-- 
Renan de Lima Barbosa
gtalk/msn: [email protected]
skype: renandelima
+55 61 8166-7755
renandelima.com

Reply via email to