jforum论坛存在许多的bug,我发现最严重的一个是它有拒绝服务的漏洞。
http://localhost:9999/jforum/forums/list.page这个论坛的列表页面的连接,
然后将forums/list.page 替换为 install/install.page,即访问 http://localhost:9999/jforum/install/install.page。
那么就无法访问论坛了!!!
解决办法:
在论坛安装完后,将web.xml中的
<servlet-mapping>
<servlet-name>install</servlet-name>
<url-pattern>/install/install.page</url-pattern>
</servlet-mapping>
这段代码注释或者删除即可