Ignore:
Timestamp:
2011-04-13T22:09:36+02:00 (13 years ago)
Author:
bastiK
Message:

generic handling of 403 - 'forbidden' in anticipation of server change that will reject uploads from users that haven't accepted or declined the license change

File:
1 edited

Legend:

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

    r3255 r4020  
    272272     */
    273273    public static void explainAuthorizationFailed(OsmApiException e) {
    274         HelpAwareOptionPane.showOptionDialog(
    275                 Main.parent,
    276                 ExceptionUtil.explainFailedOAuthAuthorisation(e),
     274        // Fixme: add special handling that calls ExceptionUtil.explainFailedOAuthAuthorisation(e)
     275        HelpAwareOptionPane.showOptionDialog(
     276                Main.parent,
     277                ExceptionUtil.explainFailedAuthorisation(e),
    277278                tr("Authorisation Failed"),
    278279                JOptionPane.ERROR_MESSAGE,
Note: See TracChangeset for help on using the changeset viewer.