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/210
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337
Bug ID: 58337
Summary: Exception raised during parsing of request parameters
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Se
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773
Mark Thomas changed:
What|Removed |Added
CC||janusz.parfien...@gmail.com
--- Comment
https://bz.apache.org/bugzilla/show_bug.cgi?id=58328
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58328
--- Comment #2 from Mark Thomas ---
(In reply to Janusz Parfieniuk from comment #0)
> I think that fields clazzes and statics should be static.
Wrong.
Each ImportHandler instance must be independent.
--
You are receiving this mail because:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58338
Bug ID: 58338
Summary: BasicDataSourceFactory uses wrong attribute name
Product: Tomcat 7
Version: 7.0.64
Hardware: PC
Status: NEW
Severity: normal
Priority:
Author: markt
Date: Mon Sep 7 11:11:49 2015
New Revision: 1701607
URL: http://svn.apache.org/r1701607
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58296
Fix memory leak in JSP unloading
Modified:
tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java
Modified: tomcat/tr
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337
--- Comment #2 from Mirek ---
Sorry. My mistake. Stacktrace was for 7.x
For 8.0.26 it looks like that
java.lang.IllegalArgumentException: [}] is not a hexadecimal digit
at
org.apache.catalina.util.RequestUtil.convertHexDigit(RequestUtil.ja
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337
--- Comment #3 from Mark Thomas ---
Those line numbers do now match up for 8.0.26 but the other reason this bug
report remains invalid has not been addressed : a clean 8.0.26 install does not
behave as described in this bug.
--
You are receiv
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/212
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: markt
Date: Mon Sep 7 11:29:02 2015
New Revision: 1701608
URL: http://svn.apache.org/r1701608
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58296
Fix memory leak in JSP unloading
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/jasp
Author: markt
Date: Mon Sep 7 11:42:33 2015
New Revision: 1701610
URL: http://svn.apache.org/r1701610
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58296
Fix memory leak in JSP unloading
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/jasp
https://bz.apache.org/bugzilla/show_bug.cgi?id=58296
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/90
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchS
https://bz.apache.org/bugzilla/show_bug.cgi?id=58338
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340
Bug ID: 58340
Summary: No error shown when some tag file in jar has compile
error
Product: Tomcat 7
Version: trunk
Hardware: Macintosh
OS: Mac OS X 10.1
https://bz.apache.org/bugzilla/show_bug.cgi?id=58295
--- Comment #3 from Mark Thomas ---
I'm looking at this now but haven't yet found the code path that is triggering
this. A couple of questions that might help me narrow the search:
1. Is the stack trace identical every time including the first
https://bz.apache.org/bugzilla/show_bug.cgi?id=58295
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58289
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving this mail
https://bz.apache.org/bugzilla/show_bug.cgi?id=58342
Bug ID: 58342
Summary: org.apache.tomcat.websocket.WsSession has repeated
conditional tests
Product: Tomcat 9
Version: unspecified
Hardware: PC
Status: NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58284
--- Comment #7 from Mark Thomas ---
Any progress?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58342
Mark Thomas changed:
What|Removed |Added
Attachment #33078|0 |1
is patch|
Author: markt
Date: Mon Sep 7 18:58:51 2015
New Revision: 1701666
URL: http://svn.apache.org/r1701666
Log:
Make the vendor constants accessible to Coyote in preparation for the fix for
BZ 58275.
Added:
tomcat/trunk/java/org/apache/tomcat/util/compat/
tomcat/trunk/java/org/apache/tomcat/
Author: markt
Date: Mon Sep 7 18:59:13 2015
New Revision: 1701667
URL: http://svn.apache.org/r1701667
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/Globals.java
Modified: tomcat/trunk/java/org/apache/catalina/Globals.java
URL:
http://svn.apache.org/viewvc/tomc
Author: markt
Date: Mon Sep 7 19:00:18 2015
New Revision: 1701668
URL: http://svn.apache.org/r1701668
Log:
Make the vendor constants accessible to Coyote in preparation for the fix for
BZ 58275.
Added:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/compat/
- copied from r1701666, to
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/91
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Author: markt
Date: Mon Sep 7 19:05:24 2015
New Revision: 1701669
URL: http://svn.apache.org/r1701669
Log:
Make the vendor constants accessible to Coyote in preparation for the fix for
BZ 58275.
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/JreVendor.java
- copied unc
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/213
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Mon Sep 7 19:19:58 2015
New Revision: 1701673
URL: http://svn.apache.org/r1701673
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58275
Add a special case for IBM since it accepts cipher names in two forms (TLS_XXX
and SSL_XXX) but only lists one form (SSL_XXX) when a
Author: markt
Date: Mon Sep 7 19:27:19 2015
New Revision: 1701676
URL: http://svn.apache.org/r1701676
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58275
Add a special case for IBM since it accepts cipher names in two forms (TLS_XXX
and SSL_XXX) but only lists one form (SSL_XXX) when a
Author: markt
Date: Mon Sep 7 19:29:16 2015
New Revision: 1701677
URL: http://svn.apache.org/r1701677
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58275
Add a special case for IBM since it accepts cipher names in two forms (TLS_XXX
and SSL_XXX) but only lists one form (SSL_XXX) when a
https://bz.apache.org/bugzilla/show_bug.cgi?id=58275
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/92
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchS
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340
Mou, Jian changed:
What|Removed |Added
CC||jian...@foxmail.com
--
You are receiving
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136
--- Comment #15 from Arthur Fiedler ---
I've been thinking about this also, and me personally I think the JSP spec
should be corrected to use escape \${ as the standard, this does not effect me
but I keep thinking about javascript like jquery b
36 matches
Mail list logo