svn commit: r1457208 - /tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml

2013-03-15 Thread kkolinko
Author: kkolinko Date: Sat Mar 16 06:16:58 2013 New Revision: 1457208 URL: http://svn.apache.org/r1457208 Log: CTR: docs Wrap long lines, to reduce horizontal scrolling. Replace tabs with spaces in sample Ant buildfile fragment. Inspired by r1456706 Modified: tomcat/tc6.0.x/trunk/webapps/docs

[Bug 54707] Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="00000001")

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54707 --- Comment #4 from bruce weertman --- This doesn't really cause a problem since there's a fall through that catches the mistake... But at line 66 you'll see: fieldTypes.put("digest-uri", FIELD_TYPE_QUOTED_STRING); I believe that's a typ

[Bug 54707] Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="00000001")

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54707 --- Comment #3 from bruce weertman --- I believe this will make Perl work and everything else fail!. Another alternative would be to make quotes optional all the way round, but I'm not sure that's good idea? Maybe it is, I don't know. --

[Bug 54707] Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="00000001")

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54707 --- Comment #2 from Mark Thomas --- Why isn't the fix just: Index: java/org/apache/tomcat/util/http/parser/HttpParser.java === --- java/org/apache/tomcat/util/http/parser/Http

[Bug 54707] Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="00000001")

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54707 --- Comment #1 from bruce weertman --- Created attachment 30055 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30055&action=edit Possible change to HttpParser.readLhex and HttpParser.readQuotedLhex To fix the problem, readLhex(

[Bug 54708] New: Use base file name ("ROOT") as the work directory for the default webapp instead of "_"

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54708 Bug ID: 54708 Summary: Use base file name ("ROOT") as the work directory for the default webapp instead of "_" Product: Tomcat 8 Version: trunk Hardware: PC

svn commit: r1457118 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 21:08:34 2013 New Revision: 1457118 URL: http://svn.apache.org/r1457118 Log: Update comment. Make state volatile Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java URL:

Re: svn commit: r1457104 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameBase.java WsRemoteEndpointImplBase.java WsSession.java

2013-03-15 Thread Mark Thomas
On 15/03/2013 21:00, Konstantin Kolinko wrote: > 2013/3/16 : >> Author: markt >> Date: Fri Mar 15 20:40:53 2013 >> New Revision: 1457104 >> >> URL: http://svn.apache.org/r1457104 >> Log: >> Correctly handle two stage close process. >> >> Modified: >> tomcat/trunk/java/org/apache/tomcat/websock

Re: svn commit: r1457104 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameBase.java WsRemoteEndpointImplBase.java WsSession.java

2013-03-15 Thread Konstantin Kolinko
2013/3/16 : > Author: markt > Date: Fri Mar 15 20:40:53 2013 > New Revision: 1457104 > > URL: http://svn.apache.org/r1457104 > Log: > Correctly handle two stage close process. > > Modified: > tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties > tomcat/trunk/java/org/apac

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving th

[Bug 54631] @PathParam is not working with @OnMessage

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54631 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1457105 - /tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoMethodMapping.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 20:41:58 2013 New Revision: 1457105 URL: http://svn.apache.org/r1457105 Log: Add a test that confirms BZ 54631 is not an issue. An added bonus was that this test found the close process was not correct. That has now been fixed. Added: tomcat/trunk/test/org/apa

svn commit: r1457104 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameBase.java WsRemoteEndpointImplBase.java WsSession.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 20:40:53 2013 New Revision: 1457104 URL: http://svn.apache.org/r1457104 Log: Correctly handle two stage close process. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.j

svn commit: r1457087 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 19:57:05 2013 New Revision: 1457087 URL: http://svn.apache.org/r1457087 Log: Need to check all types for OnParam and if one is found, move on to the next parameter Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java Modified: t

[Bug 54693] Add a validationQueryTimeout property

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54693 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #2 from Chri

