dev@glassfish.java.net

[gf-dev] Patch for Issue GlassFish-21117

From: David Salter <davidmsalter_at_icloud.com>
Date: Fri, 13 Feb 2015 17:25:22 +0000

Hi,

I’ve just created a patch for GlassFish-21117. I’ve attached the patch to the Jira issue at:

https://java.net/jira/browse/GLASSFISH-21117 <https://java.net/jira/browse/GLASSFISH-21117>

The patch is pasted below if anyone would like to check it out.

I hope this is all OK. :)

Thanks,

Dave.


Index: appserver/admingui/web/src/main/resources/grizzly/httpAttr.inc
===================================================================
--- appserver/admingui/web/src/main/resources/grizzly/httpAttr.inc (revision 63769)
+++ appserver/admingui/web/src/main/resources/grizzly/httpAttr.inc (working copy)
@@ -2,7 +2,7 @@

     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

- Copyright (c) 2009-2013 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2009-2015 Oracle and/or its affiliates. All rights reserved.

     The contents of this file are subject to the terms of either the GNU
     General Public License Version 2 only ("GPL") or the Common Development
@@ -98,7 +98,7 @@
         </sun:property>

         <sun:property id="MaxPostSize" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18n_web.http.MaxPostSize}" helpText="$resource{i18n_web.http.MaxPostSizeHelp}" >
- <sun:textField id="headerBLength" styleClass="integer" columns="$int{20}" maxLength="#{sessionScope.fieldLengths['maxLength.http.MaxPostSize']}" text="#{pageSession.httpMap['maxPostSizeBytes']}" />
+ <sun:textField id="headerBLength" styleClass="intAllowMinusOne" columns="$int{20}" maxLength="#{sessionScope.fieldLengths['maxLength.http.MaxPostSize']}" text="#{pageSession.httpMap['maxPostSizeBytes']}" />
             <sun:staticText id="byte" style="padding: 8pt" text="$resource{i18n.common.Bytes}"/>
         </sun:property>