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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
50,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/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,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/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,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/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,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/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,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/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,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/AlternateUsernameTest.java | |
50,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/driver/Connection.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... |
50,025 | Bug 50025 getConnection method in class DataSourceProxy is ignoring credentials | null | resolved fixed | 59b17c1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-03T22:14:21Z | 2010-09-29T14:20:00Z | modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/driver/Driver.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... |
50,500 | Bug 50500 EL evaluation of floating-point String value vs BigInteger loses precision | According to the EL spec ch.1.7.1, the A+B,A-B,A*B expressions when A is a "String containing ., e, or E" and B is a BigInteger have to be evaluated as follows: "coerce both A and B to BigDecimal and apply operator" The actual implementation though, instead of coercing A as String -> BigDecimal, does two coercions: Str... | resolved fixed | b19fb3b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-04T14:22:52Z | 2010-12-19T23:06:40Z | java/org/apache/el/lang/ELArithmetic.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,500 | Bug 50500 EL evaluation of floating-point String value vs BigInteger loses precision | According to the EL spec ch.1.7.1, the A+B,A-B,A*B expressions when A is a "String containing ., e, or E" and B is a BigInteger have to be evaluated as follows: "coerce both A and B to BigDecimal and apply operator" The actual implementation though, instead of coercing A as String -> BigDecimal, does two coercions: Str... | resolved fixed | b19fb3b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-04T14:22:52Z | 2010-12-19T23:06:40Z | test/org/apache/el/lang/TestELArithmetic.java | |
50,541 | Bug 50541 JNDIRealm: support configuring LDAP sizeLimit (countLimit in SearchControls) | null | resolved fixed | 76b6415 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-04T17:35:06Z | 2011-01-04T16:53:20Z | java/org/apache/catalina/realm/JNDIRealm.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,467 | Bug 50467 Occasional NIO connector lockups on high load | We've been running Tomcat 6.0.29 on FC8 2.6.21 with tens of thousands of long polling threads which usually work fine. Every few days though we will experience a sudden lockup of the NIO connector and it has to be restarted. These have been seen to be accompanied by the following stack trace: Exception in thread "http-... | resolved fixed | 688e61e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-05T13:51:48Z | 2010-12-13T19:53: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... |
50,453 | Bug 50453 Multiple X-Forwarded-For headers not handled by RemoteIP valve | null | resolved fixed | 3541fc6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-05T15:05:42Z | 2010-12-10T14:06:40Z | java/org/apache/catalina/filters/RemoteIpFilter.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
50,453 | Bug 50453 Multiple X-Forwarded-For headers not handled by RemoteIP valve | null | resolved fixed | 3541fc6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-05T15:05:42Z | 2010-12-10T14:06:40Z | java/org/apache/catalina/valves/RemoteIpValve.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,453 | Bug 50453 Multiple X-Forwarded-For headers not handled by RemoteIP valve | null | resolved fixed | 3541fc6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-05T15:05:42Z | 2010-12-10T14:06:40Z | test/org/apache/catalina/filters/TestRemoteIpFilter.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... |
50,453 | Bug 50453 Multiple X-Forwarded-For headers not handled by RemoteIP valve | null | resolved fixed | 3541fc6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-05T15:05:42Z | 2010-12-10T14:06:40Z | test/org/apache/catalina/valves/TestRemoteIpValve.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,547 | Bug 50547 The CHANGE_SESSION_ID message that received during cluster session synchronization is dropped. | Neither CHANGE_SESSION_ID message nor SESSION_EXPIRED message set timestamp. If these messages are received during cluster sessions synchronization in DeltaManager startup, because the timestamp is not set, they are dropped. I made a patch that add timestamp for CHANGE_SESSION_ID and SESSION_EXPIRED message. Best Regar... | resolved fixed | a0ef3e6 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-06T09:17:28Z | 2011-01-06T07:46:40Z | 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 ... |
47,319 | Bug 47319 With APR, getRemoteHost() returns NULL for unknown clients | null | resolved fixed | ce64f9b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-06T17:02:27Z | 2009-06-05T08:20:00Z | java/org/apache/coyote/http11/Http11AprProcessor.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... |
50,550 | Bug 50550 PropFind 404 error after MkCol succes | null | resolved fixed | 5c2742c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-06T18:09:23Z | 2011-01-06T13:20:00Z | java/org/apache/naming/resources/ProxyDirContext.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 ... |
49,543 | Bug 49543 Request for a "shared" datasource configuration as in DBCP | The ability to configure the datasource at the server level and have it shared amongst all applications on that server with each application supplying their own credentials for the datasource. This type of configuration is supported by DBCP and is called a "shared" datasource configuration. | resolved fixed | 3560f39 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-06T18:22:34Z | 2010-07-02T19:46:40Z | java/org/apache/naming/factory/DataSourceLinkFactory.java | |
50,477 | Bug 50477 If you set 0 to initialSize, can't obtain Connection by using getConnectionAsync method. | null | resolved fixed | 869c6f4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-06T23:53:11Z | 2010-12-15T10:46:40Z | modules/jdbc-pool/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,477 | Bug 50477 If you set 0 to initialSize, can't obtain Connection by using getConnectionAsync method. | null | resolved fixed | 869c6f4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-06T23:53:11Z | 2010-12-15T10:46:40Z | modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/Async0IdleTestBug50477.java | |
50,554 | Bug 50554 Bad use of getClass() could potentially lead to concurrency bugs in future | null | resolved fixed | 06b8609 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-07T10:31:59Z | 2011-01-06T18:53:20Z | java/org/apache/naming/java/javaURLContextFactory.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,552 | Bug 50552 Ant Tasks give a null pointer exception when an error occurs, masking true error | null | resolved fixed | a6b37af | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-07T11:24:36Z | 2011-01-06T18:53:20Z | java/org/apache/catalina/ant/BaseRedirectorHelperTask.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 ... |
21,157 | Bug 21157 CookieExample is setting cookie after writing data | A servlet can not set the headers and cookies after writing data to the servlet's output stream. Once the servlet writes data, headers are committed. However CookieExample writes some data first before doing addCookie on the response. The reason why this code works at all even with the above bug is: The CookieExample i... | resolved fixed | 4ce656a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-08T22:27:26Z | 2003-06-28T03:13:20Z | webapps/examples/WEB-INF/classes/CookieExample.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... |
49,953 | Bug 49953 Missing @Override annotations | null | resolved wontfix | fd990a4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-10T16:38:08Z | 2010-09-17T19:00:00Z | modules/jdbc-pool/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... |
49,953 | Bug 49953 Missing @Override annotations | null | resolved wontfix | fd990a4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-10T16:38:08Z | 2010-09-17T19:00:00Z | modules/jdbc-pool/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,333 | Bug 50333 IllegalArgumentException occurs when setting maxActive to smaller than 1. | null | resolved fixed | 0ccff07 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-10T16:41:43Z | 2010-11-25T04:40:00Z | modules/jdbc-pool/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,333 | Bug 50333 IllegalArgumentException occurs when setting maxActive to smaller than 1. | null | resolved fixed | 0ccff07 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-10T16:41:43Z | 2010-11-25T04:40:00Z | modules/jdbc-pool/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 ... |
15,688 | Bug 15688 full-qualified names instead of imports | Hi, Jasper generated *.java-files that are compiled. The template for those files is very "unaesthetic". I could demonstrate nice side-effects using a simple <%@ page import="mypackage.Jspfactory" %> You should use full qualified names instead of a bunch of import-staments. For example _jspxFactory = JspFactory.getDefa... | resolved fixed | e69347b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-12T12:08:16Z | 2002-12-28T04:33:20Z | 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 ... |
15,688 | Bug 15688 full-qualified names instead of imports | Hi, Jasper generated *.java-files that are compiled. The template for those files is very "unaesthetic". I could demonstrate nice side-effects using a simple <%@ page import="mypackage.Jspfactory" %> You should use full qualified names instead of a bunch of import-staments. For example _jspxFactory = JspFactory.getDefa... | resolved fixed | e69347b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-12T12:08:16Z | 2002-12-28T04:33:20Z | 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 ... |
18,462 | Bug 18462 System.err gets overriden to output to System.out | I am using Eclipse to do my development and I am running tomcat 4.1.24 from within eclipse. One of the nice features of eclipse is that anything you display with System.out comes out in blue and anything you send to System.err is displayed in red. However when tomcat is running Catalina overrides System.err and makes i... | resolved fixed | 164fd40 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-13T00:55:02Z | 2003-03-28T16:46:40Z | 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 ... |
18,462 | Bug 18462 System.err gets overriden to output to System.out | I am using Eclipse to do my development and I am running tomcat 4.1.24 from within eclipse. One of the nice features of eclipse is that anything you display with System.out comes out in blue and anything you send to System.err is displayed in red. However when tomcat is running Catalina overrides System.err and makes i... | resolved fixed | 164fd40 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-13T00:55:02Z | 2003-03-28T16:46:40Z | java/org/apache/catalina/startup/Embedded.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 ... |
18,797 | Bug 18797 MemoryUserRule doesn't validate user attributes | The implementation of org.apache.catalina.realm.MemoryRuleSet.begin dosen't validate the attribute values before adding a user to the MemoryRealm. If username or name are not present then a null username is used which can cause odd problems later on. Basically the method should check that parameters passed to MemoryRea... | resolved fixed | 51650a1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-13T17:55:55Z | 2003-04-08T11:06:40Z | 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 ... |
50,591 | Bug 50591 NPE in ReplicationValve in 7.0.6 | null | resolved fixed | d8f8be1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-15T17:43:46Z | 2011-01-15T16:46:40Z | java/org/apache/catalina/ha/tcp/ReplicationValve.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,582 | Bug 50582 Small JSPs do not set Content-Length (and use chunked encoding) if AccessLogValve is configured | null | resolved fixed | 35a84d1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-16T12:55:55Z | 2011-01-14T07:26:40Z | 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 ... |
50,582 | Bug 50582 Small JSPs do not set Content-Length (and use chunked encoding) if AccessLogValve is configured | null | resolved fixed | 35a84d1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-16T12:55:55Z | 2011-01-14T07:26: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 ... |
50,582 | Bug 50582 Small JSPs do not set Content-Length (and use chunked encoding) if AccessLogValve is configured | null | resolved fixed | 35a84d1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-16T12:55:55Z | 2011-01-14T07:26:40Z | 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 ... |
50,582 | Bug 50582 Small JSPs do not set Content-Length (and use chunked encoding) if AccessLogValve is configured | null | resolved fixed | 35a84d1 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-16T12:55:55Z | 2011-01-14T07:26:40Z | 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... |
50,600 | Bug 50600 ConcurrentModificationException removing WAR via FarmWarDeployer | The following exception was reported via $work WARNING: Exception processing cluster org.apache.catalina.ha.tcp.SimpleTcpCluster@68e4e358 background process java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:810) at java.util.HashMap$EntryIterator.next(HashMap.java:851) a... | resolved fixed | d269ce3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-17T11:26:56Z | 2011-01-17T10:26:40Z | java/org/apache/catalina/ha/deploy/WarWatcher.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,597 | Bug 50597 Class.newInstance is used for Dynamic instance filters causing InstantiationException | Class.newInstance is called even when the following method ServletContext.addFilter method is called: javax.servlet.FilterRegistration.Dynamic addFilter(java.lang.String s, javax.servlet.Filter filter); This leads to an InstantiationException at runtime if there is no no-args constructor for the filter (pasted below). ... | resolved fixed | 30468b7 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-17T17:12:36Z | 2011-01-16T17:46:40Z | java/org/apache/catalina/core/ApplicationFilterConfig.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,598 | Bug 50598 Sample build.xml uses wrong manager.url | null | resolved fixed | de188ad | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-17T17:19:37Z | 2011-01-16T17:46:40Z | java/org/apache/catalina/ant/AbstractCatalinaTask.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,601 | Bug 50601 Redundant null checks before instanceof in equals() | null | resolved fixed | d95db3f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T19:08:36Z | 2011-01-17T13:13:20Z | java/org/apache/catalina/core/ApplicationTaglibDescriptor.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,601 | Bug 50601 Redundant null checks before instanceof in equals() | null | resolved fixed | d95db3f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T19:08:36Z | 2011-01-17T13:13:20Z | java/org/apache/catalina/deploy/LoginConfig.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,601 | Bug 50601 Redundant null checks before instanceof in equals() | null | resolved fixed | d95db3f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T19:08:36Z | 2011-01-17T13:13: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 ... |
50,601 | Bug 50601 Redundant null checks before instanceof in equals() | null | resolved fixed | d95db3f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T19:08:36Z | 2011-01-17T13:13:20Z | java/org/apache/el/parser/SimpleNode.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,601 | Bug 50601 Redundant null checks before instanceof in equals() | null | resolved fixed | d95db3f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T19:08:36Z | 2011-01-17T13:13:20Z | java/org/apache/naming/NamingEntry.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,601 | Bug 50601 Redundant null checks before instanceof in equals() | null | resolved fixed | d95db3f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T19:08:36Z | 2011-01-17T13:13:20Z | java/org/apache/tomcat/util/net/URL.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... |
50,613 | Bug 50613 ConnectionPool.size corruption when evictions enabled: | When (the various forms of) eviction run on the connection pool, ConnectionPool.size goes negative. This appears to be a concurrency problem. Attached is a unit test that illustrates the issue. | resolved fixed | 5cb0b7a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T21:25:08Z | 2011-01-18T22:33:20Z | modules/jdbc-pool/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,613 | Bug 50613 ConnectionPool.size corruption when evictions enabled: | When (the various forms of) eviction run on the connection pool, ConnectionPool.size goes negative. This appears to be a concurrency problem. Attached is a unit test that illustrates the issue. | resolved fixed | 5cb0b7a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-19T21:25:08Z | 2011-01-18T22:33:20Z | modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestSizePreservation.java | |
50,606 | Bug 50606 Error running CGI executable in Tomcat 6.0.30 | null | resolved fixed | c0cd721 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-20T17:43:35Z | 2011-01-18T08:40:00Z | java/org/apache/catalina/servlets/CGIServlet.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,620 | Bug 50620 Session related errors prevent clean recycle of Request and Response objects by CoyoteAdapter | null | resolved fixed | fbd0110 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-20T18:34:18Z | 2011-01-19T20: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 ... |
50,629 | Bug 50629 Make the bindThread/unbindThread method protected | In the latest Tomcat codes, I saw that a new thread is created for listener start, filter start and loadOnStartup. But the two methods bindThread and unbindThread is marked as private, how about making those methods protected ? So that other containers could use those two methods for their own initialization works. Tha... | resolved fixed | 3898ed0 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-21T13:17:12Z | 2011-01-21T11:40:00Z | 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 ... |
50,646 | Bug 50646 Tribes ByteMessage will get corrupted if message size exceeds the underlying buffer size | The Tribes ByteMessage class is used to transfer byte payloads in the context of the tribes communication framework. Due to how the message is deserialized, there will be data loss (and hence corruption) if the message size exceeds the underlying buffer size. The solution is to replace an ObjectInput#read(byte[]) call ... | resolved fixed | 0119483 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-26T18:28:31Z | 2011-01-25T12:53:20Z | java/org/apache/catalina/tribes/ByteMessage.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,642 | Bug 50642 keepAliveProtection doesn't work | null | resolved fixed | 5c13d8c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T13:03:57Z | 2011-01-24T14:40:00Z | java/org/apache/catalina/core/JreMemoryLeakPreventionListener.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,642 | Bug 50642 keepAliveProtection doesn't work | null | resolved fixed | 5c13d8c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T13:03:57Z | 2011-01-24T14:40:00Z | 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 ... |
50,642 | Bug 50642 keepAliveProtection doesn't work | null | resolved fixed | 5c13d8c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T13:03:57Z | 2011-01-24T14:40: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 ... |
50,642 | Bug 50642 keepAliveProtection doesn't work | null | resolved fixed | 5c13d8c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T13:03:57Z | 2011-01-24T14:40:00Z | 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 ... |
50,679 | Bug 50679 FarmDeployer doesn't support parallel deployment | Version: Tomcat 7.0.6 Component: Catalina OS: Windows 7 64bit Overview: Parallel deployment works like a charm in a non-clustered environment. But when deploying a versioned app (APPNAME##VERSION.war) to a farm deployer directory, it seems that the filename encoding of the ## delimiter is not translated correctly to id... | resolved fixed | 2377f51 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T21:04:55Z | 2011-01-28T07:33:20Z | java/org/apache/catalina/ha/ClusterDeployer.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,679 | Bug 50679 FarmDeployer doesn't support parallel deployment | Version: Tomcat 7.0.6 Component: Catalina OS: Windows 7 64bit Overview: Parallel deployment works like a charm in a non-clustered environment. But when deploying a versioned app (APPNAME##VERSION.war) to a farm deployer directory, it seems that the filename encoding of the ## delimiter is not translated correctly to id... | resolved fixed | 2377f51 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T21:04:55Z | 2011-01-28T07:33:20Z | java/org/apache/catalina/ha/deploy/FarmWarDeployer.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,679 | Bug 50679 FarmDeployer doesn't support parallel deployment | Version: Tomcat 7.0.6 Component: Catalina OS: Windows 7 64bit Overview: Parallel deployment works like a charm in a non-clustered environment. But when deploying a versioned app (APPNAME##VERSION.war) to a farm deployer directory, it seems that the filename encoding of the ## delimiter is not translated correctly to id... | resolved fixed | 2377f51 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T21:04:55Z | 2011-01-28T07:33:20Z | java/org/apache/catalina/ha/deploy/FileMessage.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,679 | Bug 50679 FarmDeployer doesn't support parallel deployment | Version: Tomcat 7.0.6 Component: Catalina OS: Windows 7 64bit Overview: Parallel deployment works like a charm in a non-clustered environment. But when deploying a versioned app (APPNAME##VERSION.war) to a farm deployer directory, it seems that the filename encoding of the ## delimiter is not translated correctly to id... | resolved fixed | 2377f51 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T21:04:55Z | 2011-01-28T07:33:20Z | java/org/apache/catalina/ha/deploy/FileMessageFactory.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,679 | Bug 50679 FarmDeployer doesn't support parallel deployment | Version: Tomcat 7.0.6 Component: Catalina OS: Windows 7 64bit Overview: Parallel deployment works like a charm in a non-clustered environment. But when deploying a versioned app (APPNAME##VERSION.war) to a farm deployer directory, it seems that the filename encoding of the ## delimiter is not translated correctly to id... | resolved fixed | 2377f51 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T21:04:55Z | 2011-01-28T07:33:20Z | java/org/apache/catalina/ha/deploy/UndeployMessage.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,680 | Bug 50680 NPE in TagFileProcessor when tag file is in an expanded directory "jar" | null | resolved fixed | af4549f | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T21:21:02Z | 2011-01-28T13:06:40Z | java/org/apache/jasper/compiler/TagFileProcessor.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 ... |
46,819 | Bug 46819 Remove redundant object instantiations in JspRuntimeLibrary | null | resolved fixed | 20ace41 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-28T23:24:23Z | 2009-03-08T05:26:40Z | java/org/apache/jasper/runtime/JspRuntimeLibrary.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,683 | Bug 50683 Servlet 3.0 annotations not scanned if unpackWars="false" | null | resolved fixed | d21437e | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-29T00:15:34Z | 2011-01-29T00:13:20Z | java/org/apache/naming/resources/WARDirContext.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,325 | Bug 50325 Update Tomcat to use JRE provided solutions for CVE-2009-3555 if available | null | resolved fixed | b4e9488 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-01-31T23:43:38Z | 2010-11-24T12:00:00Z | 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... |
50,631 | Bug 50631 InternalNioInputBuffer should honor maxHttpHeadSize | InternalNioInputBuffer automatically expands its buffer while reading in request line, effectively ignoring the maxHttpHeaderSize setting. | resolved fixed | 0084470 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-01T07:55:45Z | 2011-01-21T17:13:20Z | java/org/apache/coyote/http11/InternalNioInputBuffer.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... |
50,673 | Bug 50673 Error when stopping Tomcat using services.msc | When stopping Tomcat using services.msc, an error message is displayed: "Windows could not stop the Apache Tomcat 7 service on Local Computer. Error 109: The pipe has been ended." Despite this error, Tomcat appears to stop normally. No such problem was encountered in 6.0.29. | resolved fixed | 6ac4a27 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-02T02:45:46Z | 2011-01-27T14:53:20Z | 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 ... |
50,673 | Bug 50673 Error when stopping Tomcat using services.msc | When stopping Tomcat using services.msc, an error message is displayed: "Windows could not stop the Apache Tomcat 7 service on Local Computer. Error 109: The pipe has been ended." Despite this error, Tomcat appears to stop normally. No such problem was encountered in 6.0.29. | resolved fixed | 6ac4a27 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-02T02:45:46Z | 2011-01-27T14:53:20Z | 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 ... |
50,709 | Bug 50709 Make class org.apache.catalina.core.ApplicationContextFacade non-final | Please make class org.apache.catalina.core.ApplicationContextFacade non-final so it can be subclassed. Need to extend ApplicationContextFacade so Mobicents Sip Servlet, working on top of Tomcat 7, to integrate with Weld. Thanks George | resolved fixed | 9f41c91 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-04T10:30:36Z | 2011-02-02T18:06:40Z | java/org/apache/catalina/core/ApplicationContextFacade.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,721 | Bug 50721 RequestUtil.URLDecode() throws IllegalArgumentException for URLs with %xx-Code as last character | null | resolved fixed | 5c9e352 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-09T23:41:32Z | 2011-02-05T01:40:00Z | java/org/apache/catalina/util/RequestUtil.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,721 | Bug 50721 RequestUtil.URLDecode() throws IllegalArgumentException for URLs with %xx-Code as last character | null | resolved fixed | 5c9e352 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-09T23:41:32Z | 2011-02-05T01:40:00Z | test/org/apache/catalina/util/TestRequestUtil.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,720 | Bug 50720 When using jsp mapped as servlet in web.xml, cyrillic characters are not allowed in web.xml | null | resolved fixed | e4bc803 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-10T18:59:43Z | 2011-02-04T14:33:20Z | java/org/apache/jasper/compiler/WebXml.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,752 | Bug 50752 Typo in Embedded.java log message | There's a debug log message in Embedded.java with a typo in it: "INITIAL_CONTEXT_FACTORY alread set " Attached is a patch against the 6_0_29 tag, but the issue exists in tc6.0.x/trunk | resolved fixed | 272e30c | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-11T12:24:47Z | 2011-02-10T17:46:40Z | java/org/apache/catalina/startup/Embedded.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,751 | Bug 50751 JNDIRealm invokes getAttributes with no attribute ids. Prevents using DOMAIN\{0} to login. | null | resolved fixed | 0313ded | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-11T14:49:41Z | 2011-02-10T17:46:40Z | java/org/apache/catalina/realm/JNDIRealm.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,759 | Bug 50759 ValidatorClassName Validation fails to set lastValidated timestamp | null | resolved fixed | 50f16fe | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-11T16:32:41Z | 2011-02-10T23:20:00Z | modules/jdbc-pool/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,726 | Bug 50726 Jasper can generate uncompilable source code if genStringAsCharArray is turned on | Our jsp pages are compiled at build time. If I turn on genStringAsCharArray optimization switch, in some cases there will be longer lines in the generated java code than the javac compiler can process. It provides the following error message: [javac] Compiling 1609 source files to d:\...\jspc\classes [javac] d:\...\jsp... | resolved fixed | d0f3899 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-12T19:35:26Z | 2011-02-07T12:00: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 ... |
50,771 | Bug 50771 HttpServletRequest#getAuthType() returns null though the request is authenticated. | null | resolved fixed | 877a3df | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-14T08:47:49Z | 2011-02-14T07:53:20Z | java/org/apache/catalina/ha/session/DeltaRequest.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,771 | Bug 50771 HttpServletRequest#getAuthType() returns null though the request is authenticated. | null | resolved fixed | 877a3df | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-14T08:47:49Z | 2011-02-14T07: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 ... |
50,700 | Bug 50700 Context parameters are being overridden with parameters from the web application deployment descriptor | Context parameters are being overridden with parameters from the web application deployment descriptor even through "override" attribute is set to "false" For example: lines from context file <Context path="/path" docBase="/path/to/docbase" cookies="true"> <Parameter name="parameter_name" value="test1" override="false"... | resolved fixed | a073ac8 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-14T19:05:25Z | 2011-02-01T17:06:40Z | 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 ... |
50,713 | Bug 50713 The "roles" command doesn't work | null | resolved fixed | 4b21973 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-16T13:43:39Z | 2011-02-03T08:00:00Z | java/org/apache/catalina/ant/RolesTask.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,713 | Bug 50713 The "roles" command doesn't work | null | resolved fixed | 4b21973 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-16T13:43:39Z | 2011-02-03T08:00:00Z | java/org/apache/catalina/manager/ManagerServlet.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,793 | Bug 50793 Invalid DispatchType in ServletRequestListener on async dispatch | If a ServletRequestListener is defined, when is invoked after a call to AsyncContext#dispatch() the DispatcherType returned from the ServletRequest is REQUEST rather than ASYNC. When the actual servlet is invoked, the type is correctly set to ASYNC. If the listener is intended to be invoked for each dispatch, then the ... | closed fixed | 72418ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-16T17:35:24Z | 2011-02-16T04:20: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 ... |
50,793 | Bug 50793 Invalid DispatchType in ServletRequestListener on async dispatch | If a ServletRequestListener is defined, when is invoked after a call to AsyncContext#dispatch() the DispatcherType returned from the ServletRequest is REQUEST rather than ASYNC. When the actual servlet is invoked, the type is correctly set to ASYNC. If the listener is intended to be invoked for each dispatch, then the ... | closed fixed | 72418ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-16T17:35:24Z | 2011-02-16T04:20:00Z | 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 ... |
50,793 | Bug 50793 Invalid DispatchType in ServletRequestListener on async dispatch | If a ServletRequestListener is defined, when is invoked after a call to AsyncContext#dispatch() the DispatcherType returned from the ServletRequest is REQUEST rather than ASYNC. When the actual servlet is invoked, the type is correctly set to ASYNC. If the listener is intended to be invoked for each dispatch, then the ... | closed fixed | 72418ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-16T17:35:24Z | 2011-02-16T04:20:00Z | java/org/apache/catalina/core/StandardContextValve.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,793 | Bug 50793 Invalid DispatchType in ServletRequestListener on async dispatch | If a ServletRequestListener is defined, when is invoked after a call to AsyncContext#dispatch() the DispatcherType returned from the ServletRequest is REQUEST rather than ASYNC. When the actual servlet is invoked, the type is correctly set to ASYNC. If the listener is intended to be invoked for each dispatch, then the ... | closed fixed | 72418ba | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-16T17:35:24Z | 2011-02-16T04:20:00Z | 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... |
50,790 | Bug 50790 EL parser needs to be more dynamic | String.containes(CharSequence) is not being resolved correctly in the following situation: <span class="#{(facesContext.externalContext.request.requestURI.contains(item.url)) ? 'activepage' : ''}">#{template[item.labelKey]}</span> Exception: javax.el.ELException: /faces/template/mainLayout.xhtml: java.lang.NoSuchMethod... | resolved fixed | cfab791 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T09:59:30Z | 2011-02-15T20:00:00Z | java/javax/el/BeanELResolver.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,790 | Bug 50790 EL parser needs to be more dynamic | String.containes(CharSequence) is not being resolved correctly in the following situation: <span class="#{(facesContext.externalContext.request.requestURI.contains(item.url)) ? 'activepage' : ''}">#{template[item.labelKey]}</span> Exception: javax.el.ELException: /faces/template/mainLayout.xhtml: java.lang.NoSuchMethod... | resolved fixed | cfab791 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T09:59:30Z | 2011-02-15T20:00:00Z | java/org/apache/el/parser/AstValue.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,790 | Bug 50790 EL parser needs to be more dynamic | String.containes(CharSequence) is not being resolved correctly in the following situation: <span class="#{(facesContext.externalContext.request.requestURI.contains(item.url)) ? 'activepage' : ''}">#{template[item.labelKey]}</span> Exception: javax.el.ELException: /faces/template/mainLayout.xhtml: java.lang.NoSuchMethod... | resolved fixed | cfab791 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T09:59:30Z | 2011-02-15T20:00:00Z | test/org/apache/el/TestMethodExpressionImpl.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,789 | Bug 50789 custom error pages and CDI/weld problem | null | resolved fixed | 3810b04 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T10:32:07Z | 2011-02-15T17:13:20Z | java/org/apache/catalina/Context.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,789 | Bug 50789 custom error pages and CDI/weld problem | null | resolved fixed | 3810b04 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T10:32:07Z | 2011-02-15T17:13:20Z | java/org/apache/catalina/core/ApplicationDispatcher.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,789 | Bug 50789 custom error pages and CDI/weld problem | null | resolved fixed | 3810b04 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T10:32:07Z | 2011-02-15T17: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 ... |
50,780 | Bug 50780 AjpConnectionHandler keeps many connections causing memory leak | Hi, Sorry for my english. I use Tomcat 7.0.6 with APR 1.1.20. I noticed (from heap dump) many org.apache.tomcat.util.net.SocketWrapper objects, which are kept by "connections" atribute in org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler object. I don't understand, why there are so many objects representing old... | resolved fixed | b56bf50 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T16:08:08Z | 2011-02-15T08:53:20Z | 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... |
50,802 | Bug 50802 Deviation from servlet3 spec concerning resource lookup from META-INF/resources | null | resolved fixed | a9c3193 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T20:38:49Z | 2011-02-17T19:13:20Z | java/org/apache/naming/resources/BaseDirContext.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,802 | Bug 50802 Deviation from servlet3 spec concerning resource lookup from META-INF/resources | null | resolved fixed | a9c3193 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T20:38:49Z | 2011-02-17T19:13:20Z | java/org/apache/naming/resources/FileDirContext.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,802 | Bug 50802 Deviation from servlet3 spec concerning resource lookup from META-INF/resources | null | resolved fixed | a9c3193 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T20:38:49Z | 2011-02-17T19:13:20Z | java/org/apache/naming/resources/VirtualDirContext.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,802 | Bug 50802 Deviation from servlet3 spec concerning resource lookup from META-INF/resources | null | resolved fixed | a9c3193 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-17T20:38:49Z | 2011-02-17T19:13:20Z | java/org/apache/naming/resources/WARDirContext.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,189 | Bug 50189 AJP connector sends GET BODY CHUNK when reading after response closed | If a servlet (probably incorrectly) closes the writer/outputstream of a response, and then attempts to read from the request, the AJP connector sends GET BODY CHUNK to the mod_jk worker. This then starts a series of very confusing communication between the worker and tomcat. The worker doesn't read it until it makes it... | resolved fixed | 514e713 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-18T16:24:36Z | 2010-11-01T02:53:20Z | 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 ... |
19,444 | Bug 19444 JNDI Authentication roles must be anonymous accessible | It appears that for the JNDIRealm to be able to locate roles, they must be anonymous accessible. I believe that for security purposes this should not be necessary if we are validating the user by binding to the directory. In that case the roles could be accessible to any bound user or that particular user. I discussed ... | resolved fixed | a085c4a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2011-02-22T11:08:42Z | 2003-04-30T02:33:20Z | java/org/apache/catalina/realm/JNDIRealm.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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.