You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by jchappelle <jc...@4redi.com> on 2012/07/06 22:11:05 UTC

NonCachingImage and CryptoMapper do not work together

I have a NonCachingImage that gets loaded via ajax and I have noticed the the
ajax debug window that the src attribute of the img is encrypted except for
the antiCache url parameter at the end. The problem I am seeing is that the
image is the browser red x instead of the image I am requesting.

I'm fairly certain that it is the combination of the NonCachingImage and the
CryptoMapper because if I instead use an Image then it works. Also, if I
only remove the CryptoMapper it works. 

I'm using wicket 1.5.4. I've searched around but did not find that this has
been reported. Am I missing something or is this a bug?

I can make a quickstart if you need.

Thanks,

Josh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/NonCachingImage-and-CryptoMapper-do-not-work-together-tp4650406.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: NonCachingImage and CryptoMapper do not work together

Posted by Sven Meier <sv...@meiers.net>.
Hi,

I've tested wicket-examples' ImagesApplication with a 
CryptoMapper/NonCachingImage combination and it worked fine (on 1.6.x 
though)

Please upgrade to 1.5.7 and try again.

Sven

On 07/06/2012 10:11 PM, jchappelle wrote:
> I have a NonCachingImage that gets loaded via ajax and I have noticed the the
> ajax debug window that the src attribute of the img is encrypted except for
> the antiCache url parameter at the end. The problem I am seeing is that the
> image is the browser red x instead of the image I am requesting.
>
> I'm fairly certain that it is the combination of the NonCachingImage and the
> CryptoMapper because if I instead use an Image then it works. Also, if I
> only remove the CryptoMapper it works.
>
> I'm using wicket 1.5.4. I've searched around but did not find that this has
> been reported. Am I missing something or is this a bug?
>
> I can make a quickstart if you need.
>
> Thanks,
>
> Josh
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/NonCachingImage-and-CryptoMapper-do-not-work-together-tp4650406.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org