[Bug 55958] Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55958 Radim Hatlapatka changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Radim H

Tomcat 7.0.50 status?

2014-01-07 Thread Bob DeRemer
The voting so far seems to indicate 7.0.50 is stable, so I wanted to see if there were any further issues keeping it from going GA? If not, when do you anticipate releasing? Thanks, _ ThingWorx, A PTC Company Bob DeRemer, Sr. Director

[VOTE] Release Apache Tomcat 7.0.50

2014-01-07 Thread Violeta Georgieva
+1 Tested Tomcat in OSGi environment - successful. Basic performance tests - successful. Regards, Violeta На 20 декември 2013, петък Violeta Georgieva написа: > The proposed Apache Tomcat 7.0.50 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/di

the trunk build.xml breaks because of missing commons-pool2-2.1

2014-01-07 Thread Daniel Baktiar
Hi there, I don't know whether anyone was aware or it's been discussed here earlier. I just rejoined this milis after around 1 year ago. I just checkout the tomcat trunk (rev 1556266) and tried to follow the build instruction, running the ant build. The build breaks, and later I found out that t

Re: the trunk build.xml breaks because of missing commons-pool2-2.1

2014-01-07 Thread Mark Thomas
On 07/01/2014 16:35, Daniel Baktiar wrote: > Hi there, > > I don't know whether anyone was aware or it's been discussed here earlier. > > I just rejoined this milis after around 1 year ago. > > I just checkout the tomcat trunk (rev 1556266) and tried to follow the > build instruction, running th

Re: the trunk build.xml breaks because of missing commons-pool2-2.1

2014-01-07 Thread Daniel Baktiar
Oh, I see. Now they have released the commons-pool2 2.1. That'll be great. Thanks for the info, Mark. Daniel On Wed, Jan 8, 2014 at 12:40 AM, Mark Thomas wrote: > On 07/01/2014 16:35, Daniel Baktiar wrote: > > Hi there, > > > > I don't know whether anyone was aware or it's been discussed here

svn commit: r1556276 - in /tomcat/trunk/test/javax/servlet/http: TestCookie.java TestCookieStrict.java

2014-01-07 Thread jboynes
Author: jboynes Date: Tue Jan 7 17:00:06 2014 New Revision: 1556276 URL: http://svn.apache.org/r1556276 Log: Add test cases for name checks in spec Cookie class Added: tomcat/trunk/test/javax/servlet/http/TestCookie.java (with props) tomcat/trunk/test/javax/servlet/http/TestCookieStric

[Bug 55969] New: Security-related enhancements to the Windows Installer

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55969 Bug ID: 55969 Summary: Security-related enhancements to the Windows Installer Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: enhancement

[Bug 55970] New: A reloadable context is reloaded repeatedly if WEB-INF/lib contains non-jar files

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55970 Bug ID: 55970 Summary: A reloadable context is reloaded repeatedly if WEB-INF/lib contains non-jar files Product: Tomcat 8 Version: 8.0.0-RC10 Hardware: PC

[Bug 55958] Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55958 --- Comment #3 from Christopher Schultz --- So you have a directory named "/home/rhatlapa/projects/redhat_projects/eap/eap63-development/apache-tomcat-7.0.47/webapps/byteslounge.war"? What else is in your "/home/rhatlapa/projects/redhat_pro

[Bug 55958] Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55958 --- Comment #4 from Radim Hatlapatka --- Yes, that is right, I have the directory named byteslounge.war, if I remove .war from the name => by renaming it to byteslounge it works just fine. The rest of webapps in the webapps directory are o

Re: [VOTE] Release Apache Tomcat 7.0.50

2014-01-07 Thread Jeanfrancois Arcand
On 12/20/2013, 7:52 AM, Violeta Georgieva wrote: The proposed Apache Tomcat 7.0.50 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapach

svn commit: r1556313 - /tomcat/trunk/test/javax/servlet/http/TestCookieStrict.java

2014-01-07 Thread jboynes
Author: jboynes Date: Tue Jan 7 18:52:02 2014 New Revision: 1556313 URL: http://svn.apache.org/r1556313 Log: fix test after switching from STRICT_SERVLET to more specific properties Modified: tomcat/trunk/test/javax/servlet/http/TestCookieStrict.java Modified: tomcat/trunk/test/javax/servle

svn commit: r1556328 - in /tomcat/trunk/java/org/apache: catalina/connector/Response.java tomcat/util/http/ServerCookie.java tomcat/util/http/SetCookieSupport.java

2014-01-07 Thread jboynes
Author: jboynes Date: Tue Jan 7 19:21:20 2014 New Revision: 1556328 URL: http://svn.apache.org/r1556328 Log: Refactor ServerCookie to separate cookie state from the helper code used to generate the header. This change is purely a movement of code to improve readability. ServerCookie is now a p

svn commit: r1556336 - /tomcat/trunk/build.properties.default

