Fuad Efendi Mon, 05 Feb 2007 20:17:28 -0800
Sorry for typo: .replaceAll("\\+","%2B") >I use java.lang.String(...).replaceAll("+","%2B") before >forwarding request to another pipeline...