getting ip address from URIRequestTargetUrlCodingStrategy

2008-11-27 Thread Stefan Becker
hi, in my webapp i want to serve files from the filesystem to the user. so i coded something like this: mount(new URIRequestTargetUrlCodingStrategy(/files) { @Override public IRequestTarget decode(RequestParameters requestParameters) { final String fileId

Re: getting ip address from URIRequestTargetUrlCodingStrategy

2008-11-27 Thread Stefan Becker
great! i didn't think it was THAT easy. i spend a whole day to find an answer to this, but was looking at the wrong places. thank you Original-Nachricht Datum: Thu, 27 Nov 2008 11:06:31 -0500 Von: Michael O\'Cleirigh [EMAIL PROTECTED] An: users@wicket.apache.org Betreff: