https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
Bug ID: 54684
Summary: toString() causes NoClassDefFoundError exception
Product: Tomcat Modules
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
Martin Lichtin changed:
What|Removed |Added
Summary|toString() causes |PoolProperties.toString()
https://issues.apache.org/bugzilla/show_bug.cgi?id=54599
Martin Lichtin changed:
What|Removed |Added
CC||lich...@yahoo.com
--
You are rec
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
--- Comment #1 from Violeta Georgieva ---
The current Import-Package contains
Import-Package: javax.management;version="0", javax.management.openmb
ean;version="0", javax.naming;version="0", javax.sql;version="0", org
.apache.juli.loggi
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
--- Comment #2 from Violeta Georgieva ---
Also this version range is strange because it specifies that jdbc-pool can work
only with org.apache.juli.logging version 6.x. Is that correct?
org.apache.juli.logging;version="[6.0.18, 7.0.0)"
--
On 03/13/2013 01:20 AM, Mark Thomas wrote:
And an infinite loop is entered.
I believe I can fix this by changing how I do the buffering in WebSocket
so I don't end up having to write short 4 byte chunks. I have been
meaning to do this for a while anyway.
That said, this does look like an issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
--- Comment #3 from Martin Lichtin ---
(In reply to comment #2)
> Also this version range is strange because it specifies that jdbc-pool can
> work only with org.apache.juli.logging version 6.x. Is that correct?
>
> org.apache.juli.logging
Author: violetagg
Date: Wed Mar 13 09:57:37 2013
New Revision: 1455854
URL: http://svn.apache.org/r1455854
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
Added 'javax.naming.spi' to the header 'Import-Package'
Modified:
tomcat/trunk/modules/jdbc-pool/resources/MANIFEST.MF
What's your test platform (or tests platforms) ?
Differents OS, kernel configuration, OpenSSL / APR could bring various
results
2013/3/13 Mladen Turk
> On 03/13/2013 01:20 AM, Mark Thomas wrote:
>
>>
>> And an infinite loop is entered.
>>
>> I believe I can fix this by changing how I do the bu
Henri Gomez wrote:
>What's your test platform (or tests platforms) ?
>
>Differents OS, kernel configuration, OpenSSL / APR could bring various
>results
I've seen the same behaviour (either with the test case or with the
Autobahn test suite) on the following platforms:
Windows Server 2008 R2 wit
2013/3/8 Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.38 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.38/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-002/
On 03/13/2013 01:29 PM, Mark Thomas wrote:
Henri Gomez wrote:
What's your test platform (or tests platforms) ?
Differents OS, kernel configuration, OpenSSL / APR could bring various
results
I've seen the same behaviour (either with the test case or with the
Autobahn test suite) on the follo
On 13/03/2013 13:12, Mladen Turk wrote:
> On 03/13/2013 01:29 PM, Mark Thomas wrote:
>> Henri Gomez wrote:
>>
>>> What's your test platform (or tests platforms) ?
>>>
>>> Differents OS, kernel configuration, OpenSSL / APR could bring various
>>> results
>>
>> I've seen the same behaviour (either w
On 13/03/2013 13:36, Mark Thomas wrote:
> On 13/03/2013 13:12, Mladen Turk wrote:
>> I can create a debug version which would write couple of lines to
>> the dbgview.exe window (from SysInternals
>> http://technet.microsoft.com/en-us/sysinternals/bb896647)
>>
>> Fancy to give it a shot.
>> It woul
On 03/13/2013 02:47 PM, Mark Thomas wrote:
On 13/03/2013 13:36, Mark Thomas wrote:
On 13/03/2013 13:12, Mladen Turk wrote:
I can create a debug version which would write couple of lines to
the dbgview.exe window (from SysInternals
http://technet.microsoft.com/en-us/sysinternals/bb896647)
Fan
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
--- Comment #4 from Martin Lichtin ---
I ment to refer to bug 52318
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: d
On 13/03/2013 14:07, Mladen Turk wrote:
> On 03/13/2013 02:47 PM, Mark Thomas wrote:
>> On 13/03/2013 13:36, Mark Thomas wrote:
>>> On 13/03/2013 13:12, Mladen Turk wrote:
>>
I can create a debug version which would write couple of lines to
the dbgview.exe window (from SysInternals
h
On 03/13/2013 03:25 PM, Mark Thomas wrote:
On 13/03/2013 14:07, Mladen Turk wrote:
00267.85627747[3976] SSL_write returned -1,
apr_get_netos_error=0 SSL_get_error=1
That's a problem
apr_get_netos_error returned zero (and thats what we return)
However SSL_get_error returned SSL_ERRO
Author: violetagg
Date: Wed Mar 13 14:50:17 2013
New Revision: 1455973
URL: http://svn.apache.org/r1455973
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
The version for imported package 'org.apache.juli.logging' is extended to
include 7.0.x versions. Patch provided by Martin L
On 03/13/2013 03:25 PM, Mark Thomas wrote:
On 13/03/2013 14:07, Mladen Turk wrote:
Sending you a version that returns APR_EGENERAL on SLL_ERROR_SSL ...
Thanks. That fails fast which is good but still fails. Fundamentally we
need to be able to handle the situation when we have some, but not
en
https://issues.apache.org/bugzilla/show_bug.cgi?id=54688
Bug ID: 54688
Summary: the string \\$ in a jsp is escape in resulting page :
\$
Product: Tomcat 7
Version: 7.0.34
Hardware: PC
OS: Windows XP
On 13/03/2013 14:55, Mladen Turk wrote:
> On 03/13/2013 03:25 PM, Mark Thomas wrote:
>> On 13/03/2013 14:07, Mladen Turk wrote:
>>>
>>> Sending you a version that returns APR_EGENERAL on SLL_ERROR_SSL ...
>>
>> Thanks. That fails fast which is good but still fails. Fundamentally we
>> need to be ab
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FredMMKU" page has been changed by FredMMKU:
http://wiki.apache.org/tomcat/FredMMKU
New page:
Got nothing to say about me at all.<>
<>
Feel free to visit my weblog [[http://a-marke
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "LocalBadContent" page has been changed by ChuckCaldarale:
http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=79&rev2=80
2look4beds\.com
741\.com
9cy\.com
+ a-mark
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690
Bug ID: 54690
Summary: HTTPS BIO/NIO connector does not enable TLS 1.1 and
TLS 1.2 by default
Product: Tomcat 7
Version: 7.0.37
Hardware: PC
OS: Windo
On 8.3.2013 11:14, Ognjen Blagojevic wrote:
Hi,
As previously discussed on user list [1], HTTPS JSSE Connectors (both
BIO and NIO) have different behavior in Tomcat 6 and in Tomcat 7, in
terms of enabled TLS/SSL protocols.
(I repeat the parts from that thread here.)
Tomcat 6 will by default en
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690
--- Comment #1 from Ognjen Blagojevic ---
Here is a simple class to demonstrate Oracle JDK 7 behavior:
import java.net.ServerSocket;
import java.util.Arrays;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLServerSocket;
import ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=54691
Bug ID: 54691
Summary: Rename HTTPS BIO/NIO connector attribute "protocols"
to sslEnabledProtocols and document it.
Product: Tomcat 6
Version: 6.0.36
Hardware: All
DEbug logs from v4 of your debug dll
[3296] ssl_socket_send 193 bytes from 13615030 with timeout 6000
[3296] SSL_write wrote 193 bytes
[3296] ssl_socket_send 4 bytes from 1772C0F0 with timeout -1
[3296] SSL_write wrote 4 bytes
[3296] ssl_socket_send 8192 bytes from 177
Author: violetagg
Date: Wed Mar 13 18:10:45 2013
New Revision: 1456068
URL: http://svn.apache.org/r1456068
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
Added 'javax.naming.spi' to the header 'Import-Package'
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/resources/MANIF
On 13/03/2013 14:46, Mladen Turk wrote:
> SSL_write is weird. Docs says that if the return value is EAGAIN the
> next SSL_write *must* be called with the same params. I presume it
> internally
> maintains a state logic or something.
Ah. I might not be doing this. Let me take a look...
Mark
---
Author: markt
Date: Wed Mar 13 18:15:13 2013
New Revision: 1456071
URL: http://svn.apache.org/r1456071
Log:
Better comments after previous changes.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java
Modified:
tomcat/trunk/java/org/apache/coyote/ht
Author: violetagg
Date: Wed Mar 13 18:32:28 2013
New Revision: 1456080
URL: http://svn.apache.org/r1456080
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
The version for imported package 'org.apache.juli.logging' is extended to
include 7.0.x versions. Patch provided by Martin L
Author: violetagg
Date: Wed Mar 13 18:41:42 2013
New Revision: 1456083
URL: http://svn.apache.org/r1456083
Log:
Check that the loader is not null. There are use cases where the loader does
not have parent.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java
Modif
On 13/03/2013 18:11, Mark Thomas wrote:
> On 13/03/2013 14:46, Mladen Turk wrote:
>
>> SSL_write is weird. Docs says that if the return value is EAGAIN the
>> next SSL_write *must* be called with the same params. I presume it
>> internally
>> maintains a state logic or something.
>
> Ah. I might
Author: violetagg
Date: Wed Mar 13 19:31:40 2013
New Revision: 1456101
URL: http://svn.apache.org/r1456101
Log:
Tag was not properly closed.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/
https://issues.apache.org/bugzilla/show_bug.cgi?id=54693
Bug ID: 54693
Summary: Add a validationQueryTimeout property
Product: Tomcat Modules
Version: unspecified
Hardware: PC
Status: NEW
Severity: enhancement
P
https://issues.apache.org/bugzilla/show_bug.cgi?id=54693
--- Comment #1 from Daniel Mikusa ---
Created attachment 30045
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30045&action=edit
First attempt at a patch.
Attaching my first attempt at a patch. This adds a "validationQueryTimeo
On 03/13/2013 07:07 PM, Mark Thomas wrote:
DEbug logs from v4 of your debug dll
[3296] ssl_socket_send 4 bytes from 1772C0F0 with timeout -1
[3296] SSL_write returned -1, apr_get_netos_error=730035 SSL_get_error=3
[3296] ssl_socket_send 4 bytes from 16C2CFB0 with timeout -1
[329
On 03/13/2013 09:29 PM, Mladen Turk wrote:
On 03/13/2013 07:07 PM, Mark Thomas wrote:
DEbug logs from v4 of your debug dll
[3296] ssl_socket_send 4 bytes from 1772C0F0 with timeout -1
[3296] SSL_write returned -1, apr_get_netos_error=730035 SSL_get_error=3
[3296] ssl_socket_send 4 byte
On 13/03/2013 20:43, Mladen Turk wrote:
> On 03/13/2013 09:29 PM, Mladen Turk wrote:
>> On 03/13/2013 07:07 PM, Mark Thomas wrote:
>>> DEbug logs from v4 of your debug dll
>>>
>>>
>>> [3296] ssl_socket_send 4 bytes from 1772C0F0 with timeout -1
>>> [3296] SSL_write returned -1, apr_get_neto
Author: markt
Date: Wed Mar 13 20:59:17 2013
New Revision: 1456125
URL: http://svn.apache.org/r1456125
Log:
Check this in before I start to work on the APR/native SSL issue
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/AprServletOutputStream.java
Modified:
tomcat/trunk/java/
I found another problem. It appears when running a web application
from an archive (unpackWARs=false)
Mar 14, 2013 12:01:10 AM org.apache.catalina.startup.ContextConfig
processAnnotationsJndi
SEVERE: Unable to process resource element
[jndi:/localhost/test/WEB-INF/classes/test/servlet/servletTestS
On Wed, 2013-03-13 at 20:52 +, Mark Thomas wrote:
> > I mean check for Socket.setsbb somewhere after the socket is
> > returned from poller. Either the new buffer has been set or
> > the buffer address is different because of Socket.sendbb's offset param
> > (in this case it would be -11530560
On 13/03/2013 21:20, Remy Maucherat wrote:
> On Wed, 2013-03-13 at 20:52 +, Mark Thomas wrote:
>>> I mean check for Socket.setsbb somewhere after the socket is
>>> returned from poller. Either the new buffer has been set or
>>> the buffer address is different because of Socket.sendbb's offset p
Author: markt
Date: Wed Mar 13 21:42:16 2013
New Revision: 1456154
URL: http://svn.apache.org/r1456154
Log:
Initial fix for APR/native + SSL issues.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/AprServletOutputStream.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11
On 13/03/2013 18:10, violet...@apache.org wrote:
> Author: violetagg
> Date: Wed Mar 13 18:10:45 2013
> New Revision: 1456068
>
> URL: http://svn.apache.org/r1456068
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
> Added 'javax.naming.spi' to the header 'Import-Package'
You
Author: markt
Date: Wed Mar 13 22:16:26 2013
New Revision: 1456198
URL: http://svn.apache.org/r1456198
Log:
Follow-up to r1455973. Update mergeinfo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/
Author: markt
Revision: 1456198
Modified property: svn:log
Modified: svn:log at Wed Mar 13 22:18:09 2013
--
--- svn:log (original)
+++ svn:log Wed Mar 13 22:18:09 2013
@@ -1 +1 @@
-Follow-up to r1455973. Update mergeinfo
+
Author: markt
Date: Wed Mar 13 22:19:01 2013
New Revision: 1456202
URL: http://svn.apache.org/r1456202
Log:
Follow-up to r1456080. Update mergeinfo
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Propchange: tomcat/tc7.0.x/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690
--- Comment #2 from Mark Thomas ---
Note hidden in the code comments is the fact that support for SSLv2Hello is
also dropped.
Note that the change that triggered this bug was 54406.
--
You are receiving this mail because:
You are the ass
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 Camilanascimento:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=458&rev2=459
=== Borneosoft ===
{{http://www.borneosoft.com/Borne
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690
--- Comment #3 from Mark Thomas ---
Some issues at $work have prompted me to look into this further.
Fundamentally, this is a JVM bug. I think the way forward is to use
socket.getEnabledProtocols()
to determine what the default protocols
Given the issues reported with the 7.0.38 tag I'm leaning towards
cancelling the 7.0.38 vote, fixing the known issues and rolling 7.0.39.
In addition to the issues in Bugzilla the only other issue was the
UEncoder problem Violeta found. (Any chance of a test case for that one?)
Thoughts?
Mark
FYI
http://people.apache.org/~markt/dev/autobahn-tomcat-8/
I'll post updates periodically.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Author: markt
Date: Thu Mar 14 00:43:56 2013
New Revision: 1456295
URL: http://svn.apache.org/r1456295
Log:
Fix publishing to Maven for 8.0.x
Modified:
tomcat/trunk/res/maven/mvn-pub.xml
Modified: tomcat/trunk/res/maven/mvn-pub.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mv
On Mar 13, 2013, at 6:46 PM, Mark Thomas wrote:
> FYI
>
> http://people.apache.org/~markt/dev/autobahn-tomcat-8/
>
> I'll post updates periodically.
>
> Mark
Updates? Looks like you're done. :-)
-
To unsubscribe, e-mail: dev
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
--- Comment #19 from Konstantin Kolinko ---
Original issue should have been fixed by r1455973, r1456080
Issue in comment 18 still remains.
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684
--- Comment #5 from Konstantin Kolinko ---
Should have been fixed by r1455854 r1456068
--
You are receiving this mail because:
You are the assignee for the bug.
-
To uns
On 03/13/2013 10:40 PM, Mark Thomas wrote:
On 13/03/2013 21:20, Remy Maucherat wrote:
On Wed, 2013-03-13 at 20:52 +, Mark Thomas wrote:
I mean check for Socket.setsbb somewhere after the socket is
returned from poller. Either the new buffer has been set or
the buffer address is different be
60 matches
Mail list logo