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
52,474
Bug 52474 Do not load listeners declared with blank spaces on tld file.
null
resolved fixed
2dd8a40
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-20T21:16:41Z
2012-01-17T11:33:20Z
java/org/apache/catalina/startup/TldRuleSet.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 ...
52,511
Bug 52511 Exception logged in annotation scanning for web apps without /WEB-INF/classes
null
resolved fixed
3277494
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-27T22:06:05Z
2012-01-24T01:53:20Z
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 ...
52,543
Bug 52543 Exception
SEVERE: Error finishing response java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at org.apache.coyote.http11.AbstractOutputBuffer.write(AbstractOutputBuffer.java:495) at org.apache.coyote.http11.AbstractOutputBuffer.sendStatus(AbstractOutputBuffer.java:337) at org.apache.coyote.htt...
resolved fixed
ee0562d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-28T19:40:43Z
2012-01-27T16:00:00Z
java/org/apache/coyote/http11/AbstractOutputBuffer.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...
52,547
Bug 52547 incorrect byeswritten log after completed async request under http1.0
null
resolved fixed
f2edc92
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-28T20:28:18Z
2012-01-28T00:20:00Z
java/org/apache/coyote/http11/AbstractOutputBuffer.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...
52,444
Bug 52444 Classloading-based ServletContainerInitializer @HandlesTypes processing can result in long startup times
See 52326 for background, noting particularly the following: "As long as SCI processing involves expensive classloading, larger applications will suffer from long startup times and thus be encouraged to "shut off" this functionality via metadata-complete='true'." This issue, then, is intended to address classloading-ba...
resolved fixed
f4896de
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-30T11:14:06Z
2012-01-09T23:00: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 ...
52,444
Bug 52444 Classloading-based ServletContainerInitializer @HandlesTypes processing can result in long startup times
See 52326 for background, noting particularly the following: "As long as SCI processing involves expensive classloading, larger applications will suffer from long startup times and thus be encouraged to "shut off" this functionality via metadata-complete='true'." This issue, then, is intended to address classloading-ba...
resolved fixed
f4896de
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-30T11:14:06Z
2012-01-09T23:00:00Z
java/org/apache/tomcat/util/bcel/classfile/JavaClass.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...
52,444
Bug 52444 Classloading-based ServletContainerInitializer @HandlesTypes processing can result in long startup times
See 52326 for background, noting particularly the following: "As long as SCI processing involves expensive classloading, larger applications will suffer from long startup times and thus be encouraged to "shut off" this functionality via metadata-complete='true'." This issue, then, is intended to address classloading-ba...
resolved fixed
f4896de
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-30T11:14:06Z
2012-01-09T23:00:00Z
test/org/apache/catalina/startup/TestContextConfigAnnotation.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 ...
52,587
Bug 52587 NPE in authenticator when no realm/resource is defined
When no Realm is available to authenticate against, an NPE is thrown. STR: 1. Start with a stock 7.0.25 and modify server.xml: 2. Comment-out <Resource> in <GlobalNamingResources> 3. Comment-out <Realm> in <Engine> 4. Deploy manager app and try to log in java.lang.NullPointerException org.apache.catalina.realm.RealmBas...
resolved fixed
49a52cb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T20:12:26Z
2012-02-03T00:46:40Z
java/org/apache/catalina/core/StandardEngine.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 ...
52,577
Bug 52577 Response output written in filter can be truncated
Due to changes 1229726, 1229727 and 1229728 output written to response in the filter can be truncated up to 8192 bytes. Consider the following scenario: - you have a filter that invoke getWriter() before chain.doFilter(request, responseWrapper) - responseWrapper overrides getWriter() method and returns some buffered wr...
resolved fixed
2fd117b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T21:12:42Z
2012-02-02T13:40:00Z
java/org/apache/catalina/connector/OutputBuffer.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 ...
52,577
Bug 52577 Response output written in filter can be truncated
Due to changes 1229726, 1229727 and 1229728 output written to response in the filter can be truncated up to 8192 bytes. Consider the following scenario: - you have a filter that invoke getWriter() before chain.doFilter(request, responseWrapper) - responseWrapper overrides getWriter() method and returns some buffered wr...
resolved fixed
2fd117b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T21:12:42Z
2012-02-02T13:40:00Z
java/org/apache/catalina/connector/Response.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 ...
52,577
Bug 52577 Response output written in filter can be truncated
Due to changes 1229726, 1229727 and 1229728 output written to response in the filter can be truncated up to 8192 bytes. Consider the following scenario: - you have a filter that invoke getWriter() before chain.doFilter(request, responseWrapper) - responseWrapper overrides getWriter() method and returns some buffered wr...
resolved fixed
2fd117b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T21:12:42Z
2012-02-02T13:40:00Z
test/org/apache/catalina/connector/TestOutputBuffer.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 ...
52,586
Bug 52586 When requests are forwarded, the request attribute javax.servlet.forward.path_info is assigned an incorrect value.
As per the servlet spec, the values for: javax.servlet.forward.request_uri javax.servlet.forward.context javax.servlet.forward.servlet_path javax.servlet.forward.path_info javax.servlet.forward.query_string MUST be set to the values from the very first servlet that serviced the current request. However, it seems that T...
resolved fixed
660513c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-05T21:54:30Z
2012-02-03T00:46:40Z
java/org/apache/catalina/core/StandardHostValve.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 ...
52,591
Bug 52591 UnsupportedOperationException logged when fetching BasicDataSource 'loginTimeout'
With a BasicDataSource configured (using a <Resource>), simply list the available MBeans and this exception will be emitted to stdout: SEVERE: Error getting attribute Catalina:type=DataSource,context=/context,host=localhost,class=javax.sql.DataSource,name="jdbc/myDataSource" loginTimeout javax.management.RuntimeOperati...
resolved fixed
fbf9166
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T14:33:23Z
2012-02-03T20:13:20Z
java/org/apache/catalina/mbeans/MBeanDumper.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 ...
52,606
Bug 52606 FORM authentication POST replay broken for AJP
null
resolved fixed
6f766be
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T17:12:08Z
2012-02-05T22:13:20Z
java/org/apache/coyote/ajp/AbstractAjpProcessor.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...
52,607
Bug 52607 It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat
null
resolved fixed
4b6d583
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T21:15:07Z
2012-02-06T03:46:40Z
java/org/apache/catalina/core/StandardServer.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 ...
52,607
Bug 52607 It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat
null
resolved fixed
4b6d583
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-08T21:15:07Z
2012-02-06T03:46:40Z
java/org/apache/catalina/util/ExtensionValidator.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 ...
52,666
Bug 52666 EL should coerce String to Integer in equals operation
null
resolved fixed
bf9bf39
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T16:26:08Z
2012-02-14T17:20:00Z
java/org/apache/el/lang/ELSupport.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 ...
52,666
Bug 52666 EL should coerce String to Integer in equals operation
null
resolved fixed
bf9bf39
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T16:26:08Z
2012-02-14T17:20:00Z
test/org/apache/el/lang/TestELSupport.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 ...
52,669
Bug 52669 Annotation processing, in WEB-INF/classes, for Servlets/Listeners/Filters is skipped when the web app is not extracted, classes do not have packages and for some embedded scenarios
null
resolved fixed
34b1a7e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T20:57:36Z
2012-02-15T01:40: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 ...
52,671
Bug 52671 NIO Connector: Exception invoking method readBufSize / writeBufSize in the JMX Proxy Servlet
null
resolved fixed
3fe64a5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-15T20:58:16Z
2012-02-15T15:33:20Z
java/org/apache/catalina/mbeans/MBeanDumper.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 ...
52,758
Bug 52758 Jasper illegally implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit from Eclipse
null
resolved fixed
2e7f5ab
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-24T10:04:05Z
2012-02-24T10:40:00Z
java/org/apache/jasper/compiler/JDTCompiler.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 ...
52,760
Bug 52760 Mime type for javascript incorrect in documentation
null
resolved fixed
833e6b1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-02-26T13:29:48Z
2012-02-24T19:00:00Z
java/org/apache/catalina/filters/ExpiresFilter.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...
52,804
Bug 52804 Make PoolProperties implement Cloneable.
It would be very useful to have the PoolProperties class implement the java.lang.Cloneable interface. We have many databases that share the same schema, username, password, configuration etc but differ only in their URL. Implementing a routing datasource based on something like org.springframework.jdbc.datasource.Abstr...
resolved fixed
55baca6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-01T20:15:24Z
2012-03-01T22:13: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 ...
52,724
Bug 52724 An incomplete fix for the resource leak bugs in Catalina.java
null
resolved fixed
7c51f61
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-05T20:10:32Z
2012-02-21T16:00:00Z
java/org/apache/catalina/startup/Catalina.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 ...
52,725
Bug 52725 org.apache.jasper.compiler.JspUtil#getTagHandlerClassName() does not use org.apache.jasper.Constants.TAG_FILE_PACKAGE_NAME
In the class org.apache.jasper.compiler.JspUtil, its method public static String getTagHandlerClassName(String path, String urn, ErrorDispatcher err) throws JasperException { ... } uses the string constants directly like "org.apache.jsp.tag.web.", "org.apache.jsp.tag.meta.". But you know there is TAG_FILE_PACKAGE_NAME ...
resolved fixed
bf0287e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-05T20:20:00Z
2012-02-21T16:00:00Z
java/org/apache/jasper/compiler/JspUtil.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 ...
52,726
Bug 52726 An incomplete fix for the resource leak bug in MemoryUserDatabase.java
null
resolved fixed
a30ce07
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T20:56:10Z
2012-02-21T16:00:00Z
java/org/apache/catalina/users/MemoryUserDatabase.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 ...
52,727
Bug 52727 An incomplete fix for the resource leak bug in HostConfig.java
null
resolved fixed
8293a6e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T21:15:26Z
2012-02-21T16:00:00Z
java/org/apache/catalina/startup/HostConfig.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 ...
52,729
Bug 52729 An incomplete fix for the resource leak bug in CometConnectionManagerValve.java
null
resolved fixed
683d5c1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T21:26:11Z
2012-02-21T16:00:00Z
java/org/apache/catalina/valves/CometConnectionManagerValve.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 ...
52,731
Bug 52731 An incomplete fix for the resource leak bug in JDTCompiler.java
null
resolved fixed
2b1d195
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T22:39:33Z
2012-02-21T16:00:00Z
java/org/apache/jasper/compiler/JDTCompiler.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 ...
52,732
Bug 52732 An incomplete fix for the resource leak bug in ExpressionFactory.java
null
resolved fixed
6399c83
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-06T22:56:31Z
2012-02-21T16:00:00Z
java/javax/el/ExpressionFactory.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 ...
52,846
Bug 52846 Programmatic login using UserDatabaseRealm returns 403 error.
IMHO,HttpServletRequest#login does not need to define a <login-config>. NonLoginAuthenticator is used when <login-config> is not specified in HttpServletRequest#login. When UserDatabaseRealm is used, not GenericPrincipal but Memory User is set to a session. In AuthenticatorBase#invoke, principal registered into a sessi...
resolved fixed
a01418d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T09:20:48Z
2012-03-07T14:20:00Z
java/org/apache/catalina/authenticator/NonLoginAuthenticator.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 ...
52,767
Bug 52767 Potential Bug or Inconsistency in JDBCRealm.java and JDBCAccessLogValve.java
This is Ken Cheung, a Computer Science M.Phil. student. I observed some code clones in Tomcat and found inconsistent code: /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java 676 if (driver == null) { 677 try { 678 Class<?> clazz = Class.forName(driverName); 679 driver = (Driver) clazz.newInstance(); 680 } catc...
resolved fixed
1f4663d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T13:24:45Z
2012-02-25T20:00:00Z
java/org/apache/catalina/valves/JDBCAccessLogValve.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 ...
52,770
Bug 52770 Potential Bug or Inconsistency in NioBlockingSelector.java
This is Ken Cheung, a Computer Science M.Phil. student. I observed some code clones in Tomcat and found inconsistent code: /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java 103 try { 104 if ( att.getWriteLatch()==null || att.getWriteLatch().getCount()==0) att.startWriteLatch(1); 105 poller.add(att,...
resolved fixed
4f75b2d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T14:34:59Z
2012-02-25T20:00:00Z
java/org/apache/tomcat/util/net/NioBlockingSelector.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 ...
52,772
Bug 52772 JspC : checking uriRoot option validness
In org.apache.jasper.JspC#execute() method, if uriRoot is not null, it scans all jsp files under uriRoot, and then checks if uriRoot is a directory. It should be more desirable to check if uriRoot is a directory or not first and then scanning it. Here are my suggestion. if (uriRoot == null) { throw new JasperException(...
resolved fixed
35958df
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T15:09:07Z
2012-02-26T12:40:00Z
java/org/apache/jasper/JspC.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 ...
52,792
Bug 52792 Incomplete error message when lookup a resource that is not bound in the naming
null
resolved fixed
7cec4ff
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T21:11:01Z
2012-02-29T01:46:40Z
java/org/apache/naming/NamingContext.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 ...
52,719
Bug 52719 An incomplete fix for the resource leak bug in WebappClassLoader.java
null
resolved fixed
78c02a7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-07T21:45:27Z
2012-02-21T16:00:00Z
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 ...
52,500
Bug 52500 Improve client certificate authentication
null
resolved fixed
401c703
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-08T17:22:29Z
2012-01-23T17: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 ...
52,500
Bug 52500 Improve client certificate authentication
null
resolved fixed
401c703
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-08T17:22:29Z
2012-01-23T17:33:20Z
java/org/apache/catalina/realm/X509SubjectDnRetriever.java
52,500
Bug 52500 Improve client certificate authentication
null
resolved fixed
401c703
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-08T17:22:29Z
2012-01-23T17:33:20Z
java/org/apache/catalina/realm/X509UsernameRetriever.java
52,776
Bug 52776 Generator's JspFragment.invoke implementation does not reset ELContext[JspContext.class]
If a developer captures a JspFragment themselves and calls invoke on it, the JspContext.class attribute in the enclosing pageContext's ELContext is set by the generated JspFragment subclass, but not reset to its original value afterwards. Therefore after invoking a JspContext any EL expressions will be searching the wr...
resolved fixed
faf26da
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T11:51:42Z
2012-02-27T05: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 ...
52,850
Bug 52850 Various miscellaneous fixes to Tomcat Memory Leak Detection code
Problem Description - ---------------------- Tomcat memory leak detection has the following issues - Most of the detection and fixing code has been tested ONLY on Sun JVMs. A lot of the reflection based code does not work with the IBM JDK. - Tests in tomcat7.source\test\org\apache\catalina\loader do not seem to run suc...
resolved fixed
adbf442
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T19:08:49Z
2012-03-07T19:53: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 ...
52,850
Bug 52850 Various miscellaneous fixes to Tomcat Memory Leak Detection code
Problem Description - ---------------------- Tomcat memory leak detection has the following issues - Most of the detection and fixing code has been tested ONLY on Sun JVMs. A lot of the reflection based code does not work with the IBM JDK. - Tests in tomcat7.source\test\org\apache\catalina\loader do not seem to run suc...
resolved fixed
adbf442
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T19:08:49Z
2012-03-07T19:53:20Z
test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java
52,850
Bug 52850 Various miscellaneous fixes to Tomcat Memory Leak Detection code
Problem Description - ---------------------- Tomcat memory leak detection has the following issues - Most of the detection and fixing code has been tested ONLY on Sun JVMs. A lot of the reflection based code does not work with the IBM JDK. - Tests in tomcat7.source\test\org\apache\catalina\loader do not seem to run suc...
resolved fixed
adbf442
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T19:08:49Z
2012-03-07T19:53:20Z
test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java
52,723
Bug 52723 An incomplete fix for the resource leak bugs in StandardManager.java
null
resolved wontfix
9f8c8d6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-09T20:32:50Z
2012-02-21T16:00:00Z
java/org/apache/catalina/session/StandardManager.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 ...
52,926
Bug 52926 NPE in processSocket
We have sporadic issues triggering 502 proxy errors using the NIO connector behind Nginx, caused by dropped connections/end of streams in Tomcat. The Tomcat log shows: SEVERE: Error allocating socket processor java.lang.NullPointerException at org.apache.tomcat.util.net.NioEndpoint.processSocket(NioEndpoint.java:721) a...
resolved fixed
dcb8808
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T11:07:21Z
2012-03-16T12:13:20Z
java/org/apache/tomcat/util/net/NioEndpoint.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...
51,237
Bug 51237 SlowQueryReport interceptor does not log anything
null
resolved fixed
0eb38b8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T14:02:18Z
2011-05-21T01:06:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.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 ...
51,893
Bug 51893 JMX notification/Exception for empty/exhausted connection pool
Currently, if there is an error getting a connection from the pool, a generic SQLException is thrown. The only way to determine if the problem is a result of the connection pool being exhausted is to catch the SQLException and parse the message (i.e. look for "Pool empty" in ex.getMessage()). Would like to see the foll...
resolved fixed
9d687eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T16:44:17Z
2011-09-26T18:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.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 ...
51,893
Bug 51893 JMX notification/Exception for empty/exhausted connection pool
Currently, if there is an error getting a connection from the pool, a generic SQLException is thrown. The only way to determine if the problem is a result of the connection pool being exhausted is to catch the SQLException and parse the message (i.e. look for "Pool empty" in ex.getMessage()). Would like to see the foll...
resolved fixed
9d687eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T16:44:17Z
2011-09-26T18:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolExhaustedException.java
51,893
Bug 51893 JMX notification/Exception for empty/exhausted connection pool
Currently, if there is an error getting a connection from the pool, a generic SQLException is thrown. The only way to determine if the problem is a result of the connection pool being exhausted is to catch the SQLException and parse the message (i.e. look for "Pool empty" in ex.getMessage()). Would like to see the foll...
resolved fixed
9d687eb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T16:44:17Z
2011-09-26T18:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.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...
50,860
Bug 50860 In case of invalid or empty slqQuery connection are always invalidated without usefull information
The code is (in PooledConnection.java#validate(int validateAction,String sql) ) Statement stmt = null; try { stmt = connection.createStatement(); stmt.execute(query); stmt.close(); this.lastValidated = now; return true; } catch (Exception ignore) { if (log.isDebugEnabled()) log.debug("Unable to validate object:",ignore...
resolved fixed
e092870
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T17:32:47Z
2011-03-03T11:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.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 ...
50,860
Bug 50860 In case of invalid or empty slqQuery connection are always invalidated without usefull information
The code is (in PooledConnection.java#validate(int validateAction,String sql) ) Statement stmt = null; try { stmt = connection.createStatement(); stmt.execute(query); stmt.close(); this.lastValidated = now; return true; } catch (Exception ignore) { if (log.isDebugEnabled()) log.debug("Unable to validate object:",ignore...
resolved fixed
e092870
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T17:32:47Z
2011-03-03T11:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.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 ...
50,860
Bug 50860 In case of invalid or empty slqQuery connection are always invalidated without usefull information
The code is (in PooledConnection.java#validate(int validateAction,String sql) ) Statement stmt = null; try { stmt = connection.createStatement(); stmt.execute(query); stmt.close(); this.lastValidated = now; return true; } catch (Exception ignore) { if (log.isDebugEnabled()) log.debug("Unable to validate object:",ignore...
resolved fixed
e092870
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T17:32:47Z
2011-03-03T11:00:00Z
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 ...
50,860
Bug 50860 In case of invalid or empty slqQuery connection are always invalidated without usefull information
The code is (in PooledConnection.java#validate(int validateAction,String sql) ) Statement stmt = null; try { stmt = connection.createStatement(); stmt.execute(query); stmt.close(); this.lastValidated = now; return true; } catch (Exception ignore) { if (log.isDebugEnabled()) log.debug("Unable to validate object:",ignore...
resolved fixed
e092870
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T17:32:47Z
2011-03-03T11:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.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 ...
50,860
Bug 50860 In case of invalid or empty slqQuery connection are always invalidated without usefull information
The code is (in PooledConnection.java#validate(int validateAction,String sql) ) Statement stmt = null; try { stmt = connection.createStatement(); stmt.execute(query); stmt.close(); this.lastValidated = now; return true; } catch (Exception ignore) { if (log.isDebugEnabled()) log.debug("Unable to validate object:",ignore...
resolved fixed
e092870
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T17:32:47Z
2011-03-03T11:00:00Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.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...
52,839
Bug 52839 New unit test for DigestAuthenticator and SingleSignOn
null
resolved fixed
c0f1bb9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-20T21:34:06Z
2012-03-06T21:40:00Z
test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java
52,957
Bug 52957 ClassCastException while removing Valve
null
resolved fixed
d5cee34
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-22T14:35:02Z
2012-03-21T17:13:20Z
java/org/apache/catalina/core/StandardPipeline.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 ...
52,066
Bug 52066 ConnectionPool.borrowConnection swallows interrupt state.
In this code snippet starting on line 6.15 of ConnectionPool.java version 7.0.22 try { //retrieve an existing connection con = idle.poll(timetowait, TimeUnit.MILLISECONDS); } catch (InterruptedException ex) { Thread.interrupted();//clear the flag, and bail out SQLException sx = new SQLException("Pool wait interrupted."...
resolved fixed
fe16ac2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T17:55:41Z
2011-10-20T22:33:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.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 ...
52,066
Bug 52066 ConnectionPool.borrowConnection swallows interrupt state.
In this code snippet starting on line 6.15 of ConnectionPool.java version 7.0.22 try { //retrieve an existing connection con = idle.poll(timetowait, TimeUnit.MILLISECONDS); } catch (InterruptedException ex) { Thread.interrupted();//clear the flag, and bail out SQLException sx = new SQLException("Pool wait interrupted."...
resolved fixed
fe16ac2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T17:55:41Z
2011-10-20T22:33:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.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 ...
52,066
Bug 52066 ConnectionPool.borrowConnection swallows interrupt state.
In this code snippet starting on line 6.15 of ConnectionPool.java version 7.0.22 try { //retrieve an existing connection con = idle.poll(timetowait, TimeUnit.MILLISECONDS); } catch (InterruptedException ex) { Thread.interrupted();//clear the flag, and bail out SQLException sx = new SQLException("Pool wait interrupted."...
resolved fixed
fe16ac2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T17:55:41Z
2011-10-20T22:33:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.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 ...
52,066
Bug 52066 ConnectionPool.borrowConnection swallows interrupt state.
In this code snippet starting on line 6.15 of ConnectionPool.java version 7.0.22 try { //retrieve an existing connection con = idle.poll(timetowait, TimeUnit.MILLISECONDS); } catch (InterruptedException ex) { Thread.interrupted();//clear the flag, and bail out SQLException sx = new SQLException("Pool wait interrupted."...
resolved fixed
fe16ac2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T17:55:41Z
2011-10-20T22:33: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 ...
52,066
Bug 52066 ConnectionPool.borrowConnection swallows interrupt state.
In this code snippet starting on line 6.15 of ConnectionPool.java version 7.0.22 try { //retrieve an existing connection con = idle.poll(timetowait, TimeUnit.MILLISECONDS); } catch (InterruptedException ex) { Thread.interrupted();//clear the flag, and bail out SQLException sx = new SQLException("Pool wait interrupted."...
resolved fixed
fe16ac2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T17:55:41Z
2011-10-20T22:33:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.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...
52,833
Bug 52833 NPE with 7.0.26
Upgrading the maven plugin 7.0.26, the goal which runs tomcat with a conf dir (not the embed version) generate the following NPE Log: at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:141) at org.apache.catalina.startup.Catalina.sta...
resolved fixed
6a8e480
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T18:28:35Z
2012-03-06T05:00:00Z
java/org/apache/catalina/core/StandardServer.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 ...
52,974
Bug 52974 NameNotFoundException is thrown when field/method is annotated with @Resource annotation
null
resolved fixed
67a926c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-27T19:20:10Z
2012-03-22T23:46:40Z
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 ...
53,001
Bug 53001 Behaviour of ResourceBundleELResolver
null
resolved fixed
1aced29
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-30T16:31:10Z
2012-03-29T14:06:40Z
test/javax/el/TestResourceBundleELResolver.java
52,998
Bug 52998 Performance issue with ExpressionFactory.newInstance()
null
resolved fixed
7da5fa9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-03-30T20:10:48Z
2012-03-29T00:13:20Z
java/javax/el/ExpressionFactory.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 ...
50,864
Bug 50864 Reconfigure pool on the fly using JMX
null
resolved fixed
518662f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-10T16:29:42Z
2011-03-03T16:33:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.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 ...
50,864
Bug 50864 Reconfigure pool on the fly using JMX
null
resolved fixed
518662f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-10T16:29:42Z
2011-03-03T16:33: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 ...
50,864
Bug 50864 Reconfigure pool on the fly using JMX
null
resolved fixed
518662f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-10T16:29:42Z
2011-03-03T16:33:20Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.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...
53,056
Bug 53056 Add APR version number to tcnative version INFO log message
When tcnative starts, it emits information like this to catalina.out: pr 10, 2012 4:54:55 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.23. Apr 10, 2012 4:54:55 PM org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], send...
resolved fixed
df88ecb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-10T21:16:01Z
2012-04-11T02:06:40Z
java/org/apache/catalina/core/AprLifecycleListener.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,087
Bug 53087 BackupManager does not replicate session access time.
null
resolved fixed
48b9153
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-17T06:06:51Z
2012-04-17T10:53:20Z
java/org/apache/catalina/ha/session/DeltaSession.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,087
Bug 53087 BackupManager does not replicate session access time.
null
resolved fixed
48b9153
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-17T06:06:51Z
2012-04-17T10:53:20Z
java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.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,087
Bug 53087 BackupManager does not replicate session access time.
null
resolved fixed
48b9153
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-04-17T06:06:51Z
2012-04-17T10:53:20Z
java/org/apache/catalina/tribes/tipis/ReplicatedMapEntry.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,063
Bug 53063 Inconsistency in documentation regarding Connector's maxConnections property
null
resolved fixed
be365e5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-10T21:07:22Z
2012-04-11T16:00:00Z
java/org/apache/tomcat/util/net/AbstractEndpoint.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,063
Bug 53063 Inconsistency in documentation regarding Connector's maxConnections property
null
resolved fixed
be365e5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-10T21:07:22Z
2012-04-11T16:00:00Z
java/org/apache/tomcat/util/net/JIoEndpoint.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...
53,067
Bug 53067 WebSocket implementation issue with wrapped requests
null
resolved fixed
111dc8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-12T20:51:24Z
2012-04-12T22:33:20Z
java/org/apache/catalina/websocket/WebSocketServlet.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,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.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,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.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,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.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,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.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...
53,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPoolMBean.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...
53,254
Bug 53254 Support for purging connection pool
It is a common function of a connection pool to support "purging" the pool of all current connections and getting all fresh connections. Oracle UCP and Websphere pools are two such examples. It would be great if this pool supported such an operation as well. It would be useful if the operation were exposed through JMX ...
resolved fixed
f170929
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-18T16:28:33Z
2012-05-17T21:26:40Z
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/PoolPurgeTest.java
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
java/org/apache/catalina/websocket/StreamInbound.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,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
java/org/apache/coyote/ajp/AjpAprProtocol.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...
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
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...
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
java/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.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...
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
java/org/apache/coyote/http11/upgrade/UpgradeBioProcessor.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...
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
java/org/apache/coyote/http11/upgrade/UpgradeInbound.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,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00:00Z
java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.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...
53,074
Bug 53074 [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout
The default connectTimeout value is set to 20000 and cause issue with WebSocket connection java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.apache.coyote.http11.upgrade.UpgradeBioProcessor.read(...
resolved fixed
098a647
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-25T16:39:46Z
2012-04-13T18:00: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...
53,090
Bug 53090 Servlet superclass injection targets are ignored
null
resolved fixed
de1f763
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-28T21:16:29Z
2012-04-17T10:53:20Z
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 ...
53,081
Bug 53081 WebappClassLoader causes java.lang.OutOfMemoryError in findResourceInternal()
null
resolved fixed
5d12129
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-29T13:06:24Z
2012-04-14T02:20:00Z
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 ...
53,180
Bug 53180 DefaultInstanceManager#populateAnnotationsCache - incomplete check is used when validating for a setter method
null
resolved fixed
39c8e18
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-29T13:33:40Z
2012-05-02T23:06:40Z
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 ...
53,322
Bug 53322 Odd decapitalization when inferring JavaBean property from setter name for an injection target
null
resolved fixed
13100e9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-30T01:30:58Z
2012-05-30T06:40: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 ...
53,169
Bug 53169 [patch] don't do chunking with Connection: close
null
resolved fixed
280beac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-30T14:11:49Z
2012-05-01T13:46:40Z
java/org/apache/coyote/http11/AbstractHttp11Processor.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...
53,169
Bug 53169 [patch] don't do chunking with Connection: close
null
resolved fixed
280beac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-30T14:11:49Z
2012-05-01T13:46:40Z
test/org/apache/coyote/http11/TestAbstractHttp11Processor.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...
53,225
Bug 53225 IllegalStateException "zip file closed" with resource from webfragment jar if JreMemoryLeakPreventionListener is removed
null
resolved fixed
e90cd4b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-05-31T09:58:56Z
2012-05-13T00:46:40Z
java/org/apache/tomcat/util/scan/FileUrlJar.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,342
Bug 53342 If starting immediately after Tomcat stop fail, BindException will throw.
e.g. When Context#stop throw LifecycleException, the main thread stops, but startStopThreads of Host/Engine will remain for a while. Because, startStopThreads is not a demon thread. As a result, even if a main thread stops, Acceptor Threads of 8080/8009 is not stopped. keepAliveTime for 10 seconds is set up now. === st...
resolved fixed
84342f5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T09:38:31Z
2012-06-01T14:13:20Z
java/org/apache/catalina/core/ContainerBase.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,285
Bug 53285 Web app configuration fails when security-role-ref does not contain role-link
null
resolved fixed
ad3b503
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T09:40:59Z
2012-05-24T09:00:00Z
java/org/apache/catalina/deploy/ServletDef.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,285
Bug 53285 Web app configuration fails when security-role-ref does not contain role-link
null
resolved fixed
ad3b503
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T09:40:59Z
2012-05-24T09:00:00Z
java/org/apache/catalina/startup/WebRuleSet.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,301
Bug 53301 Servlet init method called twice with embedded Tomcat
When using embedded Tomcat, the servlet init method is called twice by the container. This has been seen with an Apache DirectMemory unit test. I have checked with a normal Tomcat launched by the Tomcat Maven plugin (mvn tomcat7:run) and in this case, the init method is correctly called once.
resolved fixed
6ce3128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-06-01T10:16:50Z
2012-05-27T00:53:20Z
java/org/apache/catalina/startup/Tomcat.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 ...