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
51,251
Bug 51251 Patch to add version parameter to ant task
null
resolved fixed
d19daf5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-03T22:22:35Z
2011-05-24T04:06:40Z
java/org/apache/catalina/ant/AbstractCatalinaCommandTask.java
51,251
Bug 51251 Patch to add version parameter to ant task
null
resolved fixed
d19daf5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-03T22:22:35Z
2011-05-24T04:06:40Z
java/org/apache/catalina/ant/ReloadTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,251
Bug 51251 Patch to add version parameter to ant task
null
resolved fixed
d19daf5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-03T22:22:35Z
2011-05-24T04:06:40Z
java/org/apache/catalina/ant/SessionsTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,251
Bug 51251 Patch to add version parameter to ant task
null
resolved fixed
d19daf5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-03T22:22:35Z
2011-05-24T04:06:40Z
java/org/apache/catalina/ant/StartTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,251
Bug 51251 Patch to add version parameter to ant task
null
resolved fixed
d19daf5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-03T22:22:35Z
2011-05-24T04:06:40Z
java/org/apache/catalina/ant/StopTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,251
Bug 51251 Patch to add version parameter to ant task
null
resolved fixed
d19daf5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-03T22:22:35Z
2011-05-24T04:06:40Z
java/org/apache/catalina/ant/UndeployTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,324
Bug 51324 When OutputBuffer.doFlush gets Exception, doFlush gets stuck to true
null
resolved fixed
1bbbdb2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-07T14:00:16Z
2011-06-05T10:33: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 ...
51,340
Bug 51340 Intermittent java.lang.IllegalArgumentException: <session-config> element is limited to 1 occurrence
null
resolved fixed
1fe28a6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-08T15:52:26Z
2011-06-08T16:20:00Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,344
Bug 51344 org.apache.catalina.startup.Embedded overrides Lifecycle incorrectly?
Not sure if this is a bug or just my mis-coding... I've been using the Embedded component in Tomcat 6.0.29 for integration testing. Something like this: server = new EmbeddedTomcat("/test", 7890, "JVM-1"); PeerToPeerCacheLifecycleListener p2pListener = new PeerToPeerCacheLifecycleListener(); p2pListener.setProperty("mc...
resolved fixed
4892b57
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-09T19:04:37Z
2011-06-09T00:40:00Z
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 ...
51,348
Bug 51348 Potential NullPointerException in org.apache.catalina.servlets.WebdavServlet at line 1336
A WebDAV LOCK_REFRESH request may cause a NullPointerException because of an (IMHO) wrong check at line 1332 in WebdavServlet.java 1056763 2011-01-08 18:56:57Z markt. I suggest line 1332 should be: ... if (toRenew != null) { ...
resolved fixed
71b18c8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-09T19:15:40Z
2011-06-09T11:46:40Z
java/org/apache/catalina/servlets/WebdavServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,306
Bug 51306 NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration
Occasionally we got errors like following: ====== 2011-05-30 03:40:17,697 ERROR [pool-1-thread-2] (org.apache.catalina.ha.session.DeltaManager) Manager [localhost#]: Unable to receive message through TCP channel java.lang.NullPointerException at java.io.ObjectOutputStream$BlockDataOutputStream.getUTFLength(ObjectOutput...
resolved fixed
4e5571f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-13T09:44:33Z
2011-06-01T17:40:00Z
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 ...
51,306
Bug 51306 NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration
Occasionally we got errors like following: ====== 2011-05-30 03:40:17,697 ERROR [pool-1-thread-2] (org.apache.catalina.ha.session.DeltaManager) Manager [localhost#]: Unable to receive message through TCP channel java.lang.NullPointerException at java.io.ObjectOutputStream$BlockDataOutputStream.getUTFLength(ObjectOutput...
resolved fixed
4e5571f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-13T09:44:33Z
2011-06-01T17:40:00Z
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 ...
43,538
Bug 43538 [patch] Show the hostname and IP address in the manager webapp
We have an environment with a couple of load-balanced Tomcats fronted by httpd. If someone accesses the manager application through the load-balancer, they will not know which of the load-balanced Tomcats they end up at. In these situations, and others as well, it would be nice if the manager could tell the hostname an...
resolved fixed
2b8e6cf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-15T21:58:00Z
2007-10-02T18:33:20Z
java/org/apache/catalina/manager/Constants.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
43,538
Bug 43538 [patch] Show the hostname and IP address in the manager webapp
We have an environment with a couple of load-balanced Tomcats fronted by httpd. If someone accesses the manager application through the load-balancer, they will not know which of the load-balanced Tomcats they end up at. In these situations, and others as well, it would be nice if the manager could tell the hostname an...
resolved fixed
2b8e6cf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-15T21:58:00Z
2007-10-02T18:33:20Z
java/org/apache/catalina/manager/HTMLManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
43,538
Bug 43538 [patch] Show the hostname and IP address in the manager webapp
We have an environment with a couple of load-balanced Tomcats fronted by httpd. If someone accesses the manager application through the load-balancer, they will not know which of the load-balanced Tomcats they end up at. In these situations, and others as well, it would be nice if the manager could tell the hostname an...
resolved fixed
2b8e6cf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-15T21:58:00Z
2007-10-02T18:33:20Z
java/org/apache/catalina/manager/StatusManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
48,956
Bug 48956 SSI regular expressions not working
null
resolved fixed
874048a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-15T22:44:00Z
2010-03-22T15:00:00Z
java/org/apache/catalina/ssi/ExpressionParseTree.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,386
Bug 51386 @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers
null
resolved fixed
9f8b983
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-16T17:24:03Z
2011-06-16T18:46:40Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,386
Bug 51386 @HandlingType not correctly handled at server startup leads to incorrect classes set passed to initializers
null
resolved fixed
9f8b983
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-16T17:24:03Z
2011-06-16T18:46:40Z
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 ...
49,165
Bug 49165 Enhancement - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve
AccessLogValve.DateAndTimeElement() can currently be configured only with %t which output the date/time in Common Log Format. By adding the capability to configure with %{TIME_FORMAT}, one could override (at least) the timeFormatter property of the class ... or it could go further and allow overriding of all the [day, ...
resolved fixed
7d6c439
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-19T10:58:02Z
2010-04-21T17:13:20Z
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 ...
51,396
Bug 51396 Embedding class cannot launch a webapp with a jsp servlet
null
resolved fixed
f75418b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-20T22:34:16Z
2011-06-20T20: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 ...
51,396
Bug 51396 Embedding class cannot launch a webapp with a jsp servlet
null
resolved fixed
f75418b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-20T22:34:16Z
2011-06-20T20:00:00Z
test/org/apache/catalina/startup/TestContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,401
Bug 51401 java.lang.IllegalArgumentException: <session-config> element is limited to 1 occurrence
null
resolved fixed
7c274bb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-21T11:10:47Z
2011-06-21T04:20: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 ...
51,403
Bug 51403 Avoid NullPointerException in JULI FileHandler if formatter is misconfigured
If formatter assigned to org.apache.juli.FileHandler in logging.properties is misconfigured and fails to load, the FileHandler starts without formatter and fails with an NPE later. To reproduce: assign some bogus value to 1catalina.org.apache.juli.FileHandler.formatter When Tomcat starts, the following will be printed ...
resolved fixed
f2dd57b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-21T13:24:44Z
2011-06-21T18:13:20Z
java/org/apache/juli/FileHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,418
Bug 51418 Allow more flexibility in adding webapps to org.apache.catalina.startup.Tomcat
null
resolved fixed
f83c07e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-22T18:30:41Z
2011-06-22T19:13: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 ...
51,447
Bug 51447 Session type changes from Backup to Primary
null
resolved fixed
3d85a85
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-28T16:22:08Z
2011-06-28T14:06:40Z
java/org/apache/catalina/manager/HTMLManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
50,353
Bug 50353 Calling asyncContext.getResponse() returns null after async timeout
If the async thread calls asyncContext.getResponse() after the async timeout, it gets a null reference. In the following example, it leads to a NPE. The servlet spec is not very clear on the behavior to adopt after a timeout, but I don't think null should be returned. Maybe an IllegalStateException instead ? It seems t...
resolved fixed
d36c5d9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-28T17:24:45Z
2010-11-27T23:20:00Z
java/org/apache/catalina/core/AsyncContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,436
Bug 51436 ServletRequestListener fails to access request parameters when an Expect-Header is sent
null
resolved fixed
6dffc54
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-28T17:49:25Z
2011-06-27T13:06:40Z
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 ...
51,436
Bug 51436 ServletRequestListener fails to access request parameters when an Expect-Header is sent
null
resolved fixed
6dffc54
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-28T17:49:25Z
2011-06-27T13:06:40Z
java/org/apache/catalina/core/StandardWrapperValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,088
Bug 51088 ArrayIndexOutOfBoundsException from org.apache.el.parser.JJTELParserState
I found the following ArrayIndexOutOfBoundsException in my logfile. It occurred directly after login into my webApp without any further user interaction. Unfortunately it is not reproducible at all. I am not sure whether Jasper is the right component. However the class JJTELParserState is in the jasper-el.jar. Environm...
resolved wontfix
92af111
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-29T13:56:28Z
2011-04-20T09:00:00Z
java/org/apache/el/lang/ExpressionBuilder.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,453
Bug 51453 Requests to open URL that include an Authorization header do not reach servlet
In Tomcat 7, I've noticed that a request to a URL that does not require authentication will get forwarded to the login page if the request contains an "Authorization" header. Our application expects these requests to be processed by the servlet. The servlet parses the Authorization header and takes appropriate action (...
resolved fixed
df9bc17
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-06-30T15:41:27Z
2011-06-30T18:53:20Z
java/org/apache/catalina/authenticator/AuthenticatorBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,466
Bug 51466 typos in comments of HostManagerServlet
null
resolved fixed
6020bf6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-04T12:43:19Z
2011-07-02T18:06:40Z
java/org/apache/catalina/manager/host/HostManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,467
Bug 51467 usage of method run instead of start to start a thread
In StandardContext method Thread#run is used. This is most probably a mistake, since a few lines below Thread#join is called to wait for the completion of the thread. So we could either remove the join and get rid of the thread by using just a runnable, or start the thread.
resolved fixed
eb98373
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-04T12:50:24Z
2011-07-03T13:33: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 ...
51,473
Bug 51473 SecurityConfig,set "package.definition" security property to "nullsun.,java.,..."
null
resolved fixed
ec00abf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-05T07:10:31Z
2011-07-05T10:00:00Z
java/org/apache/catalina/security/SecurityConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,475
Bug 51475 GzipInterceptor#decompress is not completly implemented
null
resolved fixed
acc5619
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-05T16:45:38Z
2011-07-05T12:46:40Z
java/org/apache/catalina/tribes/group/interceptors/GzipInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,475
Bug 51475 GzipInterceptor#decompress is not completly implemented
null
resolved fixed
acc5619
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-05T16:45:38Z
2011-07-05T12:46:40Z
test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,494
Bug 51494 NPE in StandardContextValve.invoke() when a webapp is redeployed while a request is still being processed
null
resolved fixed
3a95db4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-11T13:05:30Z
2011-07-10T06:40: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 ...
46,252
Bug 46252 Tomcat access log doesn't support Unicode
AccessLogValve, which is responsible for handling the access log uses FileWriter (that doesn't support Unicode). I guess that instantiating the writer like this would solve the case: writer = new PrintWriter(new OutputStreamWriter(new FileOutputStream(pathname), "UTF-8"), true);
resolved fixed
871dabd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-11T15:13:13Z
2008-11-20T16:53:20Z
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 ...
51,477
Bug 51477 Support all protocol combinations in SSLProtocol of APR Connector
null
resolved fixed
6ee5a22
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-11T15:44:10Z
2011-07-05T21:06:40Z
java/org/apache/tomcat/jni/Library.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,477
Bug 51477 Support all protocol combinations in SSLProtocol of APR Connector
null
resolved fixed
6ee5a22
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-11T15:44:10Z
2011-07-05T21:06:40Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,503
Bug 51503 Additional error checking required for connector port attribute (e.g. for port="")
With 7.0.18 packaged as a candidate for release and finally unreleased, when I stop the Tomcat service (only 1 war deployed), the service takes a lot of time to stop and finally was killed by system. Having a look into the stderr log, I see it paused right after the folowing line : INFO: Stopping ProtocolHandler [http-...
resolved fixed
1e79993
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-18T16:18:54Z
2011-07-13T18:00:00Z
java/org/apache/catalina/connector/Connector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
49,595
Bug 49595 Tomcat crashes in tcnative-1.dll frequently
null
resolved fixed
a3f3379
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-19T08:06:46Z
2010-07-15T10:33:20Z
java/org/apache/coyote/ajp/AjpAprProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,518
Bug 51518 "/absolute-ordering/name/others" should not include "name" element
method: org.apache.catalina.startup.WebRuleSet.addRuleInstances(Digester digester) code: ==================================================== digester.addCallMethod(fullPrefix + "/absolute-ordering/name/others", "addAbsoluteOrderingOthers"); ==================================================== web-common_3_0.xsd ======...
resolved fixed
5de2739
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-19T11:41:08Z
2011-07-17T05:20: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 ...
51,509
Bug 51509 Csrf Prevention Filter's LruCache is not thread save
The LruCache (org.apache.catalina.filters.CsrfPreventionFilter$LruCache) use by Csrf Prevention Filter is base on LinkedHashMap. From the LinkedHashMap Java Doc: Note that this implementation is not synchronized. If multiple threads access a linked hash map concurrently, and at least one of the threads modifies the map...
resolved fixed
400745e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-19T18:20:23Z
2011-07-14T19:00:00Z
java/org/apache/catalina/filters/CsrfPreventionFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,509
Bug 51509 Csrf Prevention Filter's LruCache is not thread save
The LruCache (org.apache.catalina.filters.CsrfPreventionFilter$LruCache) use by Csrf Prevention Filter is base on LinkedHashMap. From the LinkedHashMap Java Doc: Note that this implementation is not synchronized. If multiple threads access a linked hash map concurrently, and at least one of the threads modifies the map...
resolved fixed
400745e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-19T18:20:23Z
2011-07-14T19:00:00Z
test/org/apache/catalina/filters/TestCsrfPreventionFilter2.java
51,532
Bug 51532 Performance Issue when retriving JAR files during TLD file parsing.
null
resolved fixed
bcee77d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-20T19:41:18Z
2011-07-20T02:46:40Z
java/org/apache/jasper/compiler/Compiler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,056
Bug 51056 Disable / drop support for SSLv2
null
resolved fixed
4d9fcc0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-21T09:40:03Z
2011-04-13T18:40:00Z
java/org/apache/tomcat/jni/SSL.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
41,709
Bug 41709 When calling the API that relates to the buffer after the response is committed, ISE with no messages is thrown.
After the response is committed, following API throws IllegalStateException. It's O.K. but the message of the exception is not set. - HttpServletResponse#resetBuffer - HttpServletResponse#sendError - HttpServletResponse#sendRedirect - HttpServletResponse#setBufferSize To understand the bug of the application, it is hop...
resolved fixed
8baaa98
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-22T18:09:54Z
2007-02-26T22:46:40Z
java/org/apache/catalina/connector/ResponseFacade.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,555
Bug 51555 An invalid Lifecycle transition ([before_stop]) for component in state [INITIALIZED]: MapperListener
null
resolved fixed
95d67fe
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-26T08:25:46Z
2011-07-26T00:26:40Z
java/org/apache/catalina/Lifecycle.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,555
Bug 51555 An invalid Lifecycle transition ([before_stop]) for component in state [INITIALIZED]: MapperListener
null
resolved fixed
95d67fe
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-26T08:25:46Z
2011-07-26T00:26:40Z
java/org/apache/catalina/util/LifecycleBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,545
Bug 51545 make threadname available in ExtendedAccessLogValve
null
resolved fixed
00a1fdf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-26T09:41:36Z
2011-07-23T14:06:40Z
java/org/apache/catalina/valves/ExtendedAccessLogValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,557
Bug 51557 Newline during a http header field name obscures next value
null
resolved fixed
6200dd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-27T09:10:11Z
2011-07-26T11:33:20Z
java/org/apache/coyote/http11/AbstractInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,557
Bug 51557 Newline during a http header field name obscures next value
null
resolved fixed
6200dd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-27T09:10:11Z
2011-07-26T11:33:20Z
java/org/apache/coyote/http11/InternalAprInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,557
Bug 51557 Newline during a http header field name obscures next value
null
resolved fixed
6200dd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-27T09:10:11Z
2011-07-26T11:33:20Z
java/org/apache/coyote/http11/InternalInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,557
Bug 51557 Newline during a http header field name obscures next value
null
resolved fixed
6200dd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-27T09:10:11Z
2011-07-26T11:33: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...
51,557
Bug 51557 Newline during a http header field name obscures next value
null
resolved fixed
6200dd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-27T09:10:11Z
2011-07-26T11:33:20Z
test/org/apache/coyote/http11/TestInternalInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,586
Bug 51586 ContextConfig.checkHandlesTypes() doesn't check for VerifyError when loading class
I've recently upgraded to Tomcat 7 and used to run with metadata-complete="true" in my web.xml. With Servlet 3 I decided I'd try some of the annotation features. When I turned off metadata-complete I got a VerifyError trying to load one of my classes. This class is meant to only work on Tomcat 6 so the fact Tomcat 7 ca...
resolved fixed
0b340ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-31T17:08:43Z
2011-07-29T22: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 ...
51,588
Bug 51588 Change access modifiers in AccessLogValve to make it easier to extend
I'm adding some fields to a subclass of org.apache.catalina.valves.AccessLogValve but createLogElements() is the closest extension point available. Rather than reimplement the functionality there it would be preferable if both of the createAccessLogElement() methods were protected rather than private then it's a simple...
resolved fixed
77213bb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-07-31T17:39:25Z
2011-07-30T07:13:20Z
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 ...
51,614
Bug 51614 PersistentManager loads session from Store and calls session.expire() twice.
To check whether session is loaded into memory, StoreBase#processExpires calls findSession(id). ===== ... if (manager.findSession(keys[i]) != null) { isLoaded = true; } ... ===== However, PersistentManager#findSession(id) loads session from Store when there is no session in memory. Because session loaded from Store is ...
resolved fixed
29e9966
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-04T11:45:53Z
2011-08-04T15:00:00Z
java/org/apache/catalina/session/StoreBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,610
Bug 51610 Context fails to reload after an error in web.xml was corrected
With current trunk. Steps to reproduce: 1. Start Tomcat 7 2. Go to webapps/examples/WEB-INF/web.xml and uncomment <filter-mapping> for "Timing Filter" (line 75). 3. Wait several seconds. The examples webapp is reloaded, but fails to start. This happens because there is a typo. The <filter-name> value should be s/Timing...
resolved fixed
ed0588b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-05T16:29:58Z
2011-08-04T09:26:40Z
java/org/apache/catalina/util/LifecycleBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,615
Bug 51615 Line 267 of "org.apache.tomcat.jdbc.pool.PooledConnection": double assignment typo
Nothing bad here, but my compiler lights up: connection = connection = driver.connect(driverURL, properties); Clearly, to be fixed.
resolved fixed
8c41e9c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-05T17:17:48Z
2011-08-04T23:20: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 ...
51,641
Bug 51641 Http11NioProcessor not correct release
org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler code segment: ================================== @Override public void release(SocketWrapper<NioChannel> socket) { Http11NioProcessor processor = connections.remove(socket); if (processor != null) { processor.recycle(); recycledProcessors.offer(processo...
resolved fixed
7ffca5b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-10T11:43:09Z
2011-08-10T07:06:40Z
java/org/apache/coyote/http11/Http11NioProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,640
Bug 51640 clearReferencesJdbc seems to be causing leaks with com.oracle.ojdbc5 driver
null
resolved fixed
cd2fecd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-10T13:22:52Z
2011-08-10T04:20: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 ...
51,644
Bug 51644 Unable to deploy applications with the name a#b.xml
When I try to deploy a context with the name "a#b.xml" I get the following exception. SEVERE: Unable to process JNDI URL [jndi:/localhost/sample/one/WEB-INF/classes] for annotations java.io.FileNotFoundException: jndi:/localhost/sample/one/WEB-INF/classes at org.apache.naming.resources.DirContextURLConnection.list(DirC...
resolved fixed
bb7072c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-10T17:57:25Z
2011-08-10T12:40:00Z
java/org/apache/naming/resources/DirContextURLConnection.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
41,673
Bug 41673 Jasper output the message of compiling error using LF(\n) on ANY OS.
Jasper output the message of compiling error using LF(\n) on ANY OS. This cannot be correctly displayed with Windows notepad. I think the line feed code along OS would be better, though I know other text editor solves this.
resolved fixed
841e9fc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-10T18:37:56Z
2007-02-21T23:20:00Z
java/org/apache/jasper/compiler/DefaultErrorHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,673
Bug 41673 Jasper output the message of compiling error using LF(\n) on ANY OS.
Jasper output the message of compiling error using LF(\n) on ANY OS. This cannot be correctly displayed with Windows notepad. I think the line feed code along OS would be better, though I know other text editor solves this.
resolved fixed
841e9fc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-10T18:37:56Z
2007-02-21T23:20:00Z
java/org/apache/jasper/compiler/ErrorDispatcher.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,650
Bug 51650 possible nullpointer exception in RequestUtil.parseParameters
null
resolved fixed
7562fc1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-12T09:09:32Z
2011-08-11T22:00: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 ...
51,654
Bug 51654 NullPointerException in startup (org.apache.catalina.startup.HostConfig.filterAppPaths) due to missing app base
A hard-to-diagnose NullPointerException at startup which can be bettered with an appropriate error message: INFO: Starting Servlet Engine: Apache Tomcat/7.0.19 java.lang.NullPointerException at org.apache.catalina.startup.HostConfig.filterAppPaths(HostConfig.java:493) at org.apache.catalina.startup.HostConfig.deployApp...
resolved fixed
c4d1631
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-15T18:38:16Z
2011-08-12T14:40: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 ...
51,658
Bug 51658 Potential NPE in CoyoteAdapter.log
null
resolved fixed
5d55842
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-16T08:46:07Z
2011-08-13T15:40:00Z
java/org/apache/catalina/connector/CoyoteAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
49,683
Bug 49683 Separate keep-alive and connection timeout with APR/native connector
null
resolved fixed
bf4a544
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-16T19:28:06Z
2010-08-01T19:13: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...
49,683
Bug 49683 Separate keep-alive and connection timeout with APR/native connector
null
resolved fixed
bf4a544
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-16T19:28:06Z
2010-08-01T19:13:20Z
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...
49,683
Bug 49683 Separate keep-alive and connection timeout with APR/native connector
null
resolved fixed
bf4a544
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-16T19:28:06Z
2010-08-01T19:13:20Z
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...
51,688
Bug 51688 JreMemoryLeakPreventionListener should protect against AWT thread creation
Any webapp that calls java.awt.Toolkit.getDefaultToolkit will launch a new thread (AWT-Windows, AWT-XAWT, etc.) which will capture the ContextClassLoader, pinning the webapp in memory after an undeploy/redeploy. A simple addition to JreMemoryLeakPreventionListener can alleviate this condition.
resolved fixed
0cdbfa6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-24T22:25:03Z
2011-08-19T18:53:20Z
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 ...
51,713
Bug 51713 Bad Connector protocol causes NullPointerException when using Executor
Under the following configuration, an NPE is thrown because _setExecutor() calls con.getProtocolHandler().getClass() when the protocol handler is null. It would be nice to report a bad configuration instead of suffering an NPE. server.xml: <Executor name="tomcatThreadPool" namePrefix="catalina-exec-" maxThreads="150" m...
resolved fixed
517fd9b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-24T23:46:50Z
2011-08-24T01:40:00Z
java/org/apache/catalina/connector/Connector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,558
Bug 51558 Tomcat Embedded: using tomcat.addWebapp always overrides programmatic context-settings with default values for the context at start of tomcat server
when i deploy an webapp with a tomcat server, i use the Function "tomcat.addWebapp". I looked into the code of this function and it makes the following call: ctx.addLifecycleListener(new DefaultWebXmlListener()); When i start tomcat, this DefaultWebXmlListener is activated automatically, and always does the following c...
resolved fixed
25f02b4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T16:03:57Z
2011-07-26T14:20:00Z
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 ...
51,558
Bug 51558 Tomcat Embedded: using tomcat.addWebapp always overrides programmatic context-settings with default values for the context at start of tomcat server
when i deploy an webapp with a tomcat server, i use the Function "tomcat.addWebapp". I looked into the code of this function and it makes the following call: ctx.addLifecycleListener(new DefaultWebXmlListener()); When i start tomcat, this DefaultWebXmlListener is activated automatically, and always does the following c...
resolved fixed
25f02b4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T16:03:57Z
2011-07-26T14:20:00Z
test/org/apache/catalina/startup/TestTomcat.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16: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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16: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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20: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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20: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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
java/org/apache/catalina/manager/host/HostManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20: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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
java/org/apache/catalina/session/FileStore.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
java/org/apache/catalina/startup/ExpandWar.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20: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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
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 ...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
java/org/apache/jasper/JspCompilationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
java/org/apache/juli/FileHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
test/org/apache/catalina/connector/TestCoyoteAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16: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...
51,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
test/org/apache/catalina/core/TestStandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
test/org/apache/catalina/servlets/TestDefaultServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,704
Bug 51704 Dubious use of mkdirs() return code in juli FileHandler
null
resolved fixed
4587f13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-26T17:08:17Z
2011-08-22T16:20:00Z
test/org/apache/catalina/startup/TomcatBaseTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,736
Bug 51736 Make rpcTimeout configurable in BackupManager.
Default rpcTimeout that BackupManager sets to AbstractReplicatedMap is 15000 msec. This is not configurable. When receiving MapMessage.MSG_START (and after a new member is added), publishEntryInfo is called for all sessions where primary and backup node are not included. And, the backup node is set to the session. When...
resolved fixed
87a32d6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T10:30:38Z
2011-08-29T15:00:00Z
java/org/apache/catalina/ha/session/BackupManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,736
Bug 51736 Make rpcTimeout configurable in BackupManager.
Default rpcTimeout that BackupManager sets to AbstractReplicatedMap is 15000 msec. This is not configurable. When receiving MapMessage.MSG_START (and after a new member is added), publishEntryInfo is called for all sessions where primary and backup node are not included. And, the backup node is set to the session. When...
resolved fixed
87a32d6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T10:30:38Z
2011-08-29T15:00:00Z
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 ...
51,712
Bug 51712 Regression in cache-control headers for requests with security-constraints
null
resolved fixed
196a8f5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T14:40:27Z
2011-08-24T01:40:00Z
java/org/apache/catalina/authenticator/AuthenticatorBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,739
Bug 51739 If landingpage is a XHTML (JSF/CDI), nullpointer exception.
null
resolved fixed
3513acc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T18:28:28Z
2011-08-29T17:46:40Z
java/org/apache/catalina/authenticator/FormAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,698
Bug 51698 ajp CPing/Forward-Request packet forgery, is a design decision? or a security vulnerability?
null
resolved fixed
a2538ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T19:44:53Z
2011-08-20T11:33: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...
51,698
Bug 51698 ajp CPing/Forward-Request packet forgery, is a design decision? or a security vulnerability?
null
resolved fixed
a2538ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T19:44:53Z
2011-08-20T11:33:20Z
java/org/apache/coyote/ajp/AjpAprProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,698
Bug 51698 ajp CPing/Forward-Request packet forgery, is a design decision? or a security vulnerability?
null
resolved fixed
a2538ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T19:44:53Z
2011-08-20T11:33:20Z
java/org/apache/coyote/ajp/AjpNioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,698
Bug 51698 ajp CPing/Forward-Request packet forgery, is a design decision? or a security vulnerability?
null
resolved fixed
a2538ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-08-29T19:44:53Z
2011-08-20T11:33:20Z
java/org/apache/coyote/ajp/AjpProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...