XSystemShellExecute treats all parameters as one
Bug #213052 reported by
Chris Cheney
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenOffice |
Confirmed
|
Unknown
|
|||
libreoffice (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
openoffice.org (Ubuntu) |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Binary package hint: openoffice.org
http://
offapi/
@param aParameter
Specifies a list of space separated parameters. The method does not
validate the given parameters, but only passes it as a parameter to the
specified command.
This should be a list of parameters not a space separated string. Otherwise calling a shell script will return something like this:
1 - "foo bar baz"
2 - ""
3 - ""
@ - "foo bar baz"
instead of what it should:
1 - "foo"
2 - "bar"
3 - "baz"
@ - "foo bar baz"
Changed in openoffice: | |
status: | Unknown → New |
Changed in openoffice: | |
status: | Unknown → In Progress |
Changed in openoffice.org: | |
status: | Confirmed → Triaged |
Changed in openoffice: | |
status: | In Progress → Confirmed |
Changed in openoffice.org: | |
importance: | High → Medium |
Changed in openoffice.org (Ubuntu): | |
status: | Incomplete → Won't Fix |
summary: |
- [upstream] OOo XSystemShellExecute treats all parameters as one + XSystemShellExecute treats all parameters as one |
To post a comment you must log in.
This also blocks bug #46546