https://issues.apache.org/bugzilla/show_bug.cgi?id=51561
--- Comment #2 from Mark Thomas 2011-07-27 06:49:54 UTC ---
Or use digest.sh|bat which handles this correctly. I'll update the docs to
reference digest.bat|sh.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
https://issues.apache.org/bugzilla/show_bug.cgi?id=51562
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 07/26/2011 07:30 PM, Mark Thomas wrote:
The Servlet EG is starting to discuss changes to the Servlet API for
3.1. It would be useful if the option existed to implement some of these
changes in Tomcat trunk. The benefits of this are:
- we can see how feasible the API changes are to implement
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=51562
Bug #: 51562
Summary: two key's value is mistake in
"org/apache/catalina/connector/LocalStrings.properties
"
Product: Tomcat 7
Version: 7.0.19
Pl
2011/7/26 Mark Thomas :
> The Servlet EG is starting to discuss changes to the Servlet API for
> 3.1. It would be useful if the option existed to implement some of these
> changes in Tomcat trunk. The benefits of this are:
> - we can see how feasible the API changes are to implement
> - users can t
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561
--- Comment #1 from Konstantin Kolinko 2011-07-26
23:39:15 UTC ---
or move HexUtils into tomcat-util.jar
If making any change, note, that HexUtils is referenced by SecurityClassLoad
(r1144031).
Apparently this was caused by removing dup
Author: markt
Date: Tue Jul 26 20:56:27 2011
New Revision: 1151240
URL: http://svn.apache.org/viewvc?rev=1151240&view=rev
Log:
Fix SSL unit test failures with APR/native
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java
Modified: tomcat/trunk/test/org/apache/tomcat/ut
On 26.07.2011 19:30, Mark Thomas wrote:
> The Servlet EG is starting to discuss changes to the Servlet API for
> 3.1. It would be useful if the option existed to implement some of these
> changes in Tomcat trunk. The benefits of this are:
> - we can see how feasible the API changes are to implement
The Servlet EG is starting to discuss changes to the Servlet API for
3.1. It would be useful if the option existed to implement some of these
changes in Tomcat trunk. The benefits of this are:
- we can see how feasible the API changes are to implement
- users can try out the new APIs (assuming we d
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561
vizo...@yahoo.com changed:
What|Removed |Added
URL||http://tomcat.apache.org/to
https://issues.apache.org/bugzilla/show_bug.cgi?id=51557
--- Comment #1 from Mark Thomas 2011-07-26 16:55:56 UTC ---
The exact quote from RFC 2616 is that HTTP headers "follow the same generic
format as that given in Section 3.1 of RFC 822". RFC 2616 goes further in
defining exactly what is permi
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561
vizo...@yahoo.com changed:
What|Removed |Added
Summary|Missing tomcat-coyote.jar |Missing tomcat-coyote.jar
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561
Bug #: 51561
Summary: Missing tomcat-coyote.jar from classpath requirement
in Digested Passwords section
Product: Tomcat 7
Version: unspecified
Platform: All
Author: markt
Date: Tue Jul 26 12:28:00 2011
New Revision: 1151074
URL: http://svn.apache.org/viewvc?rev=1151074&view=rev
Log:
Tests are run with all three HTTP connectors. No need for separate tests.
Modified:
tomcat/trunk/test/org/apache/coyote/http11/TestInternalInputBuffer.java
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49395
--- Comment #7 from Konstantin Kolinko 2011-07-26
11:24:08 UTC ---
I think a way to go is to provide separate JMX command, e.g. "findleaks2", that
will provide not just list of applications, but additional information in
parseable format.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51558
--- Comment #3 from bhuber 2011-07-26 11:20:10
UTC ---
ah sorry, its ok nevermind .. i know now how to do it: ;-)
like you said, i will now just create a standardcontext instead,
and just dont add a defaultwebxmllistener ...
Context ct
https://issues.apache.org/bugzilla/show_bug.cgi?id=51195
--- Comment #10 from Konstantin Kolinko 2011-07-26
11:19:08 UTC ---
I think there might be additional options for the findleaks command.
E.g. make calling gc optional, or perform additional cleanup as described here.
--
Configure bugmai
https://issues.apache.org/bugzilla/show_bug.cgi?id=51558
--- Comment #2 from bhuber 2011-07-26 11:13:18
UTC ---
(In reply to comment #1)
> Use addContext()
because i need to deploy a WAR-File, that includes a web.xml file, it would be
more complicated to use addContext(), because i cant find a
I recently updated checkstyle configuration in Tomcat trunk:
http://svn.apache.org/viewvc?view=revision&revision=1150644
The configuration is
Apparently checkstyle used by Gump does see the first "excludes"
property and fails.
This works with checkstyle 5.3 and 5.4
https://issues.apache.org/bugzilla/show_bug.cgi?id=51558
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51558
Bug #: 51558
Summary: Tomcat Embedded: using tomcat.addWebapp always
overrides programmatic context-settings with default
values for the context at start of tomcat server
Author: kkolinko
Date: Tue Jul 26 09:49:26 2011
New Revision: 1151046
URL: http://svn.apache.org/viewvc?rev=1151046&view=rev
Log:
Update to checkstyle 5.4
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.properties.defau
https://issues.apache.org/bugzilla/show_bug.cgi?id=51545
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: timw
Date: Tue Jul 26 09:41:36 2011
New Revision: 1151043
URL: http://svn.apache.org/viewvc?rev=1151043&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=51545
Adding ability to log current request thread name in ExtendedAccessLogValve
using Tomcat specific x-threadname pa
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-validate has an issue affecting its community integration.
Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=51555
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Jul 26 08:25:46 2011
New Revision: 1151016
URL: http://svn.apache.org/viewvc?rev=1151016&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51555
Permit an additional lifecycle transition. Allow destroy() to be called on
components that are initialized. T
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550
Mark Thomas changed:
What|Removed |Added
Attachment #27316|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550
--- Comment #5 from Mark Thomas 2011-07-26 08:00:31 UTC ---
Created attachment 27317
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27317
Proposed patch for Tomcat 5 v1
--
Configure bugmail: https://issues.apache.org/bugzilla/
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550
--- Comment #4 from Mark Thomas 2011-07-26 08:00:14 UTC ---
Created attachment 27316
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27316
Proposed patch for Tomcat 6 v1
--
Configure bugmail: https://issues.apache.org/bugzilla/
https://issues.apache.org/bugzilla/show_bug.cgi?id=40906
--- Comment #3 from Mark Thomas 2011-07-26 07:19:48 UTC ---
*** Bug 51556 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail
https://issues.apache.org/bugzilla/show_bug.cgi?id=51556
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Component|Catalina
On 26/07/2011 04:48, Konstantin Kolinko wrote:
> 2011/7/22 :
>> Author: markt
>> Date: Fri Jul 22 17:32:56 2011
>> New Revision: 1149665
>>
>> URL: http://svn.apache.org/viewvc?rev=1149665&view=rev
>> Log:
>> Proposal
>>
>> Modified:
>>tomcat/tc6.0.x/trunk/STATUS.txt
>>
>
>>
>> +* Fix https:/
34 matches
Mail list logo