Issue 11984 - Script URI syntax change separator to &
Summary: Script URI syntax change separator to &
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: 644
Hardware: Sun All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: noel.power
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 11:01 UTC by Unknown
Modified: 2005-01-07 11:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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