Issue 23085 - wrong SystemProxySettings when customizing the user data directory location
Summary: wrong SystemProxySettings when customizing the user data directory location
Status: CLOSED DUPLICATE of issue 23084
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:
Depends on:
Blocks:
 
Reported: 2003-12-02 09:50 UTC by Frank Schönheit
Modified: 2003-12-02 12:24 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:50:13 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:51 UTC
.

*** This issue has been marked as a duplicate of 23084 ***
Comment 2 Frank Schönheit 2003-12-02 12:24:47 UTC
sorry for submitting twice .... (I got an error the first time, and no
notification mail about a successful submission)