e.g. just code up a servlet filter and map it into your web.xml to
On Jul 12, 5:50 pm, datazuul <
ralf.eichin...@googlemail.com> wrote:
> I am using Fancbox for a private album like this:
> showing thumbnail images of a group and open Fancybox showing normal
> sized image on click on the thumbnail.
>
> Now my problem:
> - I get image data from my backend
> - image should be served when fancybox-link is clicked
> - so I need the url to some serving wicket resource (to be used in the
> constructor of Fancybox)
> - I need the url NOT public (like a shared resource) but only for
> session
>
> That is what drives me crazy!, because all examples end up with a
> shared resource I do not want to have because the album should be
> private for the session, so just a cryptic temporary wicket-url would