https://issues.apache.org/bugzilla/show_bug.cgi?id=47826
Summary: a logging statement error in
org.apache.catalina.startup.Bootstrap.java
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
Status: NEW
Author: rjung
Date: Fri Sep 11 21:16:01 2009
New Revision: 814034
URL: http://svn.apache.org/viewvc?rev=814034&view=rev
Log:
Update 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.5.x/trunk/STATUS.txt
Author: rjung
Date: Fri Sep 11 21:07:55 2009
New Revision: 814031
URL: http://svn.apache.org/viewvc?rev=814031&view=rev
Log:
Add a few easy votes, some comments and one proposal.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/v
Author: rjung
Date: Fri Sep 11 20:51:00 2009
New Revision: 814024
URL: http://svn.apache.org/viewvc?rev=814024&view=rev
Log:
Switch to volatile for status flag used by multiple
threads during cluster context startup.
Without volatile problems have been observed, where the
change by one thread was
Author: markt
Date: Fri Sep 11 18:07:10 2009
New Revision: 813964
URL: http://svn.apache.org/viewvc?rev=813964&view=rev
Log:
Put deps in right place - hopefully keep gump happy
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/b
Author: markt
Date: Fri Sep 11 17:49:48 2009
New Revision: 813952
URL: http://svn.apache.org/viewvc?rev=813952&view=rev
Log:
Create a single embedded logging jar for log4j that just replaces the juli
logging jar
Modified:
tomcat/trunk/extras.xml
Modified: tomcat/trunk/extras.xml
URL:
http:
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-dbcp has an issue affecting its community integration.
This i
Author: markt
Date: Fri Sep 11 17:36:35 2009
New Revision: 813942
URL: http://svn.apache.org/viewvc?rev=813942&view=rev
Log:
Clearer naming for embedded jars
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=813942
Author: markt
Date: Fri Sep 11 17:34:56 2009
New Revision: 813940
URL: http://svn.apache.org/viewvc?rev=813940&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=813
Author: markt
Date: Fri Sep 11 16:12:47 2009
New Revision: 813905
URL: http://svn.apache.org/viewvc?rev=813905&view=rev
Log:
Add the Servlet 3.0 xsd's
Modified:
tomcat/trunk/LICENSE
Modified: tomcat/trunk/LICENSE
URL:
http://svn.apache.org/viewvc/tomcat/trunk/LICENSE?rev=813905&r1=813904&r2
https://issues.apache.org/bugzilla/show_bug.cgi?id=47825
--- Comment #4 from Mark Thomas 2009-09-11 16:18:20 BST ---
Cookie handling is now stricter. Non-compliant cookies will get rejected.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are recei
https://issues.apache.org/bugzilla/show_bug.cgi?id=47825
--- Comment #3 from Daniel Unfried 2009-09-11
08:10:46 PDT ---
But why did the exact same thing work on 5.5.25? Is this some non-standard
behavior? Is it just a coincidence it works? Would be great if you could shed
some more light.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=47825
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47825
--- Comment #1 from Daniel Unfried 2009-09-11
07:58:42 PDT ---
Created an attachment (id=24249)
trace log
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
Author: markt
Date: Fri Sep 11 14:58:41 2009
New Revision: 813867
URL: http://svn.apache.org/viewvc?rev=813867&view=rev
Log:
Propose fix
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=
https://issues.apache.org/bugzilla/show_bug.cgi?id=47825
Summary: Setting Cookie with UTF-8 encoded value gives
ServletException for 5.5.26+
Product: Tomcat 5
Version: 5.5.26
Platform: PC
OS/Version: All
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=47824
--- Comment #1 from Mark Thomas 2009-09-11 15:56:28 BST ---
Fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You
Author: markt
Date: Fri Sep 11 14:55:09 2009
New Revision: 813866
URL: http://svn.apache.org/viewvc?rev=813866&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47824
Modified:
tomcat/trunk/res/maven/juli-adapters.pom
Modified: tomcat/trunk/res/maven/juli-adapters.pom
URL:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47824
Summary: Maven artifacts for extras: juli-adapters should not
have dependency on servlet-api
Product: Tomcat 6
Version: unspecified
Platform: All
OS/Version: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=47822
--- Comment #2 from Rich Naylor 2009-09-11 06:41:34
PDT ---
(In reply to comment #0)
> Hi,
>
> I am facing an issue with Tomcat 5.5.28.
>
> I am using Custom tags in my jsp.
>
> when I run the application, its giving
>
> "org.apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=47823
Mark Thomas changed:
What|Removed |Added
Component|Integration |Catalina
Platform|PC
Author: markt
Date: Fri Sep 11 13:25:12 2009
New Revision: 813823
URL: http://svn.apache.org/viewvc?rev=813823&view=rev
Log:
Checked first 2 chapters
Modified:
tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
URL:
http://svn.apache.org/viewvc/tomcat/tr
https://issues.apache.org/bugzilla/show_bug.cgi?id=47823
Summary: Inconsistent naming of boolean getters in
StandardContext
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Author: markt
Date: Fri Sep 11 12:50:44 2009
New Revision: 813815
URL: http://svn.apache.org/viewvc?rev=813815&view=rev
Log:
No functional change. Add new classes that will be used to store the results of
parsing web.xml and web-fragment.xml files. The merging and ordering rules
can't be handled
https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
Mark Thomas changed:
What|Removed |Added
CC||g.balacha...@hotmail.com
--- Comme
https://issues.apache.org/bugzilla/show_bug.cgi?id=47822
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47822
Summary: org.apache.jasper.JasperException: jsp:getProperty for
bean with name 'data'. Name was not previously
introduced as per JSP.5.3
Product: Tomcat 5
Version: 5.5.
Author: markt
Date: Fri Sep 11 10:48:32 2009
New Revision: 813772
URL: http://svn.apache.org/viewvc?rev=813772&view=rev
Log:
Remove TODO. Spec now includes ayncSupported in web.xml
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java
Modified: tomcat/trunk/java/org/apache/
Author: markt
Date: Fri Sep 11 10:47:11 2009
New Revision: 813771
URL: http://svn.apache.org/viewvc?rev=813771&view=rev
Log:
Fix some niggles with icons in web.xml processing. Nothing that will cause a
problem, just errors spotted whilst preparing for Servlet 3.0 fragment
proceessing
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47819
--- Comment #1 from Dave Syer 2009-09-11 02:25:08 PDT
---
Created an attachment (id=24247)
Patch to build.xml adding target "embed-sources"
Added patch to build.xml adding target "embed-sources"
(embed-sources-patch.txt). Creates jar f
https://issues.apache.org/bugzilla/show_bug.cgi?id=47820
Summary: Static utility methods in Tomcat should be instance
methods
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=47819
Summary: Add sources jars to embedded distribution
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority
32 matches
Mail list logo