billbarker 2002/11/26 23:41:32 Modified: catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Adding the 'disableUploadTimeout' attribute to the MBeans. Revision Changes Path 1.72 +7 -3 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml Index: mbeans-descriptors.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- mbeans-descriptors.xml 22 Nov 2002 21:50:18 -0000 1.71 +++ mbeans-descriptors.xml 27 Nov 2002 07:41:32 -0000 1.72 @@ -292,11 +292,11 @@ writeable="false"/> <attribute name="proxyName" - description="Ther Server name to which we should pretend requests to this Connector" + description="The Server name to which we should pretend requests to this Connector" type="java.lang.String"/> <attribute name="proxyPort" - description="Ther Server port to which we should pretend requests to this Connector" + description="The Server port to which we should pretend requests to this Connector" type="int"/> <attribute name="redirectPort" @@ -317,6 +317,10 @@ <attribute name="tomcatAuthentication" description="Should Tomcat perform all authentications?" + type="boolean"/> + + <attribute name="disableUploadTimeout" + description="Should Tomcat ignore setting a timeout for uploads?" /> type="boolean"/> </mbean>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>