取消转义/解码 cookie 中设置的电子邮件地址

发布于 2024-09-30 09:17:35 字数 173 浏览 2 评论 0原文

我已将电子邮件地址存储在 cookie 中,并将其发送到 google appengine 上的 jsp 文件进行验证。 @ 作为 %40 出现。我需要将其恢复为 @,并转换可能已编码的任何其他特殊字符。 appengine 是否有可用的类来处理此转换?

I've stored an email address in a cookie, and I'm sending it to a jsp file on google appengine to be verified. The @ is coming through as %40. I need to get it back to an @, and convert any other special chars that might have been encoded. Are there classes available through appengine that deal with this conversion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂归处 2024-10-07 09:17:35

查看 URLDecoder 和 URLEncoder:

http://download.oracle .com/javase/6/docs/api/java/net/URLDecoder.html

查看JRE 白名单 它们都很好用。

Look at URLDecoder and URLEncoder:

http://download.oracle.com/javase/6/docs/api/java/net/URLDecoder.html

Looking at the JRE whitelist they are both fine to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文