On 12/3/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > Hi Juergen, > just checked out your cvs changes for url prefixing. wouldnt it make more > sense to prefix urls that /do not/ start with a slash. after all, those are > the ones that would be broken if url mounting is used. i think all urls that > start with a slash should be left alone because those are the ones that are > referencing something off the server root context. all urls without the > slash (relative to the app context) should be prefixed. >
I must admit I don't understand the whole use case already. And I don't understand the mounted paths yet. How do know that the relativ path is relative the context? wicket:link creates links relative to the page (on the class path). Is that no longer needed/possible? > also is it really safe to modify every attribute? i would limit this to href > and src attrs only i think. > That is a good question. I had a short discussion with Eelco after he asked how difficult it would be to implement it. We shortly discussed using wicket:link, but the whole discussion I guess has only started yet. The current implementation is not meant to be final at all. Juergen ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