[Bug 54707] Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="00000001")

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54707 bruce weertman changed: What|Removed |Added CC||br...@iris.washington.edu

[Bug 54707] New: Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="00000001")

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54707 Bug ID: 54707 Summary: Buggy Perl http clients cause tomcat digest auth to fail due to quoted nc values (e.g. nc="0001") Product: Tomcat 7 Version: 7.0.37 Hardwar

[Bug 54702] File descriptor leak at web.xml loading

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

svn commit: r1456982 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2013-03-15 Thread violetagg
Author: violetagg Date: Fri Mar 15 15:07:15 2013 New Revision: 1456982 URL: http://svn.apache.org/r1456982 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 Merged revision 1456959 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 Close the stream at t

[Bug 54703] Nullpointer exception in HttpParser.parseMediaType

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54703 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1456971 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/mbeans-descriptors.xml

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 14:43:23 2013 New Revision: 1456971 URL: http://svn.apache.org/r1456971 Log: Expose new rotate method via JMX Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Propchange: tomcat/tc

svn commit: r1456970 - /tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 14:42:47 2013 New Revision: 1456970 URL: http://svn.apache.org/r1456970 Log: Expose new rotate method via JMX Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors

svn commit: r1456969 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/fileupload/ webapps/docs/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 14:37:04 2013 New Revision: 1456969 URL: http://svn.apache.org/r1456969 Log: Update to Commons IO 2.4 and run UCDetector over the copied classes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileuploa

svn commit: r1456968 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload: FileUploadBase.java FileUploadException.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 14:35:32 2013 New Revision: 1456968 URL: http://svn.apache.org/r1456968 Log: Diff trunk and 7.0.x and apply missing updates to 7.0.x Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java tomcat/tc7.0.x/trunk/java/or

svn commit: r1456964 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/util/mime/MimeUtility.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 14:23:13 2013 New Revision: 1456964 URL: http://svn.apache.org/r1456964 Log: <> is Java 7 only Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/util/mime/MimeUtility.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/ht

svn commit: r1456963 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ByteArrayOutputStream.java DeferredFileOutputStream.java FileCleaningTracker.java FileDeleteStrategy.java FileUtils

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 14:21:24 2013 New Revision: 1456963 URL: http://svn.apache.org/r1456963 Log: Update to Commons IO 2.4 and run UCDetector over the copied classes Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.java tomcat/trunk/java

[Bug 54703] Nullpointer exception in HttpParser.parseMediaType

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54703 Sandy Meier changed: What|Removed |Added CC||sandy.me...@bosch-si.com -- You are

[Bug 54703] New: Nullpointer exception in HttpParser.parseMediaType

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54703 Bug ID: 54703 Summary: Nullpointer exception in HttpParser.parseMediaType Product: Tomcat 7 Version: 7.0.37 Hardware: PC OS: Linux Status: NEW Sever

svn commit: r1456959 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-03-15 Thread violetagg
Author: violetagg Date: Fri Mar 15 13:57:19 2013 New Revision: 1456959 URL: http://svn.apache.org/r1456959 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 Close the stream at the end of the parse operation. Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfi

[Tomcat Wiki] Update of "LocalBadContent" by ChuckCaldarale

2013-03-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by ChuckCaldarale: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=80&rev2=81 o-f\.com paisi\.com paisidesign\.com + par

Re: svn commit: r1456491 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2013-03-15 Thread Nicholas Williams
On Mar 15, 2013, at 4:50, Rainer Jung wrote: > On 14.03.2013 16:47, ma...@apache.org wrote: >> Author: markt >> Date: Thu Mar 14 15:47:24 2013 >> New Revision: 1456491 >> >> URL: http://svn.apache.org/r1456491 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54660 >> Allow the Ac

svn commit: r1456935 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/disk/ java/org/ap

2013-03-15 Thread markt
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/servlet/package-info.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/servlet/package-info.java?rev=1456935&r1=1456934&r2=1456935&view=diff ===

