Skip to content

Commit

Permalink
https://github.com/eclipse-ee4j/mojarra/issues/5164
Browse files Browse the repository at this point in the history
while at it, noticed an unused context param for setting response buffer
size on JSP pages, took the opportunity to get rid of it altogether
  • Loading branch information
BalusC committed Nov 12, 2022
1 parent 118c6c9 commit bc34dbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ public enum WebContextInitParameter {
NumberOfFlashesBetweenFlashReapings("com.sun.faces.numberOfFlashesBetweenFlashReapings", "5000"),
InjectionProviderClass("com.sun.faces.injectionProvider", ""),
SerializationProviderClass("com.sun.faces.serializationProvider", ""),
ResponseBufferSize("com.sun.faces.responseBufferSize", "1024"),
FaceletsBufferSize(ViewHandler.FACELETS_BUFFER_SIZE_PARAM_NAME, "1024"),
ClientStateWriteBufferSize("com.sun.faces.clientStateWriteBufferSize", "8192"),
ResourceBufferSize("com.sun.faces.resourceBufferSize", "2048"),
Expand Down

0 comments on commit bc34dbf

Please sign in to comment.