We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码报错位置: 跟踪了源码,KieConfigManager.firstPull()方法会发起http请求 请求的url为:http://127.0.0.1:30110/v1/default/kie/kv?label=public%3A&&revision=0&withExact=false 返回的http状态码为304 CSE是通过https://support.huaweicloud.com/devg-cse/cse_devg_0036.html下载的,版本为[Local-CSE-2.1.4-windows-amd64.zip](https://cse-bucket.obs.cn-north-1.myhuaweicloud.com/LocalCSE/Local-CSE-2.1.4-windows-amd64.zip)
The text was updated successfully, but these errors were encountered:
返回304,导致这边直接抛异常
Sorry, something went wrong.
No branches or pull requests
代码报错位置:
![image](https://user-images.githubusercontent.com/23376892/187163740-b36291e8-81b1-4ce5-86c2-219658428c45.png)
![BNUC@`O5YAGE250HTNUUN~F](https://user-images.githubusercontent.com/23376892/187164265-dddbc76d-8c20-45ef-b780-ddee7a2dc459.png)
跟踪了源码,KieConfigManager.firstPull()方法会发起http请求
请求的url为:http://127.0.0.1:30110/v1/default/kie/kv?label=public%3A&&revision=0&withExact=false
返回的http状态码为304
CSE是通过https://support.huaweicloud.com/devg-cse/cse_devg_0036.html下载的,版本为[Local-CSE-2.1.4-windows-amd64.zip](https://cse-bucket.obs.cn-north-1.myhuaweicloud.com/LocalCSE/Local-CSE-2.1.4-windows-amd64.zip)
The text was updated successfully, but these errors were encountered: