org.apache.tomcat.util.http.Parameters processParameters
信息: Invalid chunk starting at byte [0] and ending at byte [0] with a value of [null] ignored
这个警告是什么意思,如果我要去掉的话,需要做点什么,求解

解决方案 »

  1.   

    http.Parameters processParameters这个应该是你url传参数不干净造成的。
      

  2.   

    没看出来哪里有问题enterprise/enterpriseList?"+parent.formitems+"&type="+parent.curTreeNode.type+"&category="+parent.curTreeNode.category+"&adCode="+parent.curTreeNode.code+"&selectid="+parent.curTreeNode.id希望格式不是那么的无语,我看了好久,没发现有问题的地方
      

  3.   

    ?"+parent.formitems+"&   ?和&之间是一个字符串?没有键?
      

  4.   


    searchName=&isShowAdvanced=0&highadCode=&name=&enterpriseNo=&adCodeName=&hightype=&highcategory=&recordDateBeginStr=&recordDateEndStr=这是那个传过来的东西,不过有些没有获取到值,和这个有关系的?
      

  5.   

    应该有关系,你先过滤下,没值就传"",不然url会警告的
      

  6.   

    enterprise/enterpriseList?searchName=
    &isShowAdvanced=0&highadCode=&name=&enterpriseNo=
    &adCodeName=&hightype=&highcategory=&recordDateBeginStr=
    &recordDateEndStr=
    &type="+parent.curTreeNode.type+"
    &category="+parent.curTreeNode.category+"
    &adCode="+parent.curTreeNode.code+"&selectid="+parent.curTreeNode.id