Issue 11984

Summary: Script URI syntax change separator to &
Product: General Reporter: Unknown <non-migrated>
Component: scriptingAssignee: noel.power
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 644   
Target Milestone: OOo 2.0   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Unknown 2003-03-03 11:01:47 UTC
Currently the Script URI syntax allows optional paramsters to be added as name
value pairs separated by + 
It is legal to do so, but more common practice would suggest that & should be
used. Normal HTTP query syntax, so should reuse the metaphor.

Should not impact any examples or script uri's that just use the logical name.
Check the support Star Basic code to see if any script uri's are being
constructed with name value pairs.
Comment 1 Unknown 2003-03-03 11:02:38 UTC
Accepted - work started
Comment 2 Unknown 2003-03-04 12:24:12 UTC
Assign to Noel to fix:

Separator parsed in storage: scriptURI.cxx - currently '+' is used

Also need to change script:// fully qualified uris in bindings/
ScriptBinding.xba to use & as separator [ Chr$(6) in Basic ]
Comment 3 noel.power 2003-03-04 15:14:26 UTC
Will change
Comment 4 noel.power 2003-03-05 18:25:00 UTC
Changed delimiter to "&"
Comment 5 robert.kinsella 2003-03-26 08:50:25 UTC
changing stat to verified
Comment 6 noel.power 2005-01-07 11:23:15 UTC
closed