Modify

Opened 4 years ago

Closed 4 years ago

#2835 closed enhancement (invalid)

Proxy Einstellungen

Reported by: jeggert Owned by: team
Priority: major Component: unspecified
Version: Keywords: Proxy
Cc:

Description

Ist es möglich die Proxy-Einstellungen zu erweitern?

  1. Das man eine Proxy-Konfigurations-URL (Konfigurationsskript) eingeben kann
  1. Das JOSM die Einstellungen des Internet Explorers übernimmt

Attachments (2)

Screenshot_003.jpg (35.4 KB) - added by jeggert 4 years ago.
Einstellungen Firefox
Screenshot_004.jpg (35.7 KB) - added by jeggert 4 years ago.
Einstellungen Internet Explorer

Download all attachments as: .zip

Change History (8)

Changed 4 years ago by jeggert

Einstellungen Firefox

Changed 4 years ago by jeggert

Einstellungen Internet Explorer

comment:1 Changed 4 years ago by jeggert

  • Component changed from Core to unspecified
  • Priority changed from trivial to major
  • Version latest deleted

comment:2 Changed 4 years ago by anonymous

Using the IE proxy settings can be done relatively easy in newer Java versions:

System.setProperty("java.net.useSystemProxies", "true");

This enables the proxy settings of the Java control panel and by default this uses the browser settings (of the Windows OS respectively the IE).

comment:3 Changed 4 years ago by jeggert

I changed the setting in the Java control panel but I can't connect to the server. Everytime I get this Message:

java.net.SocketTimeoutException: connect timed out

How can I use:
System.setProperty("java.net.useSystemProxies", "true");

comment:4 Changed 4 years ago by anonymous

That line was for the developers to be integrated in JOSM.

As an end user you can set this property via command line on JOSM start-up:

java -jar josm-tested.jar -Djava.net.useSystemProxies=true

comment:5 Changed 4 years ago by jeggert

That will perhaps work, but to use JOSM at work I need configure script. At this script i have to insert my username and password.
How do I change the settings in JOSM?

comment:6 Changed 4 years ago by jeggert

  • Resolution set to invalid
  • Status changed from new to closed

It only works with the JOSM-Webstart edition!

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.