zoukankan      html  css  js  c++  java
  • JMeter java.net.URISyntaxException:Illegalcharacterinquery解决方案

    java.net.URISyntaxException: Illegal character in query解决方案

     

    by:授客 QQ:1033553122

    测试环境

    apache-jmeter-3.2

     

    1. 问题描述

    如下,jmeter发送get参数,参数中携带字符 {},运行后查看请求响应结果,提示如下:


     

    java.net.URISyntaxException: Illegal character in query at index 59:http://xx.xxx.xx.xx:1301/xxxx/xxx/uploadRecords?records=[{}]

    at

    at

    at

    at

    at

    at

    at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.

    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.

    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.

    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.

    at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.

    at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.

    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.

    at

     

     

     

    2. 解决方法

    勾选参数右侧的“编码?”,对参数进行url编码

     

     

     

  • 相关阅读:
    对象比较
    ObservableCollection<T> 的同类 ListCollectionView
    数据模板--DataTemplate
    ListBox的虚拟可视化技术
    WPF 动画 和 色彩 的随笔
    Binding.RelativeSource 属性
    javascript基础DOM操作
    js dom 操作技巧
    js 内置对象和方法 示例
    javascript 编程技巧
  • 原文地址:https://www.cnblogs.com/shouke/p/10157465.html
Copyright © 2011-2022 走看看