Closed
Bug 3332
Opened 26 years ago
Closed 26 years ago
registry can't handle '/' '\' and '=' characters
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: waterson, Assigned: waterson)
Details
(Whiteboard: 3/25/99 awaiting information from reporter)
Right now the list of special characters that wont work ok are:
/ slash
= equals
\ backslash
/ and \ wont be problems for values stored. They would be problems for keys.
Moving bug fomr XP-COM to XPCOM. Cleaning up Bugzilla. XP-COM will be removed.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Implemented raw interface to the registry to fix this.
Updated•26 years ago
|
QA Contact: 3849
Whiteboard: awaiting information from reporter
Updated•26 years ago
|
Whiteboard: awaiting information from reporter → 3/25/99 awaiting information from reporter
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Comment 3•26 years ago
|
||
The fix needs to be checked into RDF and tested (from rdf.h):
/* ProgID prefixes for RDF DLL registration. */
#define NS_RDF_PROGID "component://netscape/rdf"
#define NS_RDF_DATASOURCE_PROGID NS_RDF_PROGID "/datasource"
#define NS_RDF_DATASOURCE_PROGID_PREFIX NS_RDF_DATASOURCE_PROGID
"?name="
#define NS_RDF_RESOURCE_FACTORY_PROGID
"component://netscape/rdf/resource-factory"
#define NS_RDF_RESOURCE_FACTORY_PROGID_PREFIX NS_RDF_RESOURCE_FACTORY_PROGID
"?name="
Updated•26 years ago
|
Assignee: dp → waterson
Status: REOPENED → NEW
Comment 4•26 years ago
|
||
Well then. you could do your change and reassign the bug back to me if it aint
fixed.
Assignee | ||
Comment 5•26 years ago
|
||
Accepted bug to get of terry's spambot.
Assignee | ||
Comment 6•26 years ago
|
||
Okay, this works. But -- I can't figure out how to mark it as verified. Can I
not do this as a lowly developer?
Updated•26 years ago
|
Resolution: FIXED → ---
Comment 7•26 years ago
|
||
based on Chris's comment, marking as verified
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•