Changes between Version 1 and Version 6 of Ticket #7183
- Timestamp:
- 2011-12-26T00:28:10+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7183
- Property Summary HTTP 302 response to OAuth authentification ? → HTTP 302 response to OAuth full-auto authentication ?
-
Ticket #7183 – Description
v1 v6 1 1 I'm getting some trouble to configure OAuth on the work notebook I've taken home for holidays :) 2 2 3 I don't know if this comes from this machine, if the OSM server is crazy or if it is a recent JOSM regression, but the OAuth authenti fication does not work with JOSM 4707. The error comes with this exception on the standard ouput:3 I don't know if this comes from this machine, if the OSM server is crazy or if it is a recent JOSM regression, but the OAuth authentication does not work with JOSM 4707. The error comes with this exception on the standard output: 4 4 5 5 {{{ … … 20 20 I've checked in debug mode: JOSM receives a '''HTTP 302''' response (redirect) from the OSM server instead of an expected HTTP 200 (OK). 21 21 22 I've never seen that before, am I the only one with this behavio ur ?22 I've never seen that before, am I the only one with this behavior ?