XinKeng

Results 7 comments of XinKeng

> But gateway get the error as below, There is no encoder for Part type. > org.springframework.core.codec.CodecException: No suitable writer found for part: file Use `BodyInserters.fromMultipartData` instead of `BodyInserters.fromPublisher` If...

> Please share if there an inbuilt way to run multiple versions of a custom filter allowing a gradual upgrade path not yet > Of-course, we can make multiple copies...

You need urlencode the parameter ``` filters: - AddRequestParameter=name,%E5%B0%8F%E6%9D%8E ```

我认为原因在于搜索一个不存在的目录之后,我们需要还原req的数据,放弃这次请求。 鉴于对整体代码的最小改动,我认为这样处理: 1. 记录原始Req 2. 进行此次搜索 3. 如果失败,还原原始Req https://github.com/1Panel-dev/1Panel/blob/34e84081e311a958a6c75aee091fa41f80c04ccc/frontend/src/views/host/file-management/index.vue#L333-L343 @CementWork 欢迎PR

> For tags that are not native HTML, we can export them as they are. Couldn't agree more, but I think there's an opportunity for us to do even better....

If possible, please try upgrading to 3.4.1. It works.

> wsl2 下解决了吗? WSL2运行没问题,volume不要挂载windows主机的目录,挂载wsl里的。