我想在 Quarkus undertow 扩展配置中更改属性allow-non-standard-wrappers值。
在 Wildfly 中,它是在standalone.xml undertow 子系统中完成的。我们如何在 Quarkus 中进行这种配置更改?
谢谢,
我想在 Quarkus undertow 扩展配置中更改属性allow-non-standard-wrappers值。
在 Wildfly 中,它是在standalone.xml undertow 子系统中完成的。我们如何在 Quarkus 中进行这种配置更改?
谢谢,
Quarkus 对事物的工作方式(如 undertow)做出了很多选择,以优化构建时编译并定义能在原生模式下正常工作的事物。
Undertow 用于 servlet,但 servlet 在 quarkus 中的工作方式受到限制。Resteasy 用于 REST,Vert.x 也用于其他 http 流量。
通常 http 的配置元素(其中 servlet 只是一个部分)在这里:https ://quarkus.io/guides/http-reference