Skip to content

Commit

Permalink
Merge pull request #1779 from volosied/increase-buffer-size
Browse files Browse the repository at this point in the history
Update faces22/multiFieldValidation's FACELETS_BUFFER_SIZE to 4096
  • Loading branch information
BalusC committed Jan 27, 2023
2 parents 43b3be2 + 9f4358c commit bee466f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@
<welcome-file-list>
<welcome-file>faces/index.xhtml</welcome-file>
</welcome-file-list>
<context-param>
<param-name>jakarta.faces.FACELETS_BUFFER_SIZE</param-name>
<param-value>4096</param-value>
</context-param>
</web-app>

0 comments on commit bee466f

Please sign in to comment.