|
Initial import for jforum 2.1.7.
NOTE!!!
When upgrading to next public version (2.1.8?)
1. take diffs from this repository folder against public jforum version 2.1.7
2. wipe out this repository
3. store 2.1.8 jforum back to this repository folder with proper directory structure
4. apply patches manually
NOTE !!!
Contains fixes made by IT Mill (Jani Laakso).
Change history:
31.08.2007 / Jani Laakso
Tried to fix bug http://www.jforum.net/jira/browse/JF-615
Caused Forums to deprecated into mode that displays only error page: "java.lang.reflect error.."
May occur many times per week, restarts helps.
Changed: net.jforum.view.forum.ForumAction?
Note: should be fixed within next release?
30.07.2007 / Jani Laakso
- Changed all method and static strings(!) from insertSave to xcom (this is
not mandatory but I did this before I saw security issue on captcha, see
below). This affects URL/GET/POST parameters systemwide, I hope nothing was
broken.
- Activated links for forum observe messages (smtp mailed to topic watchers)
- Fixed security issue in captcha: see
net.jforum.entities.UserSession?.java,method validateCaptchaResponse(Strin userResponse)
Previously this was possible to overcome captcha check:
1. Get JSESSIONID first
jani@jani:~$ telnet forum.itmill.com 80
GET /jforum.page HTTP/1.0
Host: forum.itmill.com
2. Update above JSESSIONID below
jani@jani:~$ telnet forum.itmill.com 80
POST /posts/list/307.page;JSESSIONID=4724AB1B1449120B6A13346418295409 HTTP/1.1
Host: forum.itmill.com
Content-type: application/x-www-form-urlencoded
Content-length: 306
action=xcom&module=posts&preview=0&forum_id=7&start=&subject=aaa&helpbox=Tip%3A+Styles+may+be+quickly+applied+to+selected+text&topic_type=2&poll_label=&poll_option=&poll_option_count=1&po$
28.06.2007 / Jani Laakso
- Added Google statistics <script>.*</script> to
webapps/forum/templates/default/header.htm
19.05.2007 / Jani Laakso
- updated codebase to custom version
- net/jforum/util/Captcha.java
- net/jforum/view/forum/PostAction.java
- net/jforum/util/mail/Spammer.java
- templates/default/post_form.htm
=> email notifications are now sent
=> easier captcha
=> captcha required for anon posts
=> not required for registered users
|