I want to have a separate servlet to go along with my wicket application
that can serve streaming files. However, it needs to have access to the
wicket session to know what to stream. I was thinking about using a
WicketSessionFilter to help me do this. I am using wicket as a filter, and
it seems to save the wicket session as wicket:MyWicketApplication:session.
There is an init-param to the WicketSessionFilter to specify the middle part
of that key, however, it prepends a '/' to the beginning of the string
provided - hence trying to find a session call
wicket:/MyWicketApplication:session and not finding anything.
 
Is there a better way I should be doing this? Is this a bug in
WicketSessionFilter?
 
Regards,
Nick.

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.484 / Virus Database: 269.12.4/969 - Release Date: 23/08/2007
16:04
 

Reply via email to