issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
updated_file
stringlengths
2
187
file_content
stringlengths
0
368k
54,438
Bug 54438 Bug fix 52953 introduces NullPointerException in RealmBase.java line 409 when user not found in JDBC
null
resolved fixed
c8d5d88
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-17T14:30:39Z
2013-01-17T02:33:20Z
java/org/apache/catalina/realm/RealmBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,324
Bug 54324 Support is required to disable TLS compression to prevent against CRIME attacks
null
resolved fixed
ab44514
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-17T20:03:00Z
2012-12-19T04:06:40Z
java/org/apache/coyote/http11/Http11AprProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,324
Bug 54324 Support is required to disable TLS compression to prevent against CRIME attacks
null
resolved fixed
ab44514
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-17T20:03:00Z
2012-12-19T04:06:40Z
java/org/apache/tomcat/jni/SSL.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,324
Bug 54324 Support is required to disable TLS compression to prevent against CRIME attacks
null
resolved fixed
ab44514
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-17T20:03:00Z
2012-12-19T04:06:40Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,448
Bug 54448 Field of primitive type, annotated with @Resource is not recognized as env entry
Hi, I have a servlet with one field of primitive type. The field is annotated with @Resource. public class MyServlet extends HttpServlet { @Resource(mappedName = "1") private int envEntry; protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ... } } When I reques...
resolved fixed
74f5b3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:09:03Z
2013-01-18T03:33:20Z
java/org/apache/catalina/deploy/NamingResources.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,448
Bug 54448 Field of primitive type, annotated with @Resource is not recognized as env entry
Hi, I have a servlet with one field of primitive type. The field is annotated with @Resource. public class MyServlet extends HttpServlet { @Resource(mappedName = "1") private int envEntry; protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ... } } When I reques...
resolved fixed
74f5b3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:09:03Z
2013-01-18T03:33:20Z
java/org/apache/catalina/startup/WebAnnotationSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,448
Bug 54448 Field of primitive type, annotated with @Resource is not recognized as env entry
Hi, I have a servlet with one field of primitive type. The field is annotated with @Resource. public class MyServlet extends HttpServlet { @Resource(mappedName = "1") private int envEntry; protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ... } } When I reques...
resolved fixed
74f5b3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:09:03Z
2013-01-18T03:33:20Z
java/org/apache/catalina/util/Introspection.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,448
Bug 54448 Field of primitive type, annotated with @Resource is not recognized as env entry
Hi, I have a servlet with one field of primitive type. The field is annotated with @Resource. public class MyServlet extends HttpServlet { @Resource(mappedName = "1") private int envEntry; protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ... } } When I reques...
resolved fixed
74f5b3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:09:03Z
2013-01-18T03:33:20Z
test/org/apache/catalina/startup/TestContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,448
Bug 54448 Field of primitive type, annotated with @Resource is not recognized as env entry
Hi, I have a servlet with one field of primitive type. The field is annotated with @Resource. public class MyServlet extends HttpServlet { @Resource(mappedName = "1") private int envEntry; protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ... } } When I reques...
resolved fixed
74f5b3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:09:03Z
2013-01-18T03:33:20Z
test/org/apache/catalina/startup/TesterServletWithAnnotations.java
54,450
Bug 54450 Injection fails when part of the servlet properties uses @Resource and the other uses 'injection-target'
Hi, I have a servlet with: - annotated properties - and injection-target declarations in web.xml When I try to request this servlet I receive: javax.naming.NameNotFoundException: Name [envEntry1] is not bound in this Context. Unable to find [envEntry1]. at org.apache.naming.NamingContext.lookup(NamingContext.java:820) ...
resolved fixed
ac78456
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:57:27Z
2013-01-18T23:00:00Z
java/org/apache/catalina/core/DefaultInstanceManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,450
Bug 54450 Injection fails when part of the servlet properties uses @Resource and the other uses 'injection-target'
Hi, I have a servlet with: - annotated properties - and injection-target declarations in web.xml When I try to request this servlet I receive: javax.naming.NameNotFoundException: Name [envEntry1] is not bound in this Context. Unable to find [envEntry1]. at org.apache.naming.NamingContext.lookup(NamingContext.java:820) ...
resolved fixed
ac78456
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:57:27Z
2013-01-18T23:00:00Z
test/org/apache/catalina/startup/TestContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,450
Bug 54450 Injection fails when part of the servlet properties uses @Resource and the other uses 'injection-target'
Hi, I have a servlet with: - annotated properties - and injection-target declarations in web.xml When I try to request this servlet I receive: javax.naming.NameNotFoundException: Name [envEntry1] is not bound in this Context. Unable to find [envEntry1]. at org.apache.naming.NamingContext.lookup(NamingContext.java:820) ...
resolved fixed
ac78456
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T10:57:27Z
2013-01-18T23:00:00Z
test/org/apache/catalina/startup/TesterServletWithAnnotations.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,458
Bug 54458 DataSourceRealm should provide more info on SQLException
The getPassword() method of the DataSourceRealm does not log enough information when it encounters an SQL error. The catch block is: } catch(SQLException e) { containerLog.error( sm.getString("dataSourceRealm.getPassword.exception", username)); } finally { it would be really helpful to have some details of what the SQL...
resolved fixed
07a930d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T15:55:17Z
2013-01-22T02:00:00Z
java/org/apache/catalina/realm/DataSourceRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,466
Bug 54466 No file name information in detail error when compiling the java file generated from a tag file
null
resolved fixed
d7f744c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-23T19:40:40Z
2013-01-22T13:06:40Z
java/org/apache/jasper/compiler/DefaultErrorHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,476
Bug 54476 incorrect param specification in javadoc ...tribes.group.GroupChannel send methods
* @param destination Member[] - destination.length > 1 I believe this should be: * @param destination Member[] - destination.length > 0
resolved fixed
6647531
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-24T08:52:26Z
2013-01-24T01:13:20Z
java/org/apache/catalina/tribes/group/GroupChannel.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
53,869
Bug 53869 Performance tuning solution to resolve too many cascaded JspContextWrapper issue
null
resolved fixed
ce55f25
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-25T12:06:04Z
2012-09-13T18:13:20Z
java/org/apache/jasper/runtime/JspContextWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,496
Bug 54496 ..tribes.membership.MemberImpl.toString() might be better using .getClass().getName()
public String toString() { StringBuilder buf = new StringBuilder("org.apache.catalina.tribes.membership.MemberImpl["); Might be better to use .getClass().getName() to cover StaticMember and any other sub-classes that might arise.
resolved fixed
e1e4e4e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-01-28T15:18:04Z
2013-01-26T00:26:40Z
java/org/apache/catalina/tribes/membership/MemberImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,497
Bug 54497 RuntimeException in WebappClassLoader.checkThreadLocalMapForLeaks() causes LifecycleException
Observed this when testing Tomcat trunk at r1438747, at WinXP 32-bit, JDK 7u11. (running TestWsWebSocketContainer with APR, Tomcat-Native 1.1.26 RC) There occurred an NPE in WebappClassLoader.checkThreadLocalMapForLeaks(). It was uncaught and caused LifecycleException and ultimately a failure to stop Tomcat. ==========...
resolved fixed
ea16bda
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-01T12:45:41Z
2013-01-26T03:13:20Z
java/org/apache/catalina/loader/WebappClassLoader.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,513
Bug 54513 NullPointerException in AprEndpoint$Poller.run
Trunk at r1441188, running the test suite with APR connector, Native 1.1.26 Windows 32-bit with JDK 7u11. I encountered the following when running org.apache.catalina.loader.TestVirtualContext test On second re-run of the test the same issue happened, so it is as if there is something specific here. I have not encounte...
resolved fixed
bbb13f6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-02T20:38:29Z
2013-02-01T03:40:00Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,521
Bug 54521 DigestAuthenticator: nonceCountValid() fails in case of simultaneous asynchronous requests of the same client
Concerned components: org.apache.catalina.authenticator.DigestAuthenticator org.apache.catalina.authenticator.DigestAuthenticator.NonceInfo Scenario: A multithreaded client sends two requests within one millisecond. The DigestAuthenticator creates for each request a nonce as well as a NonceInfo instance. The two nonces...
resolved fixed
b68bbb8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-07T11:00:57Z
2013-02-04T15:00:00Z
java/org/apache/catalina/authenticator/DigestAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,521
Bug 54521 DigestAuthenticator: nonceCountValid() fails in case of simultaneous asynchronous requests of the same client
Concerned components: org.apache.catalina.authenticator.DigestAuthenticator org.apache.catalina.authenticator.DigestAuthenticator.NonceInfo Scenario: A multithreaded client sends two requests within one millisecond. The DigestAuthenticator creates for each request a nonce as well as a NonceInfo instance. The two nonces...
resolved fixed
b68bbb8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-07T11:00:57Z
2013-02-04T15:00:00Z
test/org/apache/catalina/authenticator/TestDigestAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,456
Bug 54456 ChunkedInputFilter returning EOF when client closes connection without sending end chunk
null
resolved fixed
cc2f8db
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-07T11:55:36Z
2013-01-21T20:26:40Z
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,239
Bug 54239 Extensible EL Interpreter
null
resolved fixed
f8ac6a0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-12T14:50:39Z
2012-12-04T11:20:00Z
java/org/apache/jasper/compiler/ELInterpreter.java
54,239
Bug 54239 Extensible EL Interpreter
null
resolved fixed
f8ac6a0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-12T14:50:39Z
2012-12-04T11:20:00Z
java/org/apache/jasper/compiler/ELInterpreterFactory.java
54,239
Bug 54239 Extensible EL Interpreter
null
resolved fixed
f8ac6a0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-12T14:50:39Z
2012-12-04T11:20:00Z
java/org/apache/jasper/compiler/Generator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,239
Bug 54239 Extensible EL Interpreter
null
resolved fixed
f8ac6a0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-12T14:50:39Z
2012-12-04T11:20:00Z
test/org/apache/jasper/compiler/TestELInterpreterFactory.java
54,536
Bug 54536 ErrorReportValve doesn't respect HttpServletResponse.sendError(int sc, String msg)
null
resolved fixed
ef9ed07
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-12T20:06:11Z
2013-02-07T18:00:00Z
java/org/apache/catalina/valves/ErrorReportValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,536
Bug 54536 ErrorReportValve doesn't respect HttpServletResponse.sendError(int sc, String msg)
null
resolved fixed
ef9ed07
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-12T20:06:11Z
2013-02-07T18:00:00Z
test/org/apache/catalina/valves/TestErrorReportValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/javax/servlet/http/HttpServletRequest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/javax/servlet/http/HttpServletRequestWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/javax/servlet/http/HttpSessionIdListener.java
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/connector/Request.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/connector/RequestFacade.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/core/ApplicationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/core/StandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/ha/session/DeltaManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/session/ManagerBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,552
Bug 54552 Completed Servlet 3.1 spec for changeSessionId, HttpSessionIdListener
null
resolved fixed
c11952d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:28:58Z
2013-02-12T20:13:20Z
java/org/apache/catalina/websocket/WsHttpServletRequestWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,203
Bug 54203 Part class missing documentation
null
resolved fixed
81eaf63
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-13T09:50:21Z
2012-11-25T13:26:40Z
java/javax/servlet/http/Part.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not u...
54,602
Bug 54602 B2CConverter character decode underflow leaves bytes in buffer
If a request contains a uri that ends in a multi byte character which is missing a byte the extra bytes are left in a buffer which is reused by a future request. The problem comes from two different things: 1) If B2CConverter tries to convert a ByteChunk which ends in a character underflow it does not convert that last...
resolved fixed
b2f0e7c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-22T21:38:20Z
2013-02-23T00:40:00Z
java/org/apache/catalina/connector/CoyoteAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,585
Bug 54585 WebappLoader doesn't honor delegate attr while constructing jsp_classpath
If custom WebappClassLoader is created with delegate=true then parent-first classloading model is used. Everything works here as expected. However jsp_classpath is always constructed in the following manner: customWebappClassLoader.urls;parent.urls;parent...parent.urls Whereas it is expected to me that if delegate=true...
resolved fixed
9ad4904
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-02-28T00:36:50Z
2013-02-20T03:13:20Z
java/org/apache/catalina/loader/WebappLoader.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,638
Bug 54638 /manager/status?XML=true
Hi all, in /manager/status?XML=true, informations about memory pools are incorrect. for every row all the values (initial,committed,maximum,used) are the same: Memory Pools Name:Eden Space Type:Heap memory Initial:143130624 Committed:143130624 Maximum:143130624 Used:143130624 Name:Survivor Space Type:Heap memory Initia...
resolved fixed
78b3c10
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-06T00:40:04Z
2013-03-05T16:13:20Z
java/org/apache/catalina/manager/StatusTransformer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,612
Bug 54612 Fatal Error when trying to send data to WebSocket with conection closed
null
resolved fixed
1255d32
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-06T17:23:57Z
2013-02-27T10:13:20Z
java/org/apache/catalina/websocket/WsOutbound.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,624
Bug 54624 Form authenticator hangs on re-authentication of POST request behind mod_proxy_ajp
Setup: Tomcat AJP connector behind mod_proxy_ajp, form-based authentication. When session expires and a POST request is submitted, Tomcat shows login form, user logs in, authenticator tries to restore the original POST request. Doing that, it tries to swallow the AJP message body before replacing the body of the reques...
resolved fixed
c9e056c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-06T20:45:28Z
2013-03-01T03:53:20Z
java/org/apache/catalina/authenticator/FormAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,628
Bug 54628 there is something wrong when send binary data by websocket.
there is something wrong when send binary data by websocket. see org.apache.catalina.websocket.WsOutbound.doWriteBytes(ByteBuffer, boolean) I think // Write the content upgradeOutbound.write(buffer.array(), 0, buffer.limit()); upgradeOutbound.flush(); should change to : // Write the content upgradeOutbound.write(buffer...
resolved fixed
e1d16fd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-06T20:52:19Z
2013-03-02T13:13:20Z
java/org/apache/catalina/websocket/WsOutbound.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,671
Bug 54671 Spec says ServerContainerProvider#getServerContainer() should be public, but implemented package-private in Tomcat 8.0
null
resolved fixed
28c599f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-11T22:48:07Z
2013-03-12T03:46:40Z
java/javax/websocket/server/ServerContainerProvider.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,690
Bug 54690 HTTPS BIO/NIO connector does not enable TLS 1.1 and TLS 1.2 by default
null
closed fixed
fedf189
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-14T14:41:51Z
2013-03-13T21:26:40Z
java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,660
Bug 54660 AccessLogValve fileDateFormat can not be changed through JMX
When an AccessLogValve is added to a catalina host with the JMX addVale() operation on the Host object name, the valve will start with the default fileDateFormat. Changing the attribute on the valve through it's JMX object name has no effect because the valve is already started. Executing a rotate() operation on the va...
resolved fixed
2a03ca6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-14T15:47:24Z
2013-03-10T10:06:40Z
java/org/apache/catalina/valves/AccessLogValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,658
Bug 54658 Implement Part#getSubmittedFileName from SERVLET_SPEC-57
null
resolved fixed
ca205c1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-14T20:34:32Z
2013-03-10T01:46:40Z
java/javax/servlet/http/Part.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not u...
54,658
Bug 54658 Implement Part#getSubmittedFileName from SERVLET_SPEC-57
null
resolved fixed
ca205c1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-14T20:34:32Z
2013-03-10T01:46:40Z
java/org/apache/catalina/connector/Request.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,658
Bug 54658 Implement Part#getSubmittedFileName from SERVLET_SPEC-57
null
resolved fixed
ca205c1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-14T20:34:32Z
2013-03-10T01:46:40Z
java/org/apache/catalina/core/ApplicationPart.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,658
Bug 54658 Implement Part#getSubmittedFileName from SERVLET_SPEC-57
null
resolved fixed
ca205c1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-14T20:34:32Z
2013-03-10T01:46:40Z
java/org/apache/catalina/manager/HTMLManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,702
Bug 54702 File descriptor leak at web.xml loading
Hello I think I've found a file descriptor leak in file /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java (method getGlobalWebXmlSource). A stream is from file "web.xml" is not closed. private WebXml getDefaultWebXmlFragment() { ... 1284 InputSource globalWebXml = getGlobalWebXmlSource(); ... 1337 // Pa...
resolved fixed
7c88af9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-15T13:57:19Z
2013-03-15T12:20:00Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,631
Bug 54631 @PathParam is not working with @OnMessage
I have defined server end-point as: @ServerEndpoint(value = "/ws/{mid}/{rid}/{uid}") When using @PathParam with @OnMessage, values are null. Other annotations like @OnOpen and @OnClose print values specified in URL. @OnMessage public void onTextMessage(@PathParam("mid") Long mid, @PathParam("rid") Integer rid, @PathPar...
resolved fixed
7fd7279
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-15T20:41:58Z
2013-03-04T09:40:00Z
test/org/apache/tomcat/websocket/pojo/TestPojoMethodMapping.java
54,712
Bug 54712 Prefer Locale.ENGLISH over Locale.US for case conversion
null
resolved fixed
dc16474
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T14:07:25Z
2013-03-17T17:06:40Z
java/org/apache/catalina/connector/Connector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,712
Bug 54712 Prefer Locale.ENGLISH over Locale.US for case conversion
null
resolved fixed
dc16474
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T14:07:25Z
2013-03-17T17:06:40Z
java/org/apache/tomcat/util/buf/B2CConverter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,712
Bug 54712 Prefer Locale.ENGLISH over Locale.US for case conversion
null
resolved fixed
dc16474
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T14:07:25Z
2013-03-17T17:06:40Z
java/org/apache/tomcat/util/http/parser/HttpParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,712
Bug 54712 Prefer Locale.ENGLISH over Locale.US for case conversion
null
resolved fixed
dc16474
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T14:07:25Z
2013-03-17T17:06:40Z
java/org/apache/tomcat/util/http/parser/MediaType.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,712
Bug 54712 Prefer Locale.ENGLISH over Locale.US for case conversion
null
resolved fixed
dc16474
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T14:07:25Z
2013-03-17T17:06:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,712
Bug 54712 Prefer Locale.ENGLISH over Locale.US for case conversion
null
resolved fixed
dc16474
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T14:07:25Z
2013-03-17T17:06:40Z
test/org/apache/catalina/startup/SimpleHttpClient.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,709
Bug 54709 Official schemes for WebSocket are "ws"/"wss"; WsWebSocketContainer only allows "http"/"https"
null
resolved fixed
ad148dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T18:49:45Z
2013-03-17T11:33:20Z
java/org/apache/tomcat/websocket/WsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,709
Bug 54709 Official schemes for WebSocket are "ws"/"wss"; WsWebSocketContainer only allows "http"/"https"
null
resolved fixed
ad148dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T18:49:45Z
2013-03-17T11:33:20Z
test/org/apache/tomcat/websocket/TestWsRemoteEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,709
Bug 54709 Official schemes for WebSocket are "ws"/"wss"; WsWebSocketContainer only allows "http"/"https"
null
resolved fixed
ad148dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T18:49:45Z
2013-03-17T11:33:20Z
test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,709
Bug 54709 Official schemes for WebSocket are "ws"/"wss"; WsWebSocketContainer only allows "http"/"https"
null
resolved fixed
ad148dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T18:49:45Z
2013-03-17T11:33:20Z
test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,709
Bug 54709 Official schemes for WebSocket are "ws"/"wss"; WsWebSocketContainer only allows "http"/"https"
null
resolved fixed
ad148dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-17T18:49:45Z
2013-03-17T11:33:20Z
test/org/apache/tomcat/websocket/pojo/TestPojoMethodMapping.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoEndpointBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerPartialBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerPartialBinary.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerPartialText.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholeBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholeBinary.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholePong.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholeText.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,710
Bug 54710 Java WebSocket specification says @OnMessage methods can have InputStream/Reader parameters; @OnClose can have CloseReason parameters
null
resolved fixed
06800eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-18T21:47:02Z
2013-03-17T14:20:00Z
java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,721
Bug 54721 RemoteEndpoint blocks indefinitely if sendObject called with BinaryStream of TextStream encoders
null
resolved fixed
80ef59a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-19T14:26:49Z
2013-03-19T02:26:40Z
java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,724
Bug 54724 WsSession does not throw IllegalStateException if closed when methods on it are called
Spec JavaDoc says: "Once the session is closed, it is no longer valid for use by applications. Calling any of its methods once the session has been closed will result in an IllegalStateException being thrown. Developers should retrieve any information from the session during the Endpoint.onClose(Session, CloseReason) m...
resolved fixed
12f89ff
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-19T19:49:51Z
2013-03-19T16:20:00Z
java/org/apache/tomcat/websocket/WsSession.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,724
Bug 54724 WsSession does not throw IllegalStateException if closed when methods on it are called
Spec JavaDoc says: "Once the session is closed, it is no longer valid for use by applications. Calling any of its methods once the session has been closed will result in an IllegalStateException being thrown. Developers should retrieve any information from the session during the Endpoint.onClose(Session, CloseReason) m...
resolved fixed
12f89ff
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-19T19:49:51Z
2013-03-19T16:20:00Z
test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,599
Bug 54599 DataSource password is exposed to applications via toString method
On the server side, create a DataSource using "org.apache.tomcat.jdbc.pool.DataSourceFactory". Ex: <Resource auth="Container" description="" name="jdbc/testTomcatJdbc" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" type="javax.sql.DataSource" username="sa" password="super-secret" driverClassName="org.h2.Driver...
resolved fixed
8445d9a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-22T09:16:06Z
2013-02-22T21:53:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,732
Bug 54732 StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks
null
resolved fixed
8cf47b4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-22T13:44:00Z
2013-03-20T20:06:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java
/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not...
54,732
Bug 54732 StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks
null
resolved fixed
8cf47b4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-22T13:44:00Z
2013-03-20T20:06:40Z
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCounterInterceptor.java
54,732
Bug 54732 StatementCache interceptor does not forward calls to Statement.close() which causes memory leaks
null
resolved fixed
8cf47b4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-22T13:44:00Z
2013-03-20T20:06:40Z
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestStatementCache.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,748
Bug 54748 IOException in echo WebSocket example
The IOException "New frame received after a close control frame" is raised after pressing Disconnect. The exception can be detected by adding an onError method to EchoEndpoint.
resolved fixed
cf0c064
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-25T21:54:33Z
2013-03-25T14:00:00Z
java/org/apache/tomcat/websocket/WsFrameBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,748
Bug 54748 IOException in echo WebSocket example
The IOException "New frame received after a close control frame" is raised after pressing Disconnect. The exception can be detected by adding an onError method to EchoEndpoint.
resolved fixed
cf0c064
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-25T21:54:33Z
2013-03-25T14:00:00Z
java/org/apache/tomcat/websocket/WsFrameClient.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,748
Bug 54748 IOException in echo WebSocket example
The IOException "New frame received after a close control frame" is raised after pressing Disconnect. The exception can be detected by adding an onError method to EchoEndpoint.
resolved fixed
cf0c064
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-25T21:54:33Z
2013-03-25T14:00:00Z
java/org/apache/tomcat/websocket/server/WsFrameServer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,755
Bug 54755 Type-based Endpoint's cannot be deployed by instance
For type-based Endpoint's, WsServlet instantiates the Endpoint via reflection instead of using the Configurator as is done in PojoEndpointServer: sec.getConfigurator().getEndpointInstance(sec.getEndpointClass())
resolved fixed
d025179
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-03-26T21:19:51Z
2013-03-26T17:46:40Z
java/org/apache/tomcat/websocket/server/WsServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,851
Bug 54851 Folder without web-fragment.xml should not impact the status of distributable
null
resolved fixed
e97e158
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-16T13:51:06Z
2013-04-16T13:46:40Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,822
Bug 54822 URL with Query String can't work over SPDY
null
resolved fixed
3da2133
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-19T15:20:53Z
2013-04-10T10:33:20Z
java/org/apache/coyote/spdy/SpdyProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,807
Bug 54807 [jsr356] java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer$TemplatePathMatch
Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer$TemplatePathMatch cannot be cast to java.lang.Comparable at java.util.TreeMap.compare(TreeMap.java:1188) at java.util.TreeMap.put(TreeMap.java:531) at java.util.TreeSet.add(TreeSet.java:255) at org.apache.tomcat.websocket.serv...
resolved fixed
0339fec
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-19T19:25:49Z
2013-04-05T19:26:40Z
java/org/apache/tomcat/websocket/server/WsServerContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,807
Bug 54807 [jsr356] java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer$TemplatePathMatch
Caused by: java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer$TemplatePathMatch cannot be cast to java.lang.Comparable at java.util.TreeMap.compare(TreeMap.java:1188) at java.util.TreeMap.put(TreeMap.java:531) at java.util.TreeSet.add(TreeSet.java:255) at org.apache.tomcat.websocket.serv...
resolved fixed
0339fec
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-19T19:25:49Z
2013-04-05T19:26:40Z
test/org/apache/tomcat/websocket/server/TestWebSocketServerContainer.java
54,800
Bug 54800 Possible thread/memory leak with use of WebSocketContainer
Whenever WebSocketContainer is used to connect to a server endpoint, the following message appears when Tomcat shuts down: SEVERE: The web application [/websocket-test] appears to have started a thread named [Thread-4] but has failed to stop it. This is very likely to create a memory leak. The message is repeated for 6...
resolved fixed
d2630df
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-23T16:23:20Z
2013-04-05T02:46:40Z
java/org/apache/tomcat/websocket/WsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,792
Bug 54792 IllegalStateException with chat sample
This looks related to 54659 and 54724 but possibly a new issue. To reproduce, open the chat sample page, send a message or two, and then close the browser tab. The following exception appears in the log and it doesn't seem to step from anything done in the application: java.lang.IllegalStateException: The WebSocket ses...
resolved fixed
e26d61d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-23T16:34:04Z
2013-04-03T00:46:40Z
webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,781
Bug 54781 NPE in WsServerContainer if there is no matching path
null
resolved fixed
67ed3e7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-23T19:58:34Z
2013-04-01T23:46:40Z
java/org/apache/tomcat/websocket/server/WsFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,781
Bug 54781 NPE in WsServerContainer if there is no matching path
null
resolved fixed
67ed3e7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-23T19:58:34Z
2013-04-01T23:46:40Z
java/org/apache/tomcat/websocket/server/WsServerContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,708
Bug 54708 Use base file name ("ROOT") as the work directory for the default webapp instead of "_"
null
resolved fixed
59a0676
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-23T20:06:02Z
2013-03-16T02:13:20Z
java/org/apache/catalina/core/StandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,178
Bug 54178 [CVE-2013-2071] runtime exception in onComplete of AsyncListener, will make org.apache.catalina.connector.Request not recycled (orginally reported MESSAGE POST to tomcat, but it called doGet)
one HTTP request use POST method, but in tomcat it calls doGet() what is really strage. as I only tested in 7.0.23, and 7.0.32. in 7.0.32, 7.0.32 is more reproduceable than 7.0.23. I know it must be a very strange issue, as tomcat has so many release. I can't believe it if I didn't see it with my own eyes. so I attache...
resolved fixed
4171baf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-24T11:27:11Z
2012-11-21T12:13:20Z
java/org/apache/catalina/core/AsyncContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,178
Bug 54178 [CVE-2013-2071] runtime exception in onComplete of AsyncListener, will make org.apache.catalina.connector.Request not recycled (orginally reported MESSAGE POST to tomcat, but it called doGet)
one HTTP request use POST method, but in tomcat it calls doGet() what is really strage. as I only tested in 7.0.23, and 7.0.32. in 7.0.32, 7.0.32 is more reproduceable than 7.0.23. I know it must be a very strange issue, as tomcat has so many release. I can't believe it if I didn't see it with my own eyes. so I attache...
resolved fixed
4171baf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-24T11:27:11Z
2012-11-21T12:13:20Z
test/org/apache/catalina/core/TestAsyncContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,801
Bug 54801 EL-like expressions in jsp:scriptlet break compilation of JSP XML documents
null
resolved fixed
1631be1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-25T13:16:45Z
2013-04-05T02:46:40Z
java/org/apache/jasper/compiler/JspDocumentParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,801
Bug 54801 EL-like expressions in jsp:scriptlet break compilation of JSP XML documents
null
resolved fixed
1631be1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-25T13:16:45Z
2013-04-05T02:46:40Z
test/org/apache/jasper/compiler/TestJspDocumentParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,888
Bug 54888 TagPlugin "ForEach" doesn't support CSV items
null
resolved fixed
d440ae2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-29T13:24:36Z
2013-04-24T21:46:40Z
java/org/apache/jasper/tagplugins/jstl/core/ForEach.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...