Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-5861

Update of certificate/passphrase on iOS variant impossible

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • None
    • None
    • None

    Description

      When updating an iOS variant from the UI, the certifacate/passprhase is never updated, because the UI triggers HTTP_PATCH

      This hits this part of the server:
      https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/applications/iOSVariantEndpoint.java#L112-L116

      I think lholmqui@redhat.com added that for update of name/description - but not for file.

      File(certificate) and passphrase update should be a HTTP_PUT, which means this part of the server would be invoked:
      https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/applications/iOSVariantEndpoint.java#L136-L141

      Attachments

        Activity

          People

            lfryc Lukáš Fryč (Inactive)
            mwessend@redhat.com Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: