Strange exceptions on production website from HTTP_USER_AGENT Java/1.6.0_17

六眼飞鱼酱① 提交于 2019-12-05 23:48:30
Softlion

@Vineet Reynolds: this problem is not related to the link you gave.
@Share: this problem is not completely related to the link you gave.

Your call is: /klacht/Scripts/,data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g

When a ':' character appears in a url, asp.net throws this exception. Always. There is no way to prevent it. You can only catch it in global.asax Application_Error magic handler.

See MVC3 and colon in path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!