Posted by FanHookup ![]() |
|
I have a category where anonymous users can only view and reply to posts. Only users that are logged in can create threads.
For some reason anonymous users always get back a 404 status when they try to reply to a thread, but logged in users do not. Everything works fine if I change the category such that anonymous users can create threads. But I don't want to give anonymous users that option. Any ideas on what might be happening. Thanks. |
|
Posted by Herbert Poul ![]() |
|
thanks for reporting the bug ..
i was able to reproduce and fix it .. the problem was that it always checked if the current user is allowed to post new threads in the category, instead of making a different check for posting threads and replying to thread.. (in addition .. it raised a 404 error instead of PermissionDenied) anyway - i have fixed that now .. please update from subversion and let me know if it works for you :) --- Last Edited by Herbert Poul at 2008-06-24 20:36:34 --- Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by FanHookup ![]() |
|
It's fixed, thanks.
Now that's what I call fast service. |
Please login to post a reply.