> How do I escape the & char so the urlrewrite knows that it is a part of > the query and not the sign of a new parameter?
& encoded is %26 So the urls you mentioned should be: http://www.sesam.no/nyheter/h%26m http://www.sesam.se/videos/h%26m The following all do this for you: StringDataObject.getUtf8UrlEncoded() StringDataObject.getIso88591UrlEncoded() UrlEncodeDirective (#urlencode) ~mck -- "When you say: "I wrote a program that crashed Windows", people just stare at you blankly and say: "Hey, I got those with the system -- for free."" Linus Torvalds | www.semb.wever.org | www.sesat.no | www.sesam.no | _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
