标签: servlets url-rewriting jsessionid
String s = response.encodeURL("target.jsp"); System.out.println(s);
它仅在控制台上打印target.jsp
target.jsp
但它应该打印
target.jsp;JSESSIONID=some id...
我正在使用带有Eclipse luna的WildFly服务器。