标签: java tomcat servlets
当我使用sendRedirect函数重定向时,我看到原始查询参数被添加到URL中。
如何避免它并从重定向的URL中删除查询参数?
我的代码是:
response.sendRedirect(ApplicationUtils.getServerConfig().homePageLink); return;