Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
124 views

I have a JSF application which I'm rebuidung to using JoinFaces and Spring Boot 3 The dependencies I'm using are: jsf-spring-boot-starter version 5.3.13 jakarta.faces:jakarta.faces-api version 4.0.1 ...
0 votes
0 answers
88 views

What I need being able to receive and serve requests that have the header Transfer-Encoding = chunked, the page is returning a few KB of json text. What's happening requests are served correctly when ...
Paolo's user avatar
  • 31
0 votes
1 answer
113 views

If my multipart post is bigger than MultipartConfigElement.fileSizeThreshold, then my post is out of a temporary file. Undertow FileUtils read it so: public static String readFile(InputStream file, ...
-1 votes
1 answer
100 views

We are running a Spring Boot Java application on a Heroku instance (our product instance). There is a MultiPart REST endpoint available for an external (hardware) connector to upload some data. This ...
0 votes
0 answers
156 views

Environment: 2vCpu, 8G RAM centos8, Jdk 21.0.5 a springboot3.4.1 project using undertow with virtual thread, only a simple restcontroller in the project. modify the log level of undertow and xnio to ...
0 votes
0 answers
94 views

I am developing a web application using Spring Boot 3 with the Undertow web server. I want to integrate Keycloak as the authentication server for the application, which uses the returned token for ...
1 vote
0 answers
174 views

If there were a way to provide the JSESSIONID value myself, that would solve it. Else Jvm Route seems to be the solution I’m looking for. Alas that is Spring, while nowadays our session is Jakarta. ...
1 vote
1 answer
292 views

I have an application which is based on Camunda Engine Embedded in Wildlfy. Camunda version - 7.21 Wildlfy Version - 31 In the BPMN Process it tries to read lot of data using HTTP connector of Camunda....
1 vote
0 answers
376 views

The problem I am migrating from eap7 to 8 (also from javax to jakarta), and have a request with MultipartFile. My app is using jsp. File gets to the server, in controller it is processed (not written) ...
0 votes
1 answer
117 views

I am using undertow to run a websocket server that sends cursor positions. I am running undertow 2.3.5.Final, on openjdk 11.0.22 2024年01月16日. Problem: If I open two tabs, eventually I get a corrupt ...
0 votes
1 answer
44 views

I have an nginx proxy redirect working inside the docker container to redirect all the requests to the correct service. I have a problem with basic_auth since it does not work as expected. Below is a ...
0 votes
1 answer
166 views

How should I set retention period for spring boot undertow server access logs? From documentation - https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html I can see ...
-1 votes
1 answer
74 views

I have the following Undertow 2.x ServerSentEventHandler code public class SimpleServer { public static void main(String[] args) { Undertow server = Undertow.builder() ....
1 vote
0 answers
60 views

I have a Java API server running on undertow with a React/TS front-end. When the user is logged in, if I restart the web server, upon next incoming API request it fails when trying to get or create a ...
Mahdi's user avatar
  • 2,375
0 votes
1 answer
359 views

I'm updating dependencies in my project. Below are the corresponding undertow & resteasy dependecies I'm using. <dependency> <groupId>io.undertow</groupId> <artifactId&...

15 30 50 per page
1
2 3 4 5
...
37

AltStyle によって変換されたページ (->オリジナル) /