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

2010-04-05 Thread kfujino
Author: kfujino
Date: Mon Apr  5 10:23:46 2010
New Revision: 930833

URL: http://svn.apache.org/viewvc?rev=930833&view=rev
Log:
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=930833&r1=930832&r2=930833&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Apr  5 10:23:46 2010
@@ -102,7 +102,7 @@ PATCHES PROPOSED TO BACKPORT:
 * Improve log messages when a potential leak is detected by including the name
   of the offending context
   http://svn.apache.org/viewvc?view=revision&revision=920298
-  +1: markt, kkolinko
+  +1: markt, kkolinko, kfujino
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48629
@@ -117,7 +117,7 @@ PATCHES PROPOSED TO BACKPORT:
   Make error page behaviour consistent. If a response has been committed, 
include
   the error page
   http://svn.apache.org/viewvc?rev=920449&view=rev
-  +1: markt, kkolinko
+  +1: markt, kkolinko, kfujino
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48729



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: GSoC Tomcat SPDY Connectors

2010-04-05 Thread Konstantin Kolinko
2010/4/5 Felix Kurth :
> one last thing: is there A website where i can easily browse this
> mailinglist?

The ones that we know about are mentioned on the following page:
http://tomcat.apache.org/lists.html

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Update of "PoweredBy" by rshosting

2010-04-05 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "PoweredBy" page has been changed by rshosting.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=253&rev2=254

--

  
  === Oxxus.net ===
  {{http://www.oxxus.net/images/oxxuslogo2.gif}} 
[[http://www.oxxus.net|Oxxus.net Tomcat Hosting]] - Offers latest Tomcat 6 
hosting services on private JVM.
+ 
+ === RSHosting.co.uk ===
+ {{http://www.rshosting.co.uk/images/logo3.jpg}} [[http://www.rshosting.co.uk 
|RSHosting.co.uk UK Tomcat Web Hosting]] - provides TomCat Web Hosting on our 
Linux and Windows servers in UK.
+ 
+ === RSHosting.com ===
+ {{http://www.rshosting.com/images/logo3.jpg}} [[http://www.rshosting.com 
|RSHosting.com US based Tomcat Web Hosting]] - provides TomCat Web Hosting on 
our Linux and Windows servers in US datacenter.
  
  === Starhost ===
  {{http://www.starhost.com.br/imagens/estrutura/logo_starhost.jpg}} 
[[http://www.starhost.com.br/|Starhost - Hospedagem de Sites]] Brazilian 
webhost provides JSP/Servlets support using Tomcat 5.0, 5.5 and 6.0.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49048] New: ACL not applied to redirect URLs

2010-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49048

   Summary: ACL not applied to redirect URLs
   Product: Tomcat Connectors
   Version: 1.2.28
  Platform: PC
OS/Version: Windows Server 2003
Status: NEW
  Severity: normal
  Priority: P2
 Component: isapi
AssignedTo: dev@tomcat.apache.org
ReportedBy: joseph_law...@sra.com


Directories intercepted by the isapi_redirect do not interpret the permissions
created in IIS directories.

To replicate this:

Configure the isapi_redirect as normal and make sure an application is being
fowarded such as /manager.  Create a directory in the IIS site with the same
name as the redirect URL listed in the uriworkermap.properties, like manager. 
Turn off anonymous access to the site to force basic authentication and apply
ACL restrictions on the /manager site such that access is restricted.  

Result:  The user is prompted for credentials but only parent directory
permissions are applied, not the specific directories rights.  Being that all
authentication is being handled by IIS, the directory permissions should be
applied as setup in IIS.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000

--- Comment #3 from Henri Yandell  2010-04-05 18:51:02 UTC 
---
I've definitely seen the appended = sign coming from IE6, IE7 and IE8 clients,
both within the body of the Cookie text (where Tomcat handles things) and as
the last value (where Tomcat drops the value). 

I don't know where Tomcat draws the line between spec beauty and browser
reality; I agree with your comment if it's the former.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r930936 - /tomcat/trunk/.classpath

2010-04-05 Thread markt
Author: markt
Date: Mon Apr  5 19:38:28 2010
New Revision: 930936

URL: http://svn.apache.org/viewvc?rev=930936&view=rev
Log:
Revert accidental commit

Modified:
tomcat/trunk/.classpath

Modified: tomcat/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/.classpath?rev=930936&r1=930935&r2=930936&view=diff
==
--- tomcat/trunk/.classpath (original)
+++ tomcat/trunk/.classpath Mon Apr  5 19:38:28 2010
@@ -1,7 +1,7 @@
 
 

-   
+   






-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000

--- Comment #4 from Mark Thomas  2010-04-05 19:39:52 UTC ---
What are the use cases for these invalid cookies? What functionality are they
supporting?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000

--- Comment #5 from Henri Yandell  2010-04-05 19:54:35 UTC 
---
I don't know - I see them coming from IE in logs and, I'm assuming, it's IE
deciding the format of how to send them. Use case - not something I can figure
out.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org