https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
--- Comment #8 from Mark Thomas 2010-10-03 19:33:00 EDT ---
Created an attachment (id=26115)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26115)
Non-working TC7 patch (for reference)
You may find the attached port for TC7 use
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #7 from Mark
Author: kkolinko
Date: Sun Oct 3 22:54:44 2010
New Revision: 1004068
URL: http://svn.apache.org/viewvc?rev=1004068&view=rev
Log:
Followup to Tim's r1004039 changelog entry
Correct bug number
Move Jasper section to its usual place
(note that there is a comment with the section names at the top of
Author: markt
Date: Sun Oct 3 22:11:04 2010
New Revision: 1004057
URL: http://svn.apache.org/viewvc?rev=1004057&view=rev
Log:
Simplify instantiating parent loggers. No need to instantiate all of them all
at once since Logger.getLogger() will result in a call to this method.
Modified:
tomcat
Author: markt
Date: Sun Oct 3 21:58:42 2010
New Revision: 1004054
URL: http://svn.apache.org/viewvc?rev=1004054&view=rev
Log:
Tweak generics. fix a handful of warnings.
Modified:
tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java
Modified: tomcat/trunk/java/org/apache/juli/ClassLo
https://issues.apache.org/bugzilla/show_bug.cgi?id=49937
--- Comment #3 from david jencks 2010-10-03 17:00:02 EDT
---
Thanks for fixing the listener creation to use instance manager. As to whether
you can call addListener with an async listener, I don't think its very clear.
In Section 15.5:
Author: jboynes
Date: Sun Oct 3 20:57:49 2010
New Revision: 1004049
URL: http://svn.apache.org/viewvc?rev=1004049&view=rev
Log:
allow for the case where ServletExceptions might be nested
Modified:
tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/I
https://issues.apache.org/bugzilla/show_bug.cgi?id=49937
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #7 from Tim Whittington 2010-10-03 16:54:25 EDT
---
> I personally can live with the WONTFIX, but this leaves a huge security hole
> for companies/ones who are using the DefaultServlet this way. This should
> probably better be
Author: markt
Date: Sun Oct 3 20:53:49 2010
New Revision: 1004047
URL: http://svn.apache.org/viewvc?rev=1004047&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49937
Use InstanceManager to create AsyncListeners so annotations are processed.
Based on a patch by David Jencks.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49937
Mark Thomas changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
Tim Whittington changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #8 from Mark Th
Author: timw
Date: Sun Oct 3 20:27:12 2010
New Revision: 1004039
URL: http://svn.apache.org/viewvc?rev=1004039&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
Handle single quoted attributes in detection of jsp:root element in XML syntax
JSP files.
Modified:
tomca
Author: jboynes
Date: Sun Oct 3 19:46:54 2010
New Revision: 1004032
URL: http://svn.apache.org/viewvc?rev=1004032&view=rev
Log:
refactor transform tag and add more parameter validation
Added:
tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/
t
Author: kkolinko
Date: Sun Oct 3 19:33:00 2010
New Revision: 1004031
URL: http://svn.apache.org/viewvc?rev=1004031&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=1
2010/7/16 :
> Author: markt
> Date: Fri Jul 16 11:59:57 2010
> New Revision: 964780
>
> URL: http://svn.apache.org/viewvc?rev=964780&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
> Add a work-around for the known namespace issues for some Microsoft WebDAV
> client
Author: markt
Date: Sun Oct 3 19:23:27 2010
New Revision: 1004030
URL: http://svn.apache.org/viewvc?rev=1004030&view=rev
Log:
ADd missing entry
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk
Author: markt
Date: Sun Oct 3 19:18:20 2010
New Revision: 1004028
URL: http://svn.apache.org/viewvc?rev=1004028&view=rev
Log:
Correct fix version. I think a few more of these need correcting. Checking
now...
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/d
Author: markt
Date: Sun Oct 3 19:16:32 2010
New Revision: 1004027
URL: http://svn.apache.org/viewvc?rev=1004027&view=rev
Log:
Improve handling of setting primitive values on beans.
Modified:
tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java
tomcat/trunk/test/org/apache/el/TestMeth
https://issues.apache.org/bugzilla/show_bug.cgi?id=49925
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985
--- Comment #12 from Konstantin Kolinko 2010-10-03
14:48:42 EDT ---
(In reply to comment #10)
> (...) In this
> case it took a close inspection of the EL parser to spot the place where these
> objects were cached to confirm this as a poten
https://issues.apache.org/bugzilla/show_bug.cgi?id=49819
Pid changed:
What|Removed |Added
Attachment #26113|0 |1
is obsolete|
Author: markt
Date: Sun Oct 3 17:43:46 2010
New Revision: 1004014
URL: http://svn.apache.org/viewvc?rev=1004014&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=10040
Author: markt
Date: Sun Oct 3 17:43:19 2010
New Revision: 1004013
URL: http://svn.apache.org/viewvc?rev=1004013&view=rev
Log:
Make recent catalina.sh changes work on Solaris
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/bin/cat
https://issues.apache.org/bugzilla/show_bug.cgi?id=49861
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sun Oct 3 17:41:14 2010
New Revision: 1004012
URL: http://svn.apache.org/viewvc?rev=1004012&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49861
Don't log RMI port values formatted with commas
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tom
Author: markt
Date: Sun Oct 3 17:37:24 2010
New Revision: 1004011
URL: http://svn.apache.org/viewvc?rev=1004011&view=rev
Log:
REmove appleid patch
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/STAT
https://issues.apache.org/bugzilla/show_bug.cgi?id=49667
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Sun Oct 3 17:36:53 2010
New Revision: 1004010
URL: http://svn.apache.org/viewvc?rev=1004010&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49667
Ensure that using the JDBC driver memory leak prevention code does not cause a
one of the memory leaks it is
Author: markt
Date: Sun Oct 3 17:27:42 2010
New Revision: 1004006
URL: http://svn.apache.org/viewvc?rev=1004006&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49922
Don't map filter twice if filter matches multiple mapping.
Modified:
tomcat/trunk/java/org/apache/catalin
https://issues.apache.org/bugzilla/show_bug.cgi?id=49922
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Sun Oct 3 17:18:39 2010
New Revision: 1004005
URL: http://svn.apache.org/viewvc?rev=1004005&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=10
Author: kkolinko
Date: Sun Oct 3 17:03:05 2010
New Revision: 1004001
URL: http://svn.apache.org/viewvc?rev=1004001&view=rev
Log:
Correct changelog entry for r1003923
7.0.3 was cut from r1003911, so this one will be in 7.0.4 as Mark noted in BZ
Correct a typo in the bug number. It is BZ 49998
Mod
https://issues.apache.org/bugzilla/show_bug.cgi?id=49819
--- Comment #7 from Pid 2010-10-03 13:01:39 EDT ---
Created an attachment (id=26113)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26113)
ZIP of components for new index.html
The contents of the zip should replace the current
On 03/10/2010 00:47, Mark Thomas wrote:
> The proposed 7.0.3 release is:
>
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 7.0.3 Alpha
> [X] Beta - go ahead and release as 7.0.3 Beta
> [ ] Stable - go ahead and release as 7.0.3 Stable
Sevlet TCK passes with security manager
https://issues.apache.org/bugzilla/show_bug.cgi?id=49819
--- Comment #6 from Pid 2010-10-03 12:58:30 EDT ---
Updated with graphics and cross-browser layout.
http://people.apache.org/~pidster/tomcat/ROOT/
Please test in IE versions as available.
--
Configure bugmail: https://issues.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #6 from balusc 2010-10-03 11:59:03 EDT ---
@Tim: that was one of my answers over there :) This issue is by the way
triggered by another Stackoverflow question (so it was not my intent to (ab)use
the default servlet like that)
ht
On 03/10/2010 00:47, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.3 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.3/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_3/
>
> As with pre
I've seen the shut down issues reported in [1] with the 1.1.20 native
connector on Windows, Linux and OSX. Has a bug crept in here or do the
changes to the shut down code mean we need to release 1.1.21?
Cheers,
Mark
[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=49923
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027
--- Comment #1 from Flávio Henrique 2010-10-03 08:42:40 EDT
---
I Solved the problem (but I still thing that this is a bug in tomcat), let me
explain with more detail, because I was to anxious do report the bug.
The problem happens when y
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
--- Comment #3 from Mark Thomas 2010-10-03 06:06:27 EDT ---
(In reply to comment #2)
> Fixed in trunk (will be in 7.0.3+) and proposed for 6.0.x.
Actually, this will be in 7.0.4 onwards. 7.0.3 was tagged approx 8 hours before
this commit.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
--- Comment #5 from Mark Thomas 2010-10-03 06:05:17 EDT ---
Some random thoughts:
- The default Servlet doesn't *need* to support serving content from an
arbitrary mapping. The user can just move the static content in the web-app to
the des
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026
Tim Whittington changed:
What|Removed |Added
Priority|P2 |P3
Severity|critical
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
Tim Whittington changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXE
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: timw
Date: Sun Oct 3 07:18:39 2010
New Revision: 1003925
URL: http://svn.apache.org/viewvc?rev=1003925&view=rev
Log:
Proposing fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 +
some votes on minor changes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/
54 matches
Mail list logo