Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-3724

OpenShift redirects HTTP call from the first deployment to the second deployment, if first deployment make HTTP call to the second deployment by rest client and external URLs are used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Critical
    • None
    • EAP CD 20.0.GA
    • EAP7
    • None

    Description

      OpenShift redirects HTTP call from the first deployment to the second deployment, if first deployment make HTTP call to the second deployment by rest client and external URLs are used

      Example:

      Expected behaviour:

      1. client make a call to cdi/name in "country-client" application
      2. end-point in "country-client" application calls another end-point from "country-server" application by rest client
      3. end-point in "country-client" receive data from "country-server" and modify it
      4. end-point in "country-client" returns modified data to client

      Real behaviour

      1. client make a call to cdi/name in "country-client" application
      2. end-point in "country-client" application calls another end-point from "country-server" application by rest client
      3. OCP redirect original client call to another end-point from "country-server" application (according to the rest-client settings) = client receive 302 HTTP code

      cc mstefank, asoldano

      Attachments

        Activity

          People

            kwills@redhat.com Ken Wills
            mkopecky@redhat.com Marek Kopecky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: