fabmelde
15 years agoNew Contributor
URL Special Character (|) fails to create url on Raw
If I have the following path
users/loginid=AAAA|BBBBBB/course/123123
SOAPUI fails to recognize the above as a proper path, it worked fine on the 3.5.1 version but since then it seems that it is no longer recognized as a valid path, and it returns
<data contentType="null" contentLength="0"><![CDATA[]]></data>
and the raw for the request looks like this
GET null HTTP/1.1
Has it changed the way I need to pass or configure this type of parameters? and if not when can this be fixed by?
users/loginid=AAAA|BBBBBB/course/123123
SOAPUI fails to recognize the above as a proper path, it worked fine on the 3.5.1 version but since then it seems that it is no longer recognized as a valid path, and it returns
<data contentType="null" contentLength="0"><![CDATA[]]></data>
and the raw for the request looks like this
GET null HTTP/1.1
Has it changed the way I need to pass or configure this type of parameters? and if not when can this be fixed by?