Author: kkolinko
Revision: 826435
Modified property: svn:log
Modified: svn:log at Mon Nov 16 11:39:32 2009
--
--- svn:log (original)
+++ svn:log Mon Nov 16 11:39:32 2009
@@ -1 +1 @@
-Chnage release howto to reflect new svn
Author: jfclere
Date: Mon Nov 16 13:07:05 2009
New Revision: 880734
URL: http://svn.apache.org/viewvc?rev=880734&view=rev
Log:
My vote.
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=8
Author: jfclere
Date: Mon Nov 16 13:28:11 2009
New Revision: 880742
URL: http://svn.apache.org/viewvc?rev=880742&view=rev
Log:
My vote.
Modified:
tomcat/native/branches/1.1.x/STATUS.txt
Modified: tomcat/native/branches/1.1.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/native/branche
On 11/16/2009 02:28 PM, jfcl...@apache.org wrote:
Author: jfclere
Date: Mon Nov 16 13:28:11 2009
New Revision: 880742
URL: http://svn.apache.org/viewvc?rev=880742&view=rev
Log:
My vote.
Well native is Commit-Then-Review. Mladen please commit.
Cheers
Jean-Frederic
Modified:
tomcat/nat
https://issues.apache.org/bugzilla/show_bug.cgi?id=48158
--- Comment #7 from Luciana Moreira 2009-11-16
06:25:22 UTC ---
Created an attachment (id=24542)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24542)
patch_48158_c5_wildCard.txt
I have come up with a patch to allow accepting
https://issues.apache.org/bugzilla/show_bug.cgi?id=48158
--- Comment #8 from Mark Thomas 2009-11-16 06:37:25 GMT ---
(In reply to comment #7)
> I have come up with a patch to allow accepting any client certificate on a per
> Connector basis.
Please don't hijack an unrelated bug report. You shoul
Author: markt
Date: Mon Nov 16 15:15:45 2009
New Revision: 880786
URL: http://svn.apache.org/viewvc?rev=880786&view=rev
Log:
Remove code that doesn't do anything
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java
Modified:
tomcat/trunk/java/org/apache/catal
Author: markt
Date: Mon Nov 16 15:17:38 2009
New Revision: 880788
URL: http://svn.apache.org/viewvc?rev=880788&view=rev
Log:
Propose limited cookie back ports
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x
Author: markt
Date: Mon Nov 16 15:18:03 2009
New Revision: 880789
URL: http://svn.apache.org/viewvc?rev=880789&view=rev
Log:
Propose limited cookie back ports
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
2009/11/16 :
>
> +* Provide an option to allow = in cookie values
> +
> http://people.apache.org/~markt/patches/2009-11-15-cookie-allow-equals.patch
> + +1: markt
> + -1:
There is a misprint in the doc part of it:
"value" is mentioned twice:
+ be dropped. If not specified, the default va
Author: kkolinko
Date: Mon Nov 16 16:38:10 2009
New Revision: 880839
URL: http://svn.apache.org/viewvc?rev=880839&view=rev
Log:
a comment and a backport proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.
Author: kkolinko
Date: Mon Nov 16 17:16:45 2009
New Revision: 880856
URL: http://svn.apache.org/viewvc?rev=880856&view=rev
Log:
veto
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=8808
Author: kkolinko
Date: Mon Nov 16 17:25:41 2009
New Revision: 880859
URL: http://svn.apache.org/viewvc?rev=880859&view=rev
Log:
vote and veto
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
Author: markt
Date: Tue Nov 17 00:37:26 2009
New Revision: 881072
URL: http://svn.apache.org/viewvc?rev=881072&view=rev
Log:
Withdraw patch whilst I review reported issues
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/t
Author: markt
Date: Tue Nov 17 00:37:46 2009
New Revision: 881073
URL: http://svn.apache.org/viewvc?rev=881073&view=rev
Log:
Withdraw patch whilst I review reported issues
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/t
Author: kkolinko
Date: Tue Nov 17 01:42:36 2009
New Revision: 881088
URL: http://svn.apache.org/viewvc?rev=881088&view=rev
Log:
Make the location of stdout and stderr output configurable. Leave the default
as it always has been.
Currently, one can reconfigure the location of all logfiles except t
Author: markt
Date: Tue Nov 17 02:19:49 2009
New Revision: 881100
URL: http://svn.apache.org/viewvc?rev=881100&view=rev
Log:
Implement request.authenticate()
This required re-factoring the Authenticator interface to use
HttpServletResponse. It would be nice to refactor to use HttpServletRequest a
Author: markt
Date: Tue Nov 17 02:41:55 2009
New Revision: 881109
URL: http://svn.apache.org/viewvc?rev=881109&view=rev
Log:
Update throws declaration for Servlet 3 file upload
Do the easy part of the implementation
Modified:
tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java
to
Author: kkolinko
Date: Tue Nov 17 03:00:06 2009
New Revision: 881119
URL: http://svn.apache.org/viewvc?rev=881119&view=rev
Log:
remove warning, as I did testing
updated patch, as lines in catalina.sh were changed in rev.881088
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.
Author: kkolinko
Date: Tue Nov 17 03:02:42 2009
New Revision: 881122
URL: http://svn.apache.org/viewvc?rev=881122&view=rev
Log:
Update Tomcat copyright year on the welcome page
Modified:
tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
URL:
Author: kkolinko
Date: Tue Nov 17 03:09:34 2009
New Revision: 881128
URL: http://svn.apache.org/viewvc?rev=881128&view=rev
Log:
propose backport
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.
https://issues.apache.org/bugzilla/show_bug.cgi?id=37847
--- Comment #2 from Konstantin Kolinko 2009-11-16
19:14:11 UTC ---
Implemented in Tomcat 6 (r881088), proposed for 5.5.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail
Hi,
Anyone knows what might be the pitfalls of sharing the
CATALINA_BASE among multiple TC instances?
Presume you have a way to bind multiple instance's
Connectors to the same ports what might be other problems?
For example app management (stop/start) is not recognized
across instances, althoug
https://issues.apache.org/bugzilla/show_bug.cgi?id=48207
Summary: hh
Product: Tomcat Native
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Docu
Author: mturk
Date: Tue Nov 17 07:44:03 2009
New Revision: 881179
URL: http://svn.apache.org/viewvc?rev=881179&view=rev
Log:
Backport CVE-2009-3555 patch from trunk
Modified:
tomcat/native/branches/1.1.x/STATUS.txt
tomcat/native/branches/1.1.x/native/include/ssl_private.h
tomcat/nativ
On 16/11/09 14:35, jean-frederic clere wrote:
On 11/16/2009 02:28 PM, jfcl...@apache.org wrote:
Well native is Commit-Then-Review. Mladen please commit.
Done.
Do you wish to tag the 1.1.18?
If do, don't forget this time to define
TCN_IS_DEV_VERSION in include/tcn_version.h
to zero before tagg
26 matches
Mail list logo