RESTEASY-2638工作笔记(一)
问题描述:
Reproducer:
两个相关测试:
其中multi-class
会测试通过,multi-interface
会测试失败。
区别在于一个是interface一个是class实现:
wireshark协议分析:
测试结果:
如果改一下访问地址,那么原来通过的测试就会失败:
所以可以确认是interface/class的区别造成的测试失败。
相关问题日志:
相关内部class实现:
问题描述:
Reproducer:
两个相关测试:
其中multi-class
会测试通过,multi-interface
会测试失败。
区别在于一个是interface一个是class实现:
wireshark协议分析:
测试结果:
如果改一下访问地址,那么原来通过的测试就会失败:
所以可以确认是interface/class的区别造成的测试失败。
相关问题日志:
相关内部class实现:
My Github Page: https://github.com/liweinan
If you have any question want to ask or find bugs regarding
with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues