Hello,
recently I had to increase the header size, which is accepted by the glassfish server.
I had to dig into the glassfish.jar and edit the domain.xml to add the "buffer-size-bytes" property at the "transport" entity.
Is there a way to to this in glassfish.yml or can you implement a more general approach to configure these values from outside the jar?
|