Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5487

Trailing slash in subscriber url configuration breaks the Activation Monitor page.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • activation

      When the subscribers of activation are configured with a trailing slash, the ActivationMonitor page breaks because a 'null' subscriber name gets put in the subscriber response times hash.
      See info.magnolia.module.exchangesimple.Transporter line 150:

      if (subscriber.getURL().equals(StringUtils.substringBefore(connection.getURL().toString(), "/" + BaseSyndicatorImpl.DEFAULT_HANDLER))) {
           subscriberName = subscriber.getName();
      }
      

        Acceptance criteria

              Unassigned Unassigned
              rico.jansen Rico Jansen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD