yhs0092 commented on issue #3698: URL: https://github.com/apache/servicecomb-java-chassis/issues/3698#issuecomment-1477847844
CSE忽略请求path末尾的斜杠, 统一处理, 这个是不是以前 Java-Chassis 为了兼容 SpringMVC 框架的路径匹配行为而做的妥协呢? 现在Spring本身已经把这个问题修了, Java-Chassis即使要考虑兼容老版本, 也可以考虑把客户端改过来吧? Java-Chassis有没有可能改成consumer端发送请求严格按照契约处理, provider端生成的契约严格按照注解值, 而provider端做路径匹配的行为不变呢? 如果做到这种效果, 应该能保障 Java-Chassis 自己的前向兼容性, 同时也能保障Java-Chassis和Spring体系互相调通. ServiceComb社区自身应该也有这种发展诉求的吧, 能否考虑一下. -- 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]
