Issue 30170 - Reminder: Handle bad URLs in shell/shellexec.cxx
Summary: Reminder: Handle bad URLs in shell/shellexec.cxx
Status: CONFIRMED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 680
Hardware: All All
: P4 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-14 08:49 UTC by Stephan Bergmann
Modified: 2013-02-07 22:16 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2004-06-14 08:49:38 UTC
Since SRC680 CWS sb17, shell/source/cmdmail/cmdmailmsg.cxx and
shell/source/unix/exec/shellexec.cxx use the service
com.sun.star.uri.ExternalUriReferenceTranslator to translate OOo-internal (file)
URLs into external ones.  This service reports failure to convert a URL (either
because it contains invalid (encoded) octets, like <file:///%FE>, or because it
contains (encoded) characters that cannot be represented in the target
encoding), but such failures are currently ignored (the original, internal URL
is used instead, see the FIXMEs in the code), as a general scheme to handle such
failures in OOo is missing.  Once such a general scheme is in place, fix the
FIXMEs here.
Comment 1 nospam4obr 2004-07-08 09:54:14 UTC
Accepted.
Comment 2 nospam4obr 2004-09-14 08:22:33 UTC
Since CWS shellfix01 cmdmailsuppl.cxx passes attachments as system  paths, so
there is nothing left to do.
Comment 3 nospam4obr 2008-07-22 08:19:08 UTC
maintainer changed.
Comment 4 kai.sommerfeld 2009-10-16 12:30:16 UTC
cd: Please take over.