java.net.MalformedURLException:URL 中存在非法字符
我正在使用 struts。我正在一个应用程序中加密密码,并通过打开的 url 连接将加密密码传递到另一个应用程序。有时,如果我再次单击该链接,系统会抛出“java.net.MalformedURLException:非法字符”,则效果很好。网址”。请帮助我。
I am working on struts.I am encrypting password in one application and passing encrypted password to another application through open url connection.Some times this works fine if i click on the link again system is throwing "java.net.MalformedURLException: Illegal character in URL".Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你对密码进行 URLEncoding 了吗?
http://java.sun.com/javase/ 6/docs/api/java/net/URLEncoder.html
Are you URLEncoding the password?
http://java.sun.com/javase/6/docs/api/java/net/URLEncoder.html