Author: markt
Date: Sat Dec 31 11:38:30 2011
New Revision: 1226069
URL: http://svn.apache.org/viewvc?rev=1226069&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52387
Silence logging for correct host
Patch provided by David Calavera
Modified:
tomcat/trunk/java/org/apache/
Author: markt
Date: Sat Dec 31 11:41:32 2011
New Revision: 1226071
URL: http://svn.apache.org/viewvc?rev=1226071&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52387
Silence logging for correct host
Patch provided by David Calavera
Modified:
tomcat/tc7.0.x/trunk/ (prop
https://issues.apache.org/bugzilla/show_bug.cgi?id=52387
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/2608
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=52404
Bug #: 52404
Summary: "It works!" page contains inaccurate information.
Product: Tomcat 7
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Se
https://issues.apache.org/bugzilla/show_bug.cgi?id=52404
--- Comment #1 from Kenneth Powers 2011-12-31 13:49:01 UTC
---
Created attachment 28104
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28104
Screenshot of the faulty documentation.
--
Configure bugmail: https://issues.apache.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52404
Pid changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Bug #: 52405
Summary: Update to Servlet 3.0 Rev A
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Author: markt
Date: Sat Dec 31 18:28:31 2011
New Revision: 1226158
URL: http://svn.apache.org/viewvc?rev=1226158&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Servlet 3.0 Rev A updates
Item 3 of 20
maxActiveInterval <= 0 means never expire - previously 0 meant expire
immed
Author: markt
Date: Sat Dec 31 18:28:41 2011
New Revision: 1226159
URL: http://svn.apache.org/viewvc?rev=1226159&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Servlet 3.0 Rev A updates
Item 2 of 20
javax.servlet.annotation.MultipartConfig.location may be relative and if
it
Author: markt
Date: Sat Dec 31 18:32:53 2011
New Revision: 1226162
URL: http://svn.apache.org/viewvc?rev=1226162&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Servlet 3.0 Rev A updates
Item 3 of 20
maxActiveInterval <= 0 means never expire - previously 0 meant expire
imme
Author: markt
Date: Sat Dec 31 18:34:14 2011
New Revision: 1226163
URL: http://svn.apache.org/viewvc?rev=1226163&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Servlet 3.0 Rev A updates
Item 2 of 20
javax.servlet.annotation.MultipartConfig.location may be relative and if it
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Mark Thomas changed:
What|Removed |Added
Platform|PC |All
OS/Version|Mac OS X 10.4
This commit broke the buildbot and I can reproduce the failures.
E.g.
TEST-javax.el.TestCompositeELResolver.BIO.txt
[[[
java.lang.NullPointerException
at org.apache.catalina.startup.Tomcat.silence(Tomcat.java:671)
at org.apache.catalina.startup.Tomcat.addWebapp(Tomcat.java:517)
Author: markt
Date: Sat Dec 31 19:05:20 2011
New Revision: 1226177
URL: http://svn.apache.org/viewvc?rev=1226177&view=rev
Log:
Fix possible NPE
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
URL:
http:/
Author: markt
Date: Sat Dec 31 19:06:14 2011
New Revision: 1226178
URL: http://svn.apache.org/viewvc?rev=1226178&view=rev
Log:
Fix possible NPE
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java
Propchange: tomcat/tc7.0.x/t
On 31/12/2011 18:42, Konstantin Kolinko wrote:
> This commit broke the buildbot and I can reproduce the failures.
Doh. Fixed.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-
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/2610
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Sat Dec 31 22:29:36 2011
New Revision: 1226196
URL: http://svn.apache.org/viewvc?rev=1226196&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Servlet 3.0 Rev A updates
Item 5 of 20
Tighter control of web.xml elements (name, ordering, absolute-ordering)
Ad
Author: markt
Date: Sat Dec 31 22:32:28 2011
New Revision: 1226197
URL: http://svn.apache.org/viewvc?rev=1226197&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
Servlet 3.0 Rev A updates
Item 5 of 20
Tighter control of web.xml elements (name, ordering, absolute-ordering)
Ad
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405
--- Comment #2 from Mark Thomas 2011-12-31 22:32:41 UTC ---
Changes required for and applied to trunk and 7.0.x for item 5.
Items 6-15, 20 still be to assessed.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/2611
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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-tc7.0.x-validate has an issue affecting its community
integration.
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
I haven't tried to reproduce it yet. The following is from buildbot's
stdout file:
Both BIO and NIO fail the same test:
[junit] Tests run: 7, Failures: 4, Errors: 0, Time elapsed: 0.175 sec
[junit] Test org.apache.catalina.startup.TestWebRuleSet FAILED
BTW, during the NIO run there are se
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-tc7.0.x-test has an issue affecting its community integration.
This
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-test has an issue affecting its community integration.
This i
Author: kkolinko
Date: Sun Jan 1 04:38:46 2012
New Revision: 1226214
URL: http://svn.apache.org/viewvc?rev=1226214&view=rev
Log:
Add note about "Organize Imports" setting in Eclipse IDE
Modified:
tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
Modified: tomcat/trunk/r
Author: kkolinko
Date: Sun Jan 1 04:40:25 2012
New Revision: 1226215
URL: http://svn.apache.org/viewvc?rev=1226215&view=rev
Log:
Apply "Organize Imports" to fix imports order that did not pass checkstyle
validation
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java
Author: kkolinko
Date: Sun Jan 1 04:48:59 2012
New Revision: 1226216
URL: http://svn.apache.org/viewvc?rev=1226216&view=rev
Log:
Merged revisions r1174975 r1226214 from tomcat/trunk:
Add links to @SuppressWarnings documentation for Eclipse IDE.
Add note about "Organize Imports" setting in Eclipse
Author: kkolinko
Date: Sun Jan 1 04:52:00 2012
New Revision: 1226217
URL: http://svn.apache.org/viewvc?rev=1226217&view=rev
Log:
Merged revision 1226215 from tomcat/trunk:
Apply "Organize Imports" to fix imports order that did not pass checkstyle
validation
Modified:
tomcat/tc7.0.x/trunk/
+---+
| 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
38 matches
Mail list logo