[
https://issues.apache.org/jira/browse/SCB-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630114#comment-16630114
]
ASF GitHub Bot commented on SCB-936:
------------------------------------
coveralls edited a comment on issue #924: [SCB-936] encode slash in path param
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/924#issuecomment-424322515
[](https://coveralls.io/builds/19221231)
Coverage increased (+0.01%) to 86.231% when pulling
**a487e6db4200df931babc07b869053beecfeb49e on
yhs0092:add_path_param_encode_for_slash** into
**7588d90894c10a9f94d4f589e543ee14a7d0c272 on apache:master**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Encoded slash '/' is decoded in EdgeService, causing 404 error response
> -----------------------------------------------------------------------
>
> Key: SCB-936
> URL: https://issues.apache.org/jira/browse/SCB-936
> Project: Apache ServiceComb
> Issue Type: New Feature
> Reporter: YaoHaishi
> Assignee: YaoHaishi
> Priority: Major
>
> When users invoke a provider via EdgeService, and the path param of request
> contains %2F(the encoded slash '/'), EdgeService will decode %2F into '/' and
> pass it to backend service without encoding it, causing 404 response.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)