
[英]SEVERE: Error processing TLD files for context path ..java.lang.IllegalArgumentException: URI has an authority component
[英]Invalid Uri (IllegalArgumentException)
当我尝试用下面的url调用Http get请求时,我得到了无效的Uri。它有一个回调参数。
我实例化get方法时抛出异常
GetMethod get = new GetMethod(uri); https://physiciandirectory.brighamandwomens.org/webfeed/transparency/v2/aggregate?providerId=757&ratingRounding=2&ratingCount=20&commentCount=5&delayBeforeDisplaying=42&showDelayedComments=0&starCount=0&commentPageSize=10&type=application/javascript&callback=ProviderConnections.Tools.Ajax.callbacks[2] ':org.apache.commons.httpclient.HttpMethodBase上的无效查询。(HttpMethodBase.java:222)org.apache.commons.httpclient.methods.GetMethod。(GetMethod.java:89)
我在这做错了什么?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.