【发布时间】:2019-01-16 11:14:47
【问题描述】:
到目前为止,我们使用 Wildfly 12 并增加了 Standalone.xml 配置文件中 undertow 模块 (server->http-listener) 内的 http max-parameters 值。
现在我们使用 JoinFaces 切换到 Spring 生态系统,但不知道如何正确配置 Undertow。根据 JoinFaces wiki,应该在 application.properties 文件中使用 jsf.undertow 命名空间。所以我们运行我们的应用程序尝试了几种解决方案(如 jsf.undertow.http.max-parameters=5000),但到目前为止都没有奏效。
这甚至可以在属性文件中完成,还是我们需要编程解决方案?
【问题讨论】:
-
我向 Spring Boot 提交了一张票以添加 Undertow 属性:github.com/spring-projects/spring-boot/issues/16077
标签: spring-boot undertow joinfaces