uranusjr commented on issue #20063:
URL: https://github.com/apache/airflow/issues/20063#issuecomment-989402511


   I tracked this down to pallets/flask#900, and as Armin mentioned when he 
closed the ticket, the problem is in WSGI—`%2f` is treated exactly as `/` and 
there’s no way to work around that in the application layer because `%2f` has 
already been decoded when it’s received by e.g. Flask.
   
   @andrewgodwin I wonder if ASGI has the same problem or not? If not, I wonder 
if it’d work if we move from Gunicorn to Uvicorn and run Flask with 
`WsgiToAsgi`.


-- 
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: commits-unsubscr...@airflow.apache.org

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


Reply via email to