gpt4 book ai didi

jsp - 获取导致 404 请求的页面的 URL

转载 作者:行者123 更新时间:2023-12-04 14:18:56 25 4
gpt4 key购买 nike

我如何获取导致 404 错误的请求页面的 URL?

例如,我输入 I go to http://example.com/path/does/not/exist/index.jsp
我已经有一个自定义 404 页面,但是我将如何检索上述 URL,以便我可以使用类似于“URL http://example.com/path/does/not/exist/index.jsp 不存在”的消息来显示它?

最佳答案

如果使用 forward 跳转到错误页面,可以通过以下方式获取原始请求 URL

request.getAttribute("javax.servlet.forward.request_uri")

或通过 EL
${requestScope['javax.servlet.forward.request_uri']}

关于jsp - 获取导致 404 请求的页面的 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4948275/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com