Modify

Opened 19 years ago

Closed 17 years ago

#125 closed enhancement (invalid)

no osm download behind a HTTP proxy

Reported by: ulfl Owned by: imi
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

Today at work I've noticed that JOSM doesn't download OSM data if you sit behind an HTTP proxy (which is common to corporate networks).

In the JAVA "section" of the control panel you can specify the HTTP proxy setting under general/network settings. I've tried both "Browser settings" and explicit set the proxy settings - both didn't helped. JOSM still tried to directly access the www.openstreetmap.org server at 128.40.58.202 - ignoring the proxy setting.

Back at home, I've had a look at the successful network traffic. It uses simple HTTP GET calls, so it should be possible to use an HTTP proxy in principle.

When I remember the JAVA API correct - but that's more than five years ago - you need to use a special HTTP stream API to let this proxy thing work. Might be the reason for this problem.

I won't work with JOSM at work a lot, so I'm not in a hurry about this one.

Attachments (0)

Change History (4)

comment:1 by imi, 19 years ago

Resolution: worksforme
Status: newclosed

you can set proxies via java system properties independent of JOSM (has been reported to work):

java -jar -DproxySet=true -DproxyHost=... -DproxyPort=... josm-latest.jar

comment:2 by anonymous, 18 years ago

I tested it with our company proxy, it works. We have NTLM proxy too

comment:3 by teacher, 17 years ago

Priority: minormajor
Resolution: worksforme
Status: closedreopened
Type: defectenhancement

please, add proxy settings to expert configuration menu. It is needed at schools and university.

comment:4 by anonymous, 17 years ago

Resolution: invalid
Status: reopenedclosed

Please provide a time machine so we can backport the current implementation into the version you use. Um, however, it may be easier if you'd just update to the current version. ;)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain imi.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.