Hi,
After recent spammer-bot visit to my site, I found that there is a way to insert posts with empty text. This makes jforum_posts_text.post_text field to be "null" and crashes presentation of topics with such posts.
There goes an exception when trying to operate with null
String at
PostCommon line 90: p.getText().replaceAll(...).
I suppose it is better to deny all empty-text messages in PostAction.insertSave() method but !null check in presentation could also be worth doing.
Regards,
Gleb
[originally posted on jforum.net by gst]