想必各位在response中添加cookie时会出现IllegalArgumentException错误吧,附上此问题原因及解决办法http://blog.csdn.net/whb3299065/article/details/54730976
2017-07-13
<welcome-file-list>
<welcome-file>haha.jsp</welcome-file>
</welcome-file-list>
正确代码,中间没有/哦
<welcome-file>haha.jsp</welcome-file>
</welcome-file-list>
正确代码,中间没有/哦
2017-07-12