浏览器上输入固定网址,重定向到首页!(网站java+servlet+jsp)

浏览器上输入固定网址,重定向到首页!(网站java+servlet+jsp)

比如我输入:http://localhost:8080/cn/Product_Index.html?product_index=1&productid=207&prodid=11

它会转向到首页:http://localhost:8080/cn/index.jsp
请问是什么意思呢?建议用JS的alert来调试。
另外,还要看一下过滤器是否进行了重定向操作