Ignore:
Timestamp:
2014-03-21T17:31:18+01:00 (12 years ago)
Author:
Don-vip
Message:

fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by default + other HTTPS links where applicable + update CONTRIBUTION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java

    r6643 r6920  
    279279        String msg;
    280280        String url = e.getAccessedUrl();
    281         Pattern p = Pattern.compile("http://.*/api/0.6/(node|way|relation)/(\\d+)/(\\d+)");
     281        Pattern p = Pattern.compile("https?://.*/api/0.6/(node|way|relation)/(\\d+)/(\\d+)");
    282282
    283283        // Special case for individual access to redacted versions
Note: See TracChangeset for help on using the changeset viewer.