svn commit: r1456934 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload: ./ disk/ servlet/ util/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 12:42:03 2013 New Revision: 1456934 URL: http://svn.apache.org/r1456934 Log: Backport Commons FileUpload changes from trunk Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/disk/package-info.java - copied unchanged from r1456844, t

svn commit: r1456932 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ParameterParser.java util/mime/QuotedPrintableDecoder.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 12:34:48 2013 New Revision: 1456932 URL: http://svn.apache.org/r1456932 Log: Review the diff to FileUpload trunk and better our fork Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ParameterParser.java tomcat/trunk/java/org/apache/tomcat

svn commit: r1456926 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 12:22:03 2013 New Revision: 1456926 URL: http://svn.apache.org/r1456926 Log: Re-remove deprecated code that sneaked back in during a merge Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java Modified: tomcat/trunk/java/org/ap

svn commit: r1456920 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ FileUploadBase.java package-info.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 12:13:51 2013 New Revision: 1456920 URL: http://svn.apache.org/r1456920 Log: Merge updates from Commons FileUpload to r1456918 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1456916 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ disk/ servlet/ util/mime/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 12:08:38 2013 New Revision: 1456916 URL: http://svn.apache.org/r1456916 Log: Merge updates from Commons FileUpload to r1456912 Added: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/UploadContext.java - copied, changed from r1455855, commons/prop

[Bug 54702] File descriptor leak at web.xml loading

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 --- Comment #3 from Jean-Marie LAMARE --- Is the bugs due to a missing close call there ? 1312if (entry != null && entry.getGlobalTimeStamp() == globalTimeStamp && 1313entry.getHostTimeStamp() == hostTimeSta

svn commit: r1456904 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ disk/ servlet/ util/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 11:36:53 2013 New Revision: 1456904 URL: http://svn.apache.org/r1456904 Log: Merge updates from Commons FileUpload to r1455031 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1456899 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ FileUploadBase.java InvalidFileNameException.java disk/DiskFileItem.java util/FileItemHeadersImpl.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 11:21:18 2013 New Revision: 1456899 URL: http://svn.apache.org/r1456899 Log: Merge updates from Commons FileUpload to r1453844 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1456895 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ disk/ servlet/ util/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 11:10:27 2013 New Revision: 1456895 URL: http://svn.apache.org/r1456895 Log: Merge updates from Commons FileUpload to r1453817 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1456885 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ disk/ servlet/ util/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 10:57:08 2013 New Revision: 1456885 URL: http://svn.apache.org/r1456885 Log: Merge updates from Commons FileUpload to r1453285 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1456882 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/servlet/ServletRequestContext.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 10:47:42 2013 New Revision: 1456882 URL: http://svn.apache.org/r1456882 Log: (empty) Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/servlet/ServletRequestContext.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/servl

svn commit: r1456872 - in /tomcat/trunk/java/org/apache: catalina/connector/ tomcat/util/http/fileupload/ tomcat/util/http/fileupload/disk/ tomcat/util/http/fileupload/servlet/ tomcat/util/http/fileup

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 10:37:13 2013 New Revision: 1456872 URL: http://svn.apache.org/r1456872 Log: Merge updates from Commons FileUpload to r1453230 Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/

[Tomcat Wiki] Trivial Update of "TerraCree" by TerraCree

2013-03-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TerraCree" page has been changed by TerraCree: http://wiki.apache.org/tomcat/TerraCree New page: There is nothing to say about me really.<> Nice to be here and a part of apache.org

[Bug 54702] File descriptor leak at web.xml loading

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 --- Comment #2 from Jean-Marie LAMARE --- Hello The following file are opened after a WAR deployment on my computer (I've used the command handle written by the sys internal team). java.exe pid: 3984 CASTCORP\JML C: File (RW-) C:\j

svn commit: r1456863 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ FileUploadBase.java MultipartStream.java ParameterParser.java ProgressListener.java RequestContext.java servlet/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 10:21:16 2013 New Revision: 1456863 URL: http://svn.apache.org/r1456863 Log: Merge updates from Commons FileUpload to r1453202 Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http

