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.

also is it really safe to modify every attribute? i would limit this to href and src attrs only i think.

-Igor

Reply via email to