https://issues.apache.org/ooo/show_bug.cgi?id=120273
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #2 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #0) > Created attachment 78641 [details] > The code in this file will show how to open a file in UNO mode > > Steps to reproduce the defect: > 1) Launch Aoo3.4 in commandline with args > "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" > 2) Configure the attached code with Aoo3.4 in Java IDE, like Eclipse > 3) Run "FirstConnection.class" to open sample file "h%e%l%l%o.odt" This is an invalid URL. You must enconde the file name: "h%25e%25l%25l%25o.odt" -- You are receiving this mail because: You are the assignee for the bug.
