MeterSphere/backend
C370228492 8a280a74db Update ElementUtil.java
fixed 设置引用环境,没有带出来环境的url前缀。
重现步骤:
为环境指定http协议,域名,端口
为场景指定环境为上述环境
该场景中有2个自定义请求,第一个没有设置跟随环境,
第二个点跟随环境按钮时无法带出环境的url前缀。
原因:处理第一个自定义请求时,抛出空指针异常
修复方法:
io.metersphere.api.dto.definition.request.ElementUtil#dataSetDomain 中判断 getIsRefEnvironment是否为true时先判断是否是null。BooleanUtils.isTrue(httpSamplerProxy.getIsRefEnvironment()))
2022-08-16 13:32:45 +08:00
..
src Update ElementUtil.java 2022-08-16 13:32:45 +08:00
.gitignore feat(UI测试): UI测试初版 (#11887) 2022-03-23 19:42:55 +08:00
pom.xml build(通用功能): 解决tika和EasyExcel依赖的poi版本冲突问题 2022-07-29 10:24:20 +00:00