Issue 23084 - wrong SystemProxySettings when customizing the user data directory location
Summary: wrong SystemProxySettings when customizing the user data directory location
Status: CLOSED WONT_FIX
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: tino.rachui
QA Contact: issues@gsl
URL:
Keywords:
: 23085 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-12-02 09:42 UTC by Frank Schönheit
Modified: 2005-02-28 14:37 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 Frank Schönheit 2003-12-02 09:43:19 UTC
- install SO/OOo
- before you start it the first time, edit <installpath>/program/bootstrap.ini:
  - For the UserInstallation key, enter a valid URL pointing to some (empty or
    not-existent) path on your disk
- start SO/OOo
- go to Tools|Options|Internet|Proxy
=> the HTTP proxy is set to "http", which is definately not my system setting ...

It seems the SystemProxySetting service provides incorrect data, which you can
see when you execute
  MsgBox createUnoService( "com.sun.star.comp.system.SystemProxySettings"
).HttpProxyAddress
in Basic. The message box here also shows "http".

When you do not modify the bootstrap.ini, but use the original values (so the
OOo user data is put into the system-wide user data directory), then everything
is fine.
Comment 1 tino.rachui 2003-12-02 11:28:41 UTC
*** Issue 23085 has been marked as a duplicate of this issue. ***
Comment 2 tino.rachui 2004-05-04 20:20:42 UTC
Hi Frank,

there is no need to fix this issue as the mentioned service will be replaced
with a new one until OOo2.0. 

Kind Regards,
Tino
Comment 3 tino.rachui 2005-02-28 14:37:14 UTC
closed