-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.0
-
Component/s: None
To reproduce:
- Allow anonymous access
- Add a tasklist, containing at least one task
- Log out
- Open the task, and click on the icon to open the user picker
A system error is given:
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'isSupportsSimpleSearch' in class com.atlassian.confluence.user.actions.UserPickerAction threw exception java.lang.NullPointerException at /spaces/permissions/userpicker-form.vm[line 8, column 70]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:337)
caused by: java.lang.NullPointerException
at com.atlassian.confluence.user.actions.SearchUsersAction.isSupportsSimpleSearch(SearchUsersAction.java:157)
- is related to
-
CONFSERVER-18147 User search should respect "View user profiles" permission
-
- Closed
-