Changeset 19946 in osm for applications/editors/josm/plugins/remotecontrol
- Timestamp:
- 2010-02-09T19:17:08+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java
r18678 r19946 172 172 } catch (LoadDeniedException ex) { 173 173 System.out.println("RemoteControl: download forbidden by preferences"); 174 sendForbidden(out); 175 return; 174 176 } catch (Exception ex) { 175 177 sendError(out);
Note:
See TracChangeset
for help on using the changeset viewer.