NonCachingImage and CryptoMapper do not work together

2012-07-06 Thread jchappelle
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Session Serialization optimization

2012-07-06 Thread Martin Grigorov
I have tried with
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/serializer-kryo

On Fri, Jul 6, 2012 at 4:13 PM, Martin Makundi
 wrote:
> Hi!
>
> Has anyone tried some serialization booster (e.g.,
> http://static.netty.io/3.5/api/org/jboss/netty/buffer/ChannelBuffer.html)
> with wicket session page serializer? Successfully?
>
> **
> Martin
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Session Serialization optimization

2012-07-06 Thread Martin Makundi
Hi!

Has anyone tried some serialization booster (e.g.,
http://static.netty.io/3.5/api/org/jboss/netty/buffer/ChannelBuffer.html)
with wicket session page serializer? Successfully?

**
Martin

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