Changes between Initial Version and Version 1 of Ticket #8606, comment 8
- Timestamp:
- 2013-04-17T02:33:51+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8606, comment 8
initial v1 18 18 I first thought about modifying this variable using Java reflection, but it is not allowed for static final variables. 19 19 20 I have a working solution (to reproduce the problem and simulate Web Start behaviour, it is enough add {{{System.out.println(HttpURLConnection.userAgent);}}} as the first instruction run by JOSM in its main method), but it is ugly as hell. 20 I have a working solution (to reproduce the problem and simulate Web Start behaviour, it is enough to add {{{System.out.println(HttpURLConnection.userAgent);}}} as the first instruction run by JOSM in its main method), but it is ugly as hell. 21 21 22 22 Not sure if there's a simpler and cleaner fix.


