Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8870

AngularJS Query tab breaks through proxy

    XMLWordPrintableJSON

Details

    Description

      The AngularJS Query tab generates a request URL on this form: http://localhost:8983/solr/techproducts%2Fselect?_=1458291250691&indent=on&q=ram&wt=json Notice the urlencoded %2Fselect part.

      This works well locally with Jetty, but a customer has httpd as a proxy in front, and we get a 404 error since the web server does not parse %2F as a path separator and thus does not match the proxy rules for select.

      Attachments

        1. SOLR-8870.patch
          3 kB
          Jan Høydahl

        Activity

          People

            janhoy Jan Høydahl
            janhoy Jan Høydahl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: