On Mon, May 14, 2012 at 7:34 PM, <[email protected]> wrote: > Author: amila > Date: Mon May 14 10:04:18 2012 > New Revision: 127228 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=127228 > > Log: > putting a temporaliy fix to avoid issues with the conversion > > Modified: > > carbon/platform/trunk/components/proxy-admin/org.wso2.carbon.proxyadmin.ui/src/main/resources/web/proxyservices/designToData.jsp > > Modified: > carbon/platform/trunk/components/proxy-admin/org.wso2.carbon.proxyadmin.ui/src/main/resources/web/proxyservices/designToData.jsp > URL: > http://wso2.org/svn/browse/wso2/carbon/platform/trunk/components/proxy-admin/org.wso2.carbon.proxyadmin.ui/src/main/resources/web/proxyservices/designToData.jsp?rev=127228&r1=127227&r2=127228&view=diff > > ============================================================================== > --- > carbon/platform/trunk/components/proxy-admin/org.wso2.carbon.proxyadmin.ui/src/main/resources/web/proxyservices/designToData.jsp > (original) > +++ > carbon/platform/trunk/components/proxy-admin/org.wso2.carbon.proxyadmin.ui/src/main/resources/web/proxyservices/designToData.jsp > Mon May 14 10:04:18 2012 > @@ -147,6 +147,10 @@ > if (anonInXML != null && !"".equals(anonInXML) && > !bundle.getString("anon.add").equals(request.getParameter("anonInAction"))) > { > anonInXML = anonInXML.replaceAll(">", ">"); > anonInXML = anonInXML.replaceAll("<", "<"); > + > + anonInXML = anonInXML.replaceAll(">;", ">"); > + anonInXML = anonInXML.replaceAll("<;", "<"); >
I did this temporal fix to avoid a problem occurred with the rule mediator we displaying the text that contain <> etc .. There are some places where ESB does this conversion. I tried changing other places but that gave some other errors. Please fix this properly. thanks, Amila. > + > pd.setInSeqXML(anonInXML); > pd.setInSeqKey(null); > // removes session attribute after using it > _______________________________________________ > Commits mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/commits > -- *Amila Suriarachchi* Software Architect WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 71 3082805
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
