﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1632	sanatizing of bookmarks when saving inoperatable	anonymous	framm	"Preferences.java:297
		for (Bookmark b : bookmarks) {
			b.name.replace(',', '_');
			out.print(b.name+"","");

Since Strings are immutable, the replace() function returns a new String value, which is being ignored here..."	defect	closed	minor		Core	tested	fixed		