svn commit: r1456844 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ FileUploadBase.java disk/package-info.java package-info.java package.html servlet/package-info.java util/package

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 09:49:49 2013 New Revision: 1456844 URL: http://svn.apache.org/r1456844 Log: Merge updates from Commons FileUpload to r1453029 Added: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/disk/package-info.java - copied, changed from r1453029, commons

Re: svn commit: r1456491 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2013-03-15 Thread Rainer Jung
On 14.03.2013 16:47, ma...@apache.org wrote: > Author: markt > Date: Thu Mar 14 15:47:24 2013 > New Revision: 1456491 > > URL: http://svn.apache.org/r1456491 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54660 > Allow the AccessLogValve file data format to be changed via JMX. The

svn commit: r1456839 - in /tomcat/trunk/java/org/apache/catalina: connector/Connector.java core/StandardHost.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 09:46:34 2013 New Revision: 1456839 URL: http://svn.apache.org/r1456839 Log: Javadoc tweaks Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java tomcat/trunk/java/org/apache/catalina/core/StandardHost.java Modified: tomcat/trunk/java/org

[Bug 54665] Provide JNDI support for java.net.URL resources

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54665 --- Comment #2 from Giovanni Dall'Oglio Risso --- I'm sorry for this decision. An other reason (that I not mentioned before) is the cross-platform portability: we'd like to develop our software in a "minimalistic" way, developed and teste

[Bug 54702] File descriptor leak at web.xml loading

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 --- Comment #1 from Violeta Georgieva --- Hi, Did you observe that in some real situation? Basically the following is specified for org.xml.sax.InputSource [1] "However, standard processing of both byte and character streams is to close

svn commit: r1456822 - in /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload: ./ FileItem.java FileItemHeaders.java FileUploadBase.java disk/DiskFileItem.java

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 09:18:04 2013 New Revision: 1456822 URL: http://svn.apache.org/r1456822 Log: Merge upadtes from Commons FileUpload prior to code re-org Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/

svn commit: r1456811 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-03-15 Thread kkolinko
Author: kkolinko Date: Fri Mar 15 09:00:38 2013 New Revision: 1456811 URL: http://svn.apache.org/r1456811 Log: Add Violeta to the list of authors in changelog file. s/ @ / at / Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

[Bug 54702] File descriptor leak at web.xml loading

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 Jean-Marie LAMARE changed: What|Removed |Added OS||All -- You are receiving this

[Bug 54702] New: File descriptor leak at web.xml loading

2013-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54702 Bug ID: 54702 Summary: File descriptor leak at web.xml loading Product: Tomcat 7 Version: 7.0.33 Hardware: PC Status: NEW Severity: normal Priority: P2

svn commit: r1456795 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/

2013-03-15 Thread markt
Author: markt Date: Fri Mar 15 07:31:04 2013 New Revision: 1456795 URL: http://svn.apache.org/r1456795 Log: Correct merge info Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ -

Re: [CANCELLED][VOTE] Release Apache Tomcat 7.0.38

2013-03-15 Thread Mark Thomas
On 15/03/2013 07:14, Mladen Turk wrote: > On 03/14/2013 09:23 PM, Konstantin Kolinko wrote: >> 2013/3/14 Mark Thomas : >>> Due to the various regressions that have been reported I have decided to >>> cancel this vote. >>> >>> I hope to be in a position to tag 7.0.39 later this evening. >>> >> >> I

Re: [CANCELLED][VOTE] Release Apache Tomcat 7.0.38

2013-03-15 Thread Mladen Turk
On 03/14/2013 09:23 PM, Konstantin Kolinko wrote: 2013/3/14 Mark Thomas : Due to the various regressions that have been reported I have decided to cancel this vote. I hope to be in a position to tag 7.0.39 later this evening. I hoped that there will be a daemons release to address https://is