DO NOT REPLY [Bug 48238] Tomcat-lite won't compile

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48238 Costin Manolache changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48178] org.apache.tomcat.lite.Locale2Charset.defaultMap is not threadsafe

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48178 Costin Manolache changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r884424 - in /tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite: TestMain.java http/LiveHttp1Test.java

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 07:02:53 2009 New Revision: 884424 URL: http://svn.apache.org/viewvc?rev=884424&view=rev Log: Shouldn't do last-minute changes before a large commit... Modified: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/TestMain.java tomcat/trunk/modul

svn commit: r884422 - in /tomcat/trunk/modules/tomcat-lite: .classpath .project coyote-nio.files

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:56:33 2009 New Revision: 884422 URL: http://svn.apache.org/viewvc?rev=884422&view=rev Log: Added eclipse files, remove unused build helper file Added: tomcat/trunk/modules/tomcat-lite/.classpath (with props) tomcat/trunk/modules/tomcat-lite/.project

svn commit: r884421 [3/3] - in /tomcat/trunk/modules/tomcat-lite/test/org/apache: coyote/ coyote/lite/ coyote/servlet/ tomcat/lite/ tomcat/lite/http/ tomcat/lite/http/services/ tomcat/lite/io/ tomcat/

2009-11-25 Thread costin
Added: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogTestImpl.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/test/watchdog/WatchdogTestImpl.java?rev=884421&view=auto ===

svn commit: r884421 [2/3] - in /tomcat/trunk/modules/tomcat-lite/test/org/apache: coyote/ coyote/lite/ coyote/servlet/ tomcat/lite/ tomcat/lite/http/ tomcat/lite/http/services/ tomcat/lite/io/ tomcat/

2009-11-25 Thread costin
Added: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java?rev=884421&view=auto ===

svn commit: r884420 - in /tomcat/trunk/modules/tomcat-lite: build.xml ivy.xml pom.xml

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:52:28 2009 New Revision: 884420 URL: http://svn.apache.org/viewvc?rev=884420&view=rev Log: For downloading deps - used Ant Ivy. The actual deps are declared in a maven pom.xml ( Ivy is supporting it just fine ). The maven file can be used to compile and test to

svn commit: r884419 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/integration: DynamicObject.java ObjectManager.java simple/AntProperties.java simple/LocalFilesystem.java simple/Main.j

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:50:10 2009 New Revision: 884419 URL: http://svn.apache.org/viewvc?rev=884419&view=rev Log: Few change to the ObjectManager ( intended for integration with existing frameworks ). The 'sample/if no other framework around' SimpleObject manager no longer depends on

svn commit: r884413 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/proxy: ./ CopyCallback.java HttpProxyService.java ProxyFlushedCallback.java SocksServer.java StaticContentService

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:42:49 2009 New Revision: 884413 URL: http://svn.apache.org/viewvc?rev=884413&view=rev Log: Proxy service - CONNECT doesn't seem to work ( probably because it didn't have a test ), the rest works pretty well. Also includes a small socks server I used while testi

svn commit: r884412 [4/4] - /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/http/

2009-11-25 Thread costin
Added: tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/http/ServerCookie.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/http/ServerCookie.java?rev=884412&view=auto ===

svn commit: r884410 [4/4] - /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io/

2009-11-25 Thread costin
Added: tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io/WrappedException.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io/WrappedException.java?rev=884410&view=auto ===

Re: svn commit: r884341 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listeners.xml

2009-11-25 Thread Mark Thomas
sebb wrote: > On 25/11/2009, ma...@apache.org wrote: >> +protected boolean xmlParsingProtection = true; > > The variable should be private, as there are public get/set methods. Done. And for the other protected fields too. Mark ---

svn commit: r884351 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2009-11-25 Thread markt
Author: markt Date: Thu Nov 26 01:02:19 2009 New Revision: 884351 URL: http://svn.apache.org/viewvc?rev=884351&view=rev Log: Reduce visibility Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/JreM

Re: svn commit: r884341 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listeners.xml

2009-11-25 Thread sebb
On 25/11/2009, ma...@apache.org wrote: > Author: markt > Date: Wed Nov 25 23:56:30 2009 > New Revision: 884341 > > URL: http://svn.apache.org/viewvc?rev=884341&view=rev > Log: > More memory leak protection. This one is particularly nasty as profilers > don't appear to show the GC root associ

DO NOT REPLY [Bug 48289] ElSupport - Javadoc and generics fixes

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48289 Sebb changed: What|Removed |Added Attachment #24620|application/octet-stream|text/plain mime type|

DO NOT REPLY [Bug 48289] New: ElSupport - Javadoc and generics fixes

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48289 Summary: ElSupport - Javadoc and generics fixes Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

svn commit: r884342 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-11-25 Thread markt
Author: markt Date: Wed Nov 25 23:58:27 2009 New Revision: 884342 URL: http://svn.apache.org/viewvc?rev=884342&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=884

svn commit: r884341 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listeners.xml

2009-11-25 Thread markt
Author: markt Date: Wed Nov 25 23:56:30 2009 New Revision: 884341 URL: http://svn.apache.org/viewvc?rev=884341&view=rev Log: More memory leak protection. This one is particularly nasty as profilers don't appear to show the GC root associated with the leak. Modified: tomcat/trunk/java/org/ap

DO NOT REPLY [Bug 48288] Patch to fix generics in javax.el package helpers

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48288 Sebb changed: What|Removed |Added Attachment #24619|application/octet-stream|text/plain mime type|

DO NOT REPLY [Bug 48288] New: Patch to fix generics in javax.el package helpers

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48288 Summary: Patch to fix generics in javax.el package helpers Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal P

DO NOT REPLY [Bug 48287] ApplicationContextFacade - generics fixes

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48287 Sebb changed: What|Removed |Added Attachment #24618|application/octet-stream|text/plain mime type|

DO NOT REPLY [Bug 48287] New: ApplicationContextFacade - generics fixes

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48287 Summary: ApplicationContextFacade - generics fixes Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 48285] New: ApplicationFilterFactory.matchDispatcher() fails to check ASYNC

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48285 Summary: ApplicationFilterFactory.matchDispatcher() fails to check ASYNC Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 48282] New: Possible NPE in org.apache.tomcat.util.modeler.Registry

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48282 Summary: Possible NPE in org.apache.tomcat.util.modeler.Registry Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Se

DO NOT REPLY [Bug 48267] Patch to fix generics in javax packages

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48267 Sebb changed: What|Removed |Added Attachment #24597|0 |1 is obsolete|

DO NOT REPLY [Bug 48267] Patch to fix generics in javax packages

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48267 --- Comment #3 from Mark Thomas 2009-11-25 03:16:03 GMT --- (In reply to comment #2) > How about applying generics fixes just to internal code and private variables, > and using @SuppressWarnings on the rest? +1 > If so, I can create a new

DO NOT REPLY [Bug 45255] support disable jsessionid from url against session fixation attacks

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45255 Maxim Valyanskiy changed: What|Removed |Added CC||max.valjan...@gmail.com -- Con