This is kind of a weird question:

Is it possible with wicket to encode the generated URL's so that to an
end user no package and working details are exposed...?

i.e. Looking at a couple of URL's from the examples:

http://www.wicket-library.com/wicket-examples/library?bookmarkablePage=wicket.examples.library.BookDetails&id=1026
http://www.wicket-library.com/wicket-examples/forminput?component=0&version=0&interface=IRedirectListener

You can see the entire package structure together with other details
that a end user may causally try and edit.

Is it possible to:

a). Have a default package prefix so that (from above) the URL with
'wicket.examples.library.BookDetails' can become just 'BookDetails'
   getSettings().setURLPackagePrefix("wicket.examples.library");

b). Or set some kind of encoder so that all URLs become just random
garbled strings...?
ie.

http://www.wicket-library.com/wicket-examples/forminput?jgjs7s76871isiys929872987siohsiuys9769

Thanks in advance,
Matt

********************************************************************************
This email may contain legally privileged information and is intended only for 
the addressee. It is not necessarily the official view or 
communication of the New Zealand Qualifications Authority. If you are not the 
intended recipient you must not use, disclose, copy or distribute this email or 
information in it. If you have received this email in error, please contact the 
sender immediately. NZQA does not accept any liability for changes made to this 
email or attachments after sending by NZQA. 

All emails have been scanned for viruses and content by MailMarshal. 
NZQA reserves the right to monitor all email communications through its network.

********************************************************************************


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to