Author: kkolinko
Date: Sat Jun 13 12:49:20 2009
New Revision: 784384
URL: http://svn.apache.org/viewvc?rev=784384&view=rev
Log:
comment
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=7
Author: kkolinko
Date: Sat Jun 13 12:57:48 2009
New Revision: 784386
URL: http://svn.apache.org/viewvc?rev=784386&view=rev
Log:
Add explicit cast, to remove two
"non-varargs call of varargs method with inexact argument type for last
parameter"
warnings during the build.
Modified:
tomcat/tc6.
Author: kkolinko
Date: Sat Jun 13 13:10:33 2009
New Revision: 784387
URL: http://svn.apache.org/viewvc?rev=784387&view=rev
Log:
Remove unneeded unescaping from JspUtil.getExprInXml
(It is a part of the rev.696061 of trunk
that was forgotten when applying it to tc6.0 in rev.708165)
Modified:
t
Author: kkolinko
Date: Sat Jun 13 13:53:34 2009
New Revision: 784392
URL: http://svn.apache.org/viewvc?rev=784392&view=rev
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=784
Author: kkolinko
Date: Sat Jun 13 14:41:28 2009
New Revision: 784401
URL: http://svn.apache.org/viewvc?rev=784401&view=rev
Log:
comment
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=7
In o.a.c.startup.HostConfig.checkResources() method of tc6.0.x and of trunk,
there are two code paths that perform undeploy of an application --
look for the comment
"// Undeploy application".
The first one is called when a redeployResources resource is updated.
The second one
- when it is deleted
Author: markt
Date: Sat Jun 13 17:07:30 2009
New Revision: 784436
URL: http://svn.apache.org/viewvc?rev=784436&view=rev
Log:
Withdraw pool 1.5 update - there is a nasty regression. 1.5.1 should follow
shortly...
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS
Author: markt
Date: Sat Jun 13 18:11:04 2009
New Revision: 784443
URL: http://svn.apache.org/viewvc?rev=784443&view=rev
Log:
Front page trademark wording tweak and footer addition recommended by the prc.
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/contact.html
Author: markt
Date: Sat Jun 13 19:05:56 2009
New Revision: 784453
URL: http://svn.apache.org/viewvc?rev=784453&view=rev
Log:
Enhancements to fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=43343 based on kkolinko's
review
Modified:
tomcat/trunk/java/org/apache/catalina/session/Pe
Author: markt
Date: Sat Jun 13 19:14:37 2009
New Revision: 784454
URL: http://svn.apache.org/viewvc?rev=784454&view=rev
Log:
Act on review comments
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/STAT
Author: markt
Date: Sat Jun 13 19:19:18 2009
New Revision: 784455
URL: http://svn.apache.org/viewvc?rev=784455&view=rev
Log:
Remove case insensitivity option. It was a workaround for a change in Tomcat 3
and has security implications if used on case insensitive file systems.
Modified:
tomcat
Author: markt
Date: Sat Jun 13 19:23:40 2009
New Revision: 784456
URL: http://svn.apache.org/viewvc?rev=784456&view=rev
Log:
Add caseSensitive deprecation warning.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
Modified: tom
Konstantin Kolinko wrote:
> In o.a.c.startup.HostConfig.checkResources() method of tc6.0.x and of trunk,
> there are two code paths that perform undeploy of an application --
> look for the comment
> "// Undeploy application".
>
> The first one is called when a redeployResources resource is update
Author: markt
Date: Sat Jun 13 19:40:11 2009
New Revision: 784459
URL: http://svn.apache.org/viewvc?rev=784459&view=rev
Log:
Log context deployment consistently for war/dir/xml
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/
Author: markt
Date: Sat Jun 13 20:26:43 2009
New Revision: 784463
URL: http://svn.apache.org/viewvc?rev=784463&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44382
Port httpOnly support from 6.0.x
Modified:
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/S
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sat Jun 13 20:31:13 2009
New Revision: 784465
URL: http://svn.apache.org/viewvc?rev=784465&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46552
Return a 400 rather than a 200 if headers are too large
Modified:
tomcat/connectors/trunk/http11/src/java/
https://issues.apache.org/bugzilla/show_bug.cgi?id=46552
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sat Jun 13 20:38:46 2009
New Revision: 784467
URL: http://svn.apache.org/viewvc?rev=784467&view=rev
Log:
Fix regression in fix for bug 42707
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Connector.java
tomcat/container/tc5.5.x/ca
https://issues.apache.org/bugzilla/show_bug.cgi?id=47316
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Sat Jun 13 20:43:04 2009
New Revision: 784468
URL: http://svn.apache.org/viewvc?rev=784468&view=rev
Log:
Better default for appbase.
Patch by Ian Darwin
Modified:
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java
tomcat/container/t
Author: markt
Date: Sat Jun 13 20:43:43 2009
New Revision: 784469
URL: http://svn.apache.org/viewvc?rev=784469&view=rev
Log:
Remove applied fixes.
Votes.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/
Author: markt
Date: Sat Jun 13 20:54:56 2009
New Revision: 784470
URL: http://svn.apache.org/viewvc?rev=784470&view=rev
Log:
Provide a partial work-around for browsers that ignore charset requirements of
RFC2616
Modified:
tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
tomcat/co
Author: markt
Date: Sat Jun 13 20:55:26 2009
New Revision: 784471
URL: http://svn.apache.org/viewvc?rev=784471&view=rev
Log:
Remove applied patch
Modified:
tomcat/current/tc4.1.x/STATUS.txt
Modified: tomcat/current/tc4.1.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/
24 matches
Mail list logo