projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
Apache License 2.0
3.13k stars 652 forks source link

Maximum length of Query String increased to 8192 #3509

Closed shibayan closed 7 months ago

shibayan commented 7 months ago

@suwatch When deploying from GitHub using azure/webapps-deploy@v3, if the commit message is long and contains multibyte strings, it will get stuck in the query string length limit and cause an error, so Kudu will relax the limit to handle this.

Since this problem does not occur with the Linux App Service, but only with the Windows App Service, the idea is to adapt to the Linux behavior.

https://github.com/Azure/webapps-deploy/issues/336

suwatch commented 7 months ago

@SatishRanjan could you help with this logistic of merging the change?