GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING was added as part of #8985 and it provides a way for users to revert to the previous behavior of allowing requests on the server that do not start with a /. This is not recommended and poses a security threat.
This env var will make it to the 1.80.0 release.
We should remove this env var once 1.81.0 is published, thereby giving users who require this flag two releases worth time to fix any clients that might be sending them requests without a leading slash.
GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKINGwas added as part of #8985 and it provides a way for users to revert to the previous behavior of allowing requests on the server that do not start with a/. This is not recommended and poses a security threat.This env var will make it to the 1.80.0 release.
We should remove this env var once 1.81.0 is published, thereby giving users who require this flag two releases worth time to fix any clients that might be sending them requests without a leading slash.