risdenk commented on PR #1829:
URL: https://github.com/apache/solr/pull/1829#issuecomment-1682439872

   I haven't spent much time looking into this but I noticed there were 
questions about `/` and url encoding. Be aware that `%2F` (url encoded `/`) is 
handled very differently between webservers, load balancers, and everything in 
between. I wrote two blogs on this when I went down this rabbit hole fixing 
this for Apache Knox. 
https://risdenk.github.io/2017/12/21/percent-2f-webhbase-knox-traefik-part-1.html
   
   Even if `/` is url encoded, there is no guarantee that you see it as `%2F` 
or `/` on the backend and it could be interpreted as a url separator.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to