Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#8186 closed defect (fixed)

Error message from OsmServerReader with wrong URL

Reported by: roland.olbricht Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: download Cc:

Description

When opening a ressource from a URL, OsmServerReader shows always the default URL instead of the really used URL.

Attachments (0)

Change History (3)

comment:1 by roland.olbricht, 12 years ago

The proposed patch is: replace line 93 in org.openstreetmap.josm.io.OsmServerReader with:

OsmTransferException ote =

new OsmTransferException(tr("Could not connect to the OSM server. Please check your internet connection."), e);

ote.setUrl(url.toString());
throw ote;

comment:2 by Don-vip, 12 years ago

Resolution: fixed
Status: newclosed

In 5575/josm:

fix #8186 - Error message from OsmServerReader with wrong URL (patch by roland.olbricht)

comment:3 by Don-vip, 12 years ago

Thanks for the patch !

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.