-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.1.2
-
Component/s: Issue - Comments
-
4.01
When a user tries to add a comment that is a single whitespace " " inside the comment box, JIRA return a NullPointerException on the screen
Cause: java.lang.NullPointerException Stack Trace: [hide] java.lang.NullPointerException at com.atlassian.jira.web.action.issue.AddComment.doExecute(AddComment.java:98) at webwork.action.ActionSupport.execute(ActionSupport.java:165) ...