Hi everyone,
I'm running a jsf webapp on wildfly 19. Today i tried to run on new wildfly 19.1
And i'm getting the following error:
ERROR [io.undertow.request] (default I/O-17) UT005071: Undertow request failed HttpServerExchange{ GET /mywebapp/data:image;base64,iVBOR....: java.lang.StackOverflowError
at org.jb...@3.2.15.final//org.jboss.vfs.spi.javazipfilesystem$zipnode.find(javazipfilesystem.java:356)
at org.jb...@3.2.15.final//org.jboss.vfs.spi.javazipfilesystem$zipnode.find(javazipfilesystem.java:359)
This is caused by a image base64 encoded:
<h:graphicImage value="#{mybean.imageContents}"/>