asfimport
asfimport
**avam0nst3r** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false#c4)): Jmeter 5.3 still has this problem
**Jerome** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false#c5)): Same issue here. Apparently, the problematic code is within `FunctionParser.compileString(String value)` method. As stated in javadoc: `"Removes escapes from '$', ',' and '\'."` This is why...
**Jerome** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false#c6)): Pull request to fix the issue: https://github.com/apache/jmeter/pull/616 I'm not sure of the overall impact of this modification. It now allows multiple `'\'` without removing any of...
**Sebb** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=56431&redirect=false#c1)): The Response Assertion can already do this
**tsvbuzuluk** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=53833&redirect=false#c1)): When I test application using JMS Point-to-Point Sampler Jmeter creates too much connections and WebSphere MQ is crashed. I think JMeter can use pool Connection. Does...
**Sebb** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=49949&redirect=false#c1)): As a work-round, you could create a file containing the complete POST body, and upload that, see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request "If it is a POST or PUT request...
Adrien Grand (@jpountz) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6828?focusedCommentId=14945088&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14945088)) Since you opened this issue, I'm wondering if you have more information about the use-case of users that use such large pages? I think...
Toke Eskildsen (@tokee) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6828?focusedCommentId=14945131&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14945131)) I do not know if you can do deep paging without sorting? For a single shard you could use the docID to keep track...
Adrien Grand (@jpountz) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6828?focusedCommentId=14945199&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14945199)) > I do not know if you can do deep paging without sorting? For a single shard you could use the docID to keep...
Ramkumar Aiyengar (@andyetitmoves) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6828?focusedCommentId=14945860&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14945860)) You still need to do old fashioned deep paging if you are paging with grouping. Grouping requires you to have context of groups and...