Solved
Forum Discussion
JKambli
Staff
9 years agoWe do have a script but it doesn't reflect changes on UI,
Open the Project window, select the "Events" tab and add a RequestFilter.afterRequest handler. Set its content to:
def content = context.httpResponse.responseContent content = content.replaceAll( "<!\\[CDATA\\[", "" ) content = content.replaceAll( "]]>", "" ) //log.info( content ) context.httpResponse.responseContent = content
If you add this you can use property expansion with JDBC.