Author: markt
Date: Sat Nov 17 10:10:16 2012
New Revision: 1410715
URL: http://svn.apache.org/viewvc?rev=1410715&view=rev
Log:
Follow up to r1410636
Fix test failure
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/jasper/tagplugins/jstl/core/Out.java
Author: markt
Date: Sat Nov 17 10:13:58 2012
New Revision: 1410717
URL: http://svn.apache.org/viewvc?rev=1410717&view=rev
Log:
Restore -dev in version for trunk build
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
Modified: tomcat/tc7.0.x/trunk/build.properties.default
URL:
http://
Author: markt
Date: Sat Nov 17 10:16:22 2012
New Revision: 1410718
URL: http://svn.apache.org/viewvc?rev=1410718&view=rev
Log:
Tag 7.0.33
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_33/ (props changed)
- copied from r1410717, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_
Author: markt
Date: Sat Nov 17 10:18:33 2012
New Revision: 1410719
URL: http://svn.apache.org/viewvc?rev=1410719&view=rev
Log:
Prep for next release
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
Modified: tomcat/tc7.0.x/trun
On 16/11/2012 17:02, Mark Thomas wrote:
> I'll shout if I get stuck although the fastest way to find my errors
> seems to be writing an e-mail to the dev list as shortly after I send
> it, I spot the silly mistake that invalidates most of what I just wrote.
As it was in this case.
The TCKs all pa
Thanks Konstantin. Will work over the weekend on your valuable remarks.
On 08.11.2012 23:25, Konstantin Kolinko wrote:
> 2012/11/8 Rainer Jung :
>> Cross posting intentionally, because our long time users list supporters
>> might want to comment as well.
>>
>> A few months ago a new Web Server com
Hi,
I did some experiments about more flexible version mapping for contextes
a while back and was a bit unhappy about the type unsafetyness of the
Mapper. Internally it only uses plain Objects and the code using it has
to cast everything.
There is a patch available at
http://people.apache.org/~r
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-taglibs-standard has an issue affecting its community
integration.
On 17/11/2012 13:05, Rainer Jung wrote:
> Hi,
>
> I did some experiments about more flexible version mapping for contextes
> a while back and was a bit unhappy about the type unsafetyness of the
> Mapper. Internally it only uses plain Objects and the code using it has
> to cast everything.
>
> Th
Author: markt
Date: Sat Nov 17 14:53:03 2012
New Revision: 1410732
URL: http://svn.apache.org/viewvc?rev=1410732&view=rev
Log:
Fix a FindBugs issue (incorrect synchronization)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/NotificationInfo.java
Modified: tomcat/trunk/java/org/apa
Author: markt
Date: Sat Nov 17 14:53:20 2012
New Revision: 1410733
URL: http://svn.apache.org/viewvc?rev=1410733&view=rev
Log:
Silence another false positive
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL:
ht
Author: markt
Date: Sat Nov 17 15:20:08 2012
New Revision: 1410740
URL: http://svn.apache.org/viewvc?rev=1410740&view=rev
Log:
Fix a FindBugs issue (incorrect synchronization)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/OperationInfo.java
Modified: tomcat/trunk/java/org/apache
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3574
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Sat Nov 17 15:53:34 2012
New Revision: 1410742
URL: http://svn.apache.org/viewvc?rev=1410742&view=rev
Log:
Refactor since returning -1 makes no sense with chars. The old code worked but
it was a little odd (and FindBugs didn't like it).
Modified:
tomcat/trunk/java/org/apa
Author: rjung
Date: Sat Nov 17 17:12:18 2012
New Revision: 1410752
URL: http://svn.apache.org/viewvc?rev=1410752&view=rev
Log:
Type-Safety for the Mapper - Part 1.
Rename inner classes Host, Context and Wrapper
to MappedHost, MappedContext and MappedWrapper.
Modified:
tomcat/trunk/java/org/a
On 17.11.2012 15:35, Mark Thomas wrote:
> On 17/11/2012 13:05, Rainer Jung wrote:
>> Hi,
>>
>> I did some experiments about more flexible version mapping for contextes
>> a while back and was a bit unhappy about the type unsafetyness of the
>> Mapper. Internally it only uses plain Objects and the c
Currently the ALV tests fail for me because of a hard coded timezone in
the test. We can either copy some logic from ALV into the test class, or
make the private static method getTimeZone(() protected and call it from
the test class. A patch for the latter approach is available at:
http://people.a
On 17/11/2012 17:22, Rainer Jung wrote:
> On 17.11.2012 15:35, Mark Thomas wrote:
>> On 17/11/2012 13:05, Rainer Jung wrote:
>>> Hi,
>>>
>>> I did some experiments about more flexible version mapping for contextes
>>> a while back and was a bit unhappy about the type unsafetyness of the
>>> Mapper.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by Neha:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=446&rev2=447
=== Merkaweb.com (Web Hosting Spain) ===
{{http://www.merkawe
Author: rjung
Date: Sat Nov 17 19:25:18 2012
New Revision: 1410763
URL: http://svn.apache.org/viewvc?rev=1410763&view=rev
Log:
Fix time zone formatting in ALV test.
Test failed in non-GMT time zone.
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TestAccessLogValve.java
Modified: tomc
On 17.11.2012 18:53, Rainer Jung wrote:
> Currently the ALV tests fail for me because of a hard coded timezone in
> the test. We can either copy some logic from ALV into the test class, or
> make the private static method getTimeZone(() protected and call it from
> the test class. A patch for the l
Author: markt
Date: Sat Nov 17 19:27:33 2012
New Revision: 1410764
URL: http://svn.apache.org/viewvc?rev=1410764&view=rev
Log:
Update JDT complier to 4.2.1
Fixes Findbugs warning
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java
On 17/11/2012 19:27, ma...@apache.org wrote:
> Author: markt
> Date: Sat Nov 17 19:27:33 2012
> New Revision: 1410764
>
> URL: http://svn.apache.org/viewvc?rev=1410764&view=rev
> Log:
> Update JDT complier to 4.2.1
Thoughts on back-porting this to 7.0.x?
Mark
-
Author: rjung
Date: Sat Nov 17 19:47:59 2012
New Revision: 1410766
URL: http://svn.apache.org/viewvc?rev=1410766&view=rev
Log:
Sorry, committed debug code in r1410763.
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TestAccessLogValve.java
Modified: tomcat/trunk/test/org/apache/catali
Author: rjung
Date: Sat Nov 17 19:54:35 2012
New Revision: 1410770
URL: http://svn.apache.org/viewvc?rev=1410770&view=rev
Log:
Fix time zone formatting in ALV test.
Test failed in non-GMT time zone.
Backport of r1410763 and r1410766 from trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props change
2012/11/17 Mark Thomas :
> On 17/11/2012 19:27, ma...@apache.org wrote:
>> Author: markt
>> Date: Sat Nov 17 19:27:33 2012
>> New Revision: 1410764
>>
>> URL: http://svn.apache.org/viewvc?rev=1410764&view=rev
>> Log:
>> Update JDT complier to 4.2.1
>
> Thoughts on back-porting this to 7.0.x?
>
+1
Mark,
Apologies for the late reply. Please see comments inline.
On 11/13/12 9:17 AM, ma...@apache.org wrote:
> Author: markt
> Date: Tue Nov 13 14:17:42 2012
> New Revision: 1408739
>
> URL: http://svn.apache.org/viewvc?rev=1408739&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bu
Josh,
On 11/15/12 2:45 PM, Josh Gooding wrote:
> That is the tomcat default log file. Nothing server wise will happen if
> you delete if that is your concern. It just removes that particular log
> file. I believe that you have to either be root and/or have the server
> stopped to remove the fil
Mark,
On 11/17/12 8:04 PM, Christopher Schultz wrote:
> Apologies for the late reply. Please see comments inline.
>
> On 11/13/12 9:17 AM, ma...@apache.org wrote:
>> Author: markt
>> Date: Tue Nov 13 14:17:42 2012
>> New Revision: 1408739
>>
>> URL: http://svn.apache.org/viewvc?rev=1408739&view=r
+---+
| 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
35 matches
Mail list logo