https://issues.apache.org/bugzilla/show_bug.cgi?id=43683
--- Comment #21 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 15:48:59 PST
---
The good news is I can now repeat test case 3 and have found the root cause.
There is a synchronisation issue with StandardWrapper. In short, one thread
https://issues.apache.org/bugzilla/show_bug.cgi?id=45293
--- Comment #2 from Grzegorz Turski <[EMAIL PROTECTED]> 2008-06-26 15:10:51
PST ---
Thanks for reply.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: markt
Date: Thu Jun 26 15:02:57 2008
New Revision: 672037
URL: http://svn.apache.org/viewvc?rev=672037&view=rev
Log:
Add a bug ref
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45293
--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 15:02:17 PST ---
There is already a fix proposed for this.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
https://issues.apache.org/bugzilla/show_bug.cgi?id=45293
Summary: catalina.policy prevents tomcat 5.5.26 from start
Product: Tomcat 5
Version: 5.5.26
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|REOPENED|RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283
Seetharama Durbha <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Author: markt
Date: Thu Jun 26 13:30:40 2008
New Revision: 672020
URL: http://svn.apache.org/viewvc?rev=672020&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=672020
https://issues.apache.org/bugzilla/show_bug.cgi?id=45195
--- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 13:17:41 PST ---
This has been fixed in 6.0.x and will be included in 6.0.17 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
Author: markt
Date: Thu Jun 26 13:16:43 2008
New Revision: 672018
URL: http://svn.apache.org/viewvc?rev=672018&view=rev
Log:
Clean up 6.0.17 change log. Put bugs in order, add missing punctuation, add
missing attributions, reduce some line lengths.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683
--- Comment #20 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 12:57:53 PST
---
The patch for test case 2 has been applied to 6.0.x and will be in 6.0.17
onwards. I'm still looking at test case 3.
--
Configure bugmail: https://issu
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015
--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 12:54:27 PST ---
This has been fixed in 6.0.x and will be in 6.0.17 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You
Author: fhanik
Date: Thu Jun 26 12:52:52 2008
New Revision: 672014
URL: http://svn.apache.org/viewvc?rev=672014&view=rev
Log:
apply patches
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Parser.java
tomcat/tc6.0.x/trunk/java/org/apache/
Author: fhanik
Date: Thu Jun 26 12:48:30 2008
New Revision: 672012
URL: http://svn.apache.org/viewvc?rev=672012&view=rev
Log:
fix 45195
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java
tomcat/tc6.0.x/trunk/webapps/doc
Author: fhanik
Date: Thu Jun 26 12:45:29 2008
New Revision: 672011
URL: http://svn.apache.org/viewvc?rev=672011&view=rev
Log:
apply patch
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/MapperListener.java
Modified: tomcat/tc6.0.x/trunk/S
Author: fhanik
Date: Thu Jun 26 11:27:29 2008
New Revision: 671978
URL: http://svn.apache.org/viewvc?rev=671978&view=rev
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=67
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272
--- Comment #7 from Filip Hanik <[EMAIL PROTECTED]> 2008-06-26 11:26:26 PST ---
Created an attachment (id=22180)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22180)
Patch for IE cookie behavior
Patch checked into trunk, p
Author: fhanik
Date: Thu Jun 26 11:25:30 2008
New Revision: 671975
URL: http://svn.apache.org/viewvc?rev=671975&view=rev
Log:
doco update for fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45272
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs
Author: fhanik
Date: Thu Jun 26 11:24:18 2008
New Revision: 671973
URL: http://svn.apache.org/viewvc?rev=671973&view=rev
Log:
work around for IE not being RFC compliant, IE doesn't like quotes around the
path value, even though a slash is considered a header delimiter and must be
quoted, fix for
I have submitted a patch for this to commons
https://issues.apache.org/jira/browse/DBCP-270
Filip
Metta wrote:
I'm running TC 6.0.16 on 64Bit RH Linux 5.1
We're seeing a deadlock in the tomcat-dbcp - looks like it's to do with the
abandoned connection checking. I thought 6.0.16 used the commo
https://issues.apache.org/bugzilla/show_bug.cgi?id=45261
Filip Hanik <[EMAIL PROTECTED]> changed:
What|Removed |Added
AssignedTo|tomcat- |[EMAIL PROTECTED]
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Severity|normal |enhancement
https://issues.apache.org/bugzilla/show_bug.cgi?id=42565
--- Comment #12 from Thomas Wiesel <[EMAIL PROTECTED]> 2008-06-26 07:22:17 PST
---
(In reply to comment #11)
> So can the patch be checked in? Would like to move to tc6...
>
the patch works fine for us, please check in, thanks a lot!
jean-frederic clere wrote:
Filip Hanik - Dev Lists wrote:
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272
turns out that IE doesn't like
Path="/"
but it does like
Path=/
Do you mean that it also doesn't like
Path=/myapp or does it like it?
it likes
Path=/myapp
but not
Path="/myapp"
Thanks a lot quintin, you've supplied a brand new way to build a project, I had
never tried that way, in another words I hope you can explain that in a more
specific way, or may you supply me a url of that tutorial. If I can manage that
project, I intend to summarize the details of the building
Filip Hanik - Dev Lists wrote:
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272
turns out that IE doesn't like
Path="/"
but it does like
Path=/
Do you mean that it also doesn't like
Path=/myapp or does it like it?
Cheers
Jean-Frederic
so, IE, doesn't really do RFC-2109,
I would
26 matches
Mail list logo