Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-5855

DUCC Web Server (WS) http -> https redirect does not include query string

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-Ducc
    • DUCC
    • None

    Description

      DuccHandlerHttpRequestFilter.handleRedirect needs to get query string and append to URL.

      Perhaps:

      String encodedQS = request.getQueryString();

      if(encodedQS{{ != null) {}}

          String qs = URLDecoder.decode(encodedQS, "UTF-8");

          url = url+"?"+qs;

      }

      Attachments

        Activity

          People

            lou.degenaro Lou DeGenaro
            lou.degenaro Lou DeGenaro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: