Opened 11 years ago
Closed 11 years ago
#9581 closed enhancement (fixed)
Improve regular info message about "download user details" API request
Reported by: | bastiK | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 14.01 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
When leaving JOSM open in the background for some time, I see lots of requests like this:
INFO: GET http://api.openstreetmap.org/api/0.6/user/details INFO: GET http://api.openstreetmap.org/api/0.6/user/details INFO: GET http://api.openstreetmap.org/api/0.6/user/details INFO: GET http://api.openstreetmap.org/api/0.6/user/details INFO: GET http://api.openstreetmap.org/api/0.6/user/details INFO: GET http://api.openstreetmap.org/api/0.6/user/details INFO: GET http://api.openstreetmap.org/api/0.6/user/details
It doesn't seem to be triggered by user interaction.
Two data layers and one gpx layer is open and I uploaded a small change in that session.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-01-13 02:34:51 Last Changed Author: stoecker Revision: 6679 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-01-13 00:11:28 +0100 (Mon, 13 Jan 2014) Last Changed Rev: 6679 Identification: JOSM/1.5 (6679 en) Linux Ubuntu 12.10 Memory Usage: 188 MB / 1763 MB (85 MB allocated, but free) Java version: 1.7.0_25, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u25-2.3.10-1ubuntu0.12.10.2 VM arguments: [-Djosm.restart=true, -Djosm.home=/home/te/.josm-latest, -Djava.net.useSystemProxies=true] Dataset consistency test: No problems found Plugin: HouseNumberTaggingTool (30172) Plugin: OpeningHoursEditor (30117) Plugin: RoadSigns (30034) Plugin: TombPlugin (44) Plugin: buildings_tools (30057) Plugin: log4j (29853) Plugin: mirrored_download (30162) Plugin: photo_geotagging (30110) Plugin: utilsplugin2 (30200)
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Nice feature, I wasn't aware of it... To avoid confusion, we could either hide this output or extend the message, so it is clear what happens. I'd prefer the second option.
comment:3 by , 11 years ago
Milestone: | → 14.01 |
---|---|
Summary: | JOSM download user details in regular intervals → Improve regular info message about "download user details" API request |
Type: | defect → enhancement |
You should read Changelog and Changelog/2013 then ;)
I look if I can improve this message.
This is normal behaviour after implementing #9234 in r6349. Do you think we should hide requests in console ?