Issue Details (XML | Word | Printable)

Key: CONF-7282
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Erik Bos
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Confluence

"Create Personal Space" can create Space with NULL name

Created: 07/Nov/06 04:39 AM   Updated: 28/Nov/06 11:38 PM
Component/s: Pages, Spaces, Users & Groups
Affects Version/s: 2.2.9
Fix Version/s: 2.2.10

Time Tracking:
Not Specified

Environment: Standalone, JDK 1.4.2_11-b06
Issue Links:
Cause
 

Participants: Dave Loeng [Atlassian] and Erik Bos
Since last comment: 2 years, 31 weeks, 1 day ago
Resolution Date: 28/Nov/06 11:37 PM
Labels:


 Description  « Hide
I added a bunch of users using xmlrpc, a number of those didn't have fullname set. After a few days one of those users created a personal space: this user's space was created with SPACENAME set to NULL which caused parts of Confluence to barf with java.lang.NullPointerException errors. I guess the AddPersonalSpace should check if the user's fullname is set or not before adding the space

(I fixed it by hand in the database by setting the Space's name to the user's fullname using "update SPACES set SPACENAME='<fulname>' where SPACEID=57;")



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dave Loeng [Atlassian] added a comment - 28/Nov/06 11:38 PM
A warning now appears when a user without a fullname tries to create a personal space. The warning contains a link to the edit profile page to allow the user to enter a name.

Cheers,
Dave