2014-01-07 Thread markt
Author: markt Date: Tue Jan 7 20:02:18 2014 New Revision: 1556336 URL: http://svn.apache.org/r1556336 Log: Back to a proper Commons Pool release now 2.1 has been released (DBCP snapshot requires Pool 2.1 or later) Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build

[Bug 55973] New: Failure to parse MergedWebXml when validation is enabled in Jasper

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55973 Bug ID: 55973 Summary: Failure to parse MergedWebXml when validation is enabled in Jasper Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5374 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 55973] Failure to parse MergedWebXml when validation is enabled in Jasper

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55973 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

svn commit: r1556377 - in /tomcat/tc7.0.x/trunk: java/org/apache/jasper/xmlparser/ParserUtils.java webapps/docs/changelog.xml

2014-01-07 Thread kkolinko
Author: kkolinko Date: Tue Jan 7 22:10:02 2014 New Revision: 1556377 URL: http://svn.apache.org/r1556377 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55973 Fix processing of XML schemas when validation is enabled in Jasper. The code is based on a similar fragment in Digester#getFa

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

2014-01-07 Thread remm
Author: remm Date: Tue Jan 7 22:54:04 2014 New Revision: 1556394 URL: http://svn.apache.org/r1556394 Log: Votes. 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=1556394&r1=1556393&r2=1

[Bug 55974] New: Honor the order when reporting XML parsing errors and warnings in XmlErrorHandler class

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55974 Bug ID: 55974 Summary: Honor the order when reporting XML parsing errors and warnings in XmlErrorHandler class Product: Tomcat 7 Version: 7.0.47 Hardware: PC

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

2014-01-07 Thread kkolinko
Author: kkolinko Date: Tue Jan 7 23:13:57 2014 New Revision: 1556397 URL: http://svn.apache.org/r1556397 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=1556397&r1=155639

[Bug 55973] Failure to parse MergedWebXml when validation is enabled in Jasper

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55973 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

Re: [VOTE] Release Apache Tomcat 7.0.50

2014-01-07 Thread Konstantin Kolinko
2013/12/20 Violeta Georgieva : > The proposed Apache Tomcat 7.0.50 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-00

svn commit: r1556418 - in /tomcat/trunk/java/org/apache: catalina/connector/Response.java tomcat/util/http/SetCookieSupport.java

2014-01-07 Thread jboynes
Author: jboynes Date: Wed Jan 8 01:10:34 2014 New Revision: 1556418 URL: http://svn.apache.org/r1556418 Log: Simplify interface to SetCookieSupport. Modified: tomcat/trunk/java/org/apache/catalina/connector/Response.java tomcat/trunk/java/org/apache/tomcat/util/http/SetCookieSupport.java

svn commit: r1556423 - /tomcat/trunk/java/org/apache/tomcat/util/http/SetCookieSupport.java

2014-01-07 Thread jboynes
Author: jboynes Date: Wed Jan 8 01:47:40 2014 New Revision: 1556423 URL: http://svn.apache.org/r1556423 Log: Inline method call and eliminate an unneeded StringBuffer allocation. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/SetCookieSupport.java Modified: tomcat/trunk/java/org/ap

[Tomcat Wiki] Trivial Update of "Development" by KonstantinKolinko

2014-01-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Development" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Development?action=diff&rev1=2&rev2=3 Comment: Correct a typo This is where developmen

[Tomcat Wiki] Trivial Update of "Development" by KonstantinKolinko

2014-01-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Development" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Development?action=diff&rev1=3&rev2=4 Comment: Fix list formatting (List formatting is recog

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

2014-01-07 Thread jboynes
Author: jboynes Date: Wed Jan 8 02:35:04 2014 New Revision: 1556427 URL: http://svn.apache.org/r1556427 Log: votes 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=1556427&r1=1556426&r2

svn commit: r1556434 - in /tomcat/trunk/java/org/apache/tomcat/util/http: CookieSupport.java SetCookieSupport.java

2014-01-07 Thread jboynes
Author: jboynes Date: Wed Jan 8 03:22:13 2014 New Revision: 1556434 URL: http://svn.apache.org/r1556434 Log: Move methods only used by SetCookieSupport into that class. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java tomcat/trunk/java/org/apache/tomcat/util/htt

[Bug 55975] New: Inconsistent escaping applied to V0 cookie values

2014-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55975 Bug ID: 55975 Summary: Inconsistent escaping applied to V0 cookie values Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW

svn commit: r1556449 - in /tomcat/trunk/test/org/apache/tomcat/util/http: TestSetCookieSupport.java TestSetCookieSupportSeparatorsAllowed.java

2014-01-07 Thread jboynes
Author: jboynes Date: Wed Jan 8 05:54:43 2014 New Revision: 1556449 URL: http://svn.apache.org/r1556449 Log: test cases for Set-Cookie generation Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestSetCookieSupport.java (with props) tomcat/trunk/test/org/apache/tomcat/util/http/