pimguilherme commented on issue #7275: URL: https://github.com/apache/incubator-devlake/issues/7275#issuecomment-2034457780
It is really strange that it is not able to deal with the encoded param, but apparently Gin will decode the URL or something before trying to parse the params.. for example, if I double encode, it goes through (but then it won't find the project because it's still encoded when it reaches the endpoint)  as opposed to a single encode, which does not find the route:  this seems to be the code that deals with this: https://github.com/gin-gonic/gin/blob/c6f90df4e0c888c69524307cc35952ec2e7ead41/tree.go#L492 I think you should be able to fix this using this configuration, setting it to false  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
