Ignore:
Timestamp:
31.01.2009 19:09:46 (3 years ago)
Author:
stoecker
Message:

apply patch by xeen - #2114

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmServerReader.java

    r1238 r1353  
    4242    protected InputStream getInputStreamRaw(String urlStr, PleaseWaitDialog pleaseWaitDlg) throws IOException { 
    4343 
    44         System.out.println("download: "+urlStr); 
     44//        System.out.println("download: "+urlStr); 
    4545        initAuthentication(); 
    4646        URL url = new URL(urlStr); 
     
    5555 
    5656        activeConnection.setConnectTimeout(15000); 
    57          
     57 
    5858        try { 
    5959            activeConnection.connect(); 
     
    6262            throw new IOException(tr("Couldn't connect to the osm server. Please check your internet connection.")); 
    6363        } 
    64          
     64 
    6565        if (isAuthCancelled() && activeConnection.getResponseCode() == 401) 
    6666            return null; 
Note: See TracChangeset for help on using the changeset viewer.