https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
Suzuki Yuichiro <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTEC
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #5 from Suzuki Yuichiro <[EMAIL PROTECTED]> 2008-03-19 05:10:13
PST ---
Created an attachment (id=21683)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21683)
patch for trunk repository
this patch may fix some
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #6 from Suzuki Yuichiro <[EMAIL PROTECTED]> 2008-03-19 05:12:19
PST ---
Created an attachment (id=21684)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21684)
patch for tomcat6.x repository
this patch may fix s
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #7 from Suzuki Yuichiro <[EMAIL PROTECTED]> 2008-03-19 05:13:54
PST ---
Created an attachment (id=21685)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21685)
patch for tomcat5.5
this patch may fix some bufferi
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #8 from Suzuki Yuichiro <[EMAIL PROTECTED]> 2008-03-19 05:15:26
PST ---
Created an attachment (id=21686)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21686)
patch for tomcat5.5
this patch may fix some bufferi
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #9 from Suzuki Yuichiro <[EMAIL PROTECTED]> 2008-03-19 05:53:43
PST ---
Although they may be not perfect possibly,
I tested these patches on some patterns that includes above-mentioned.
--
Configure bugmail: https://issu
https://issues.apache.org/bugzilla/show_bug.cgi?id=44620
Christophe Pierret <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PRO
Author: fhanik
Date: Wed Mar 19 08:03:50 2008
New Revision: 638854
URL: http://svn.apache.org/viewvc?rev=638854&view=rev
Log:
change a 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?r
https://issues.apache.org/bugzilla/show_bug.cgi?id=44620
Filip Hanik <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
Hi devs,
I've added support to the JNDIRealm so that a custom
javax.net.SocketFactory can be specified for the JNDI connection. This
is necessary so that you can perform customized SSL negotiation on the
connection. For instance, it allows you to connect to an SSL server with
an invalid, expi
On Wed, 2008-03-19 at 15:03 +, [EMAIL PROTECTED] wrote:
> Author: fhanik
> Date: Wed Mar 19 08:03:50 2008
> New Revision: 638854
>
> URL: http://svn.apache.org/viewvc?rev=638854&view=rev
> Log:
> change a vote
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> Modified: tomcat/tc6.0.x/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=44633
Summary: say which jar/class is wrong when throwing
UnsupportedClassVersionError
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Linux
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #10 from Remy Maucherat <[EMAIL PROTECTED]> 2008-03-19 08:38:17
PST ---
Not bad, but I have some problem believing that no longer using bb.getLength()
as the value for limit (or not using IntermediateInputStream.available()
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #11 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-19 08:58:09 PST
---
I tested the patch on 5.5 and it didn't work, I will look deeper into it
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
Remy Maucherat wrote:
On Wed, 2008-03-19 at 15:03 +, [EMAIL PROTECTED] wrote:
Author: fhanik
Date: Wed Mar 19 08:03:50 2008
New Revision: 638854
URL: http://svn.apache.org/viewvc?rev=638854&view=rev
Log:
change a vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0
https://issues.apache.org/bugzilla/show_bug.cgi?id=44620
--- Comment #3 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-19 09:06:18 PST ---
I also tested the trunk patch, and couldn't get it to work properly either.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em
https://issues.apache.org/bugzilla/show_bug.cgi?id=44620
--- Comment #4 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-19 09:06:36 PST ---
ignore previous comment, wrong bug :)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mai
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #12 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-19 09:07:05 PST
---
I also tested the trunk patch, and couldn't get it to work properly
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #13 from Remy Maucherat <[EMAIL PROTECTED]> 2008-03-19 09:55:37
PST ---
Just use the 6.0 branch for testing, no need to test all branches, the code is
identical in all of them. The key difference I see is that the limit use
https://issues.apache.org/bugzilla/show_bug.cgi?id=44637
Summary: JspValueExpression.getType() returns Object.class
instead of correct Type
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Linux
Status: NE
Seth Leger wrote:
Hi devs,
I've added support to the JNDIRealm so that a custom
javax.net.SocketFactory can be specified for the JNDI connection. This
is necessary so that you can perform customized SSL negotiation on the
connection. For instance, it allows you to connect to an SSL server wit
Mark Thomas wrote:
Patches posted directly to the dev list can get overlooked if someone
doesn't act on them straight away. To protect against this, please
create a bugzilla entry and attach your patch there.
Cheers,
Mark
Will do, thanks for the tip.
-- Seth
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #14 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-19 12:25:03 PST
---
(In reply to comment #13)
> Just use the 6.0 branch for testing, no need to test all branches, the code is
> identical in all of them. The key difference
Author: markt
Date: Wed Mar 19 15:37:59 2008
New Revision: 639043
URL: http://svn.apache.org/viewvc?rev=639043&view=rev
Log:
Code cleanup. No functional change.
Modified:
tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpServlet.java
Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/Http
Author: fhanik
Date: Wed Mar 19 15:43:07 2008
New Revision: 639046
URL: http://svn.apache.org/viewvc?rev=639046&view=rev
Log:
change vote, don't think the bug is valid
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomca
Author: markt
Date: Wed Mar 19 15:56:26 2008
New Revision: 639049
URL: http://svn.apache.org/viewvc?rev=639049&view=rev
Log:
Fix bug 44562. HEAD requests cannot use includes. Patch provided by David
Jencks.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/javax/servlet
Author: markt
Date: Wed Mar 19 15:58:13 2008
New Revision: 639051
URL: http://svn.apache.org/viewvc?rev=639051&view=rev
Log:
Use localised message since we went to the bother of obtaining it.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpServle
Author: markt
Date: Wed Mar 19 16:02:37 2008
New Revision: 639054
URL: http://svn.apache.org/viewvc?rev=639054&view=rev
Log:
Fix bug 44558. Include address in error message if binding fails.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIo
Author: markt
Date: Wed Mar 19 16:06:55 2008
New Revision: 639060
URL: http://svn.apache.org/viewvc?rev=639060&view=rev
Log:
Add doc for system properties
Added:
tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
- copied unchanged from r639059,
tomcat/trunk/webapps/docs/config/s
Author: markt
Date: Wed Mar 19 16:13:28 2008
New Revision: 639067
URL: http://svn.apache.org/viewvc?rev=639067&view=rev
Log:
Add system property documentation.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/c
Author: markt
Date: Wed Mar 19 16:14:04 2008
New Revision: 639068
URL: http://svn.apache.org/viewvc?rev=639068&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=639068&
https://issues.apache.org/bugzilla/show_bug.cgi?id=44558
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=44562
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=44283
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
On Wed, 2008-03-19 at 22:43 +, [EMAIL PROTECTED] wrote:
>+1 : remm, markt
> - -1 : fhanik - I tried this patch, and it doesn't work, it hangs. I also
> saw the bug report, informing about further issues that are still valid
> + +1 : fhanik - I don't think we should support mark/reset, we
Remy Maucherat wrote:
On Wed, 2008-03-19 at 15:03 +, [EMAIL PROTECTED] wrote:
Author: fhanik
Date: Wed Mar 19 08:03:50 2008
New Revision: 638854
URL: http://svn.apache.org/viewvc?rev=638854&view=rev
Log:
change a vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0
Remy Maucherat wrote:
On Wed, 2008-03-19 at 22:43 +, [EMAIL PROTECTED] wrote:
+1 : remm, markt
- -1 : fhanik - I tried this patch, and it doesn't work, it hangs. I also saw
the bug report, informing about further issues that are still valid
+ +1 : fhanik - I don't think we should su
https://issues.apache.org/bugzilla/show_bug.cgi?id=39396
Aleksander Adamowski <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||aleksand
https://issues.apache.org/bugzilla/show_bug.cgi?id=39396
--- Comment #2 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-19 18:25:22 PST ---
(In reply to comment #1)
> Confirming the bug on Tomcat 5.5.17 where Coyote reports itself as
> Apache-Coyote/1.1.
>
> Steps to reproduce:
>
> $ telnet ex
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by shane:
http://wiki.apache.org/tomcat/PoweredBy
--
= Bodhost.c
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by shane:
http://wiki.apache.org/tomcat/PoweredBy
--
= Bodhost.c
41 matches
Mail list logo