DawnSouther

Results 7 comments of DawnSouther

> @fireXXX > 周老师,这里讲的软件架构和网上的C/S,B/S,MVC这些东西的区别在哪里,这些概念应该怎么去分类的,网上的概念太混杂了,感觉很迷惑 cs是传统的客户端/服务器模式,本地一个客户端软件+服务器,不同的服务提供商需要提供一个客户端如啊你就按,需要安装后才能使用;bs是浏览器/服务器模式,这时用网页来展示服务器的数据,客户端使用浏览器作为数据的载体,变得更加轻量和通用。mvc是视图与数据分离,这个是数据流渲染的概念,与其相似的数据流渲染概念还有mvvm等 ,

> @DawnSouther Can you propose some quick code fix, please? I'm blocked from this issue. @rcbandit111 Sorry, just saw this. There is a temporary solution, I extracted part of the...

> PRs welcome. The earliest release will by next month. Before formally solving this problem, I think I should listen to your ideas first, or I just need to mention...

> @DawnSouther I want to test your temporary solution. Can you share what is the content of `TusCorsProcessor`? Of course. ```java public class TusCorsProcessor extends DefaultCorsProcessor { private final AntPathMatcher...

@rcbandit111 I put the logic to be processed by options on the gateway

@rstoyanchev Thanks for your explanation. I understand your idea. It is necessary and important to consider security, but the requests proxyed by our spring gateway are not only GET, POST...,...

So is there any progress on this issue now?