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
49,551
Bug 49551 When setting absolute path to default context.xml, in ContextConfig.contextConfig() it cannot be found
null
resolved fixed
dca6dd1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-05T21:07:32Z
2010-07-05T11:40:00Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
49,503
Bug 49503 Connectors do not bind to their ports in Catalina.load(), but only later in start()
null
resolved fixed
a90b576
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-08T15:48:48Z
2010-06-25T15:33:20Z
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,570
Bug 49570 The CompressionFilter example should support HTTP proxies to cache gzipped content better by sending Vary: Accept-Encoding header
null
resolved fixed
c191152
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-10T17:20:41Z
2010-07-08T06:20:00Z
webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,478
Bug 49478 Add encoding parameter to AddDefaultCharSetFilter
AddDefaultCharSetFilter adds a default charset to each request. It assumes ISO-8859-1 as the default charset. The attached patch makes it configurable by introducing an "encoding" parameter. This parameter can take one of two special values "default" or "system". Every other value will be interpreted as a name of an ch...
resolved fixed
d6766f1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-10T21:13:23Z
2010-06-21T08:46:40Z
java/org/apache/catalina/filters/AddDefaultCharsetFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,478
Bug 49478 Add encoding parameter to AddDefaultCharSetFilter
AddDefaultCharSetFilter adds a default charset to each request. It assumes ISO-8859-1 as the default charset. The attached patch makes it configurable by introducing an "encoding" parameter. This parameter can take one of two special values "default" or "system". Every other value will be interpreted as a name of an ch...
resolved fixed
d6766f1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-10T21:13:23Z
2010-06-21T08:46:40Z
test/org/apache/catalina/filters/TestAddCharSetFilter.java
49,442
Bug 49442 Make StringManager fields final
null
resolved fixed
4159093
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-10T21:22:12Z
2010-06-15T08:20:00Z
java/org/apache/tomcat/util/res/StringManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
48,960
Bug 48960 SSI Servlet should support safe configuration
The current configuration of the SSI module is "All" or "None". The "ALL" option will expose all the legacy Apache SSI directive (echo, printenv, if, exec, ...). As documented, allowing SSI will allow execution of arbitrary programs using the "exec". As a result, there is no safe way to expose sites/projects containing...
resolved fixed
a36b0c0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-13T21:35:39Z
2010-03-22T20:33:20Z
java/org/apache/catalina/ssi/SSIFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,960
Bug 48960 SSI Servlet should support safe configuration
The current configuration of the SSI module is "All" or "None". The "ALL" option will expose all the legacy Apache SSI directive (echo, printenv, if, exec, ...). As documented, allowing SSI will allow execution of arbitrary programs using the "exec". As a result, there is no safe way to expose sites/projects containing...
resolved fixed
a36b0c0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-13T21:35:39Z
2010-03-22T20:33:20Z
java/org/apache/catalina/ssi/SSIProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,960
Bug 48960 SSI Servlet should support safe configuration
The current configuration of the SSI module is "All" or "None". The "ALL" option will expose all the legacy Apache SSI directive (echo, printenv, if, exec, ...). As documented, allowing SSI will allow execution of arbitrary programs using the "exec". As a result, there is no safe way to expose sites/projects containing...
resolved fixed
a36b0c0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-13T21:35:39Z
2010-03-22T20:33:20Z
java/org/apache/catalina/ssi/SSIServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,128
Bug 49128 loader.WebappClassLoader.start() ignores Exception
catalina.loader.WebappClassLoader.start() ignores Exception. However, it probably only needs to ignore SecurityException
resolved fixed
e8245ef
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-14T21:35:37Z
2010-04-15T00:06:40Z
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 ...
49,127
Bug 49127 SimpleTcpReplicationManager.startInternal() ignores Exception
ha.session.SimpleTcpReplicationManager.startInternal() ignores Exception when invoking Thread.sleep() - it only needs to ignore InterruptedException.
resolved fixed
eca4ed9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-14T21:39:40Z
2010-04-15T00:06:40Z
java/org/apache/catalina/ha/session/SimpleTcpReplicationManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,998
Bug 48998 Proposal : port mod_expires in java as ExpiresFilter Servlet Filter
null
resolved fixed
7963a16
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-14T22:11:30Z
2010-03-26T21:46:40Z
java/org/apache/catalina/filters/ExpiresFilter.java
48,998
Bug 48998 Proposal : port mod_expires in java as ExpiresFilter Servlet Filter
null
resolved fixed
7963a16
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-14T22:11:30Z
2010-03-26T21:46:40Z
test/org/apache/catalina/filters/TestExpiresFilter.java
49,617
Bug 49617 Fix ExpiresFilter docs (remove remaining ExpiresActive reference)
Remove the last references to the removed configuration parameter ExpiresActive.
resolved fixed
dfbd8aa
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-21T16:37:58Z
2010-07-19T22:53:20Z
java/org/apache/catalina/filters/ExpiresFilter.java
/* * Copyright 2008-2009 the original author or authors. * * 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 ap...
49,617
Bug 49617 Fix ExpiresFilter docs (remove remaining ExpiresActive reference)
Remove the last references to the removed configuration parameter ExpiresActive.
resolved fixed
dfbd8aa
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-21T16:37:58Z
2010-07-19T22:53:20Z
test/org/apache/catalina/filters/TestExpiresFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,567
Bug 49567 when starting a new thread from a startAsync Runnable, an infinite amount of doPosts is generated
null
resolved fixed
2357fb5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-22T09:12:18Z
2010-07-07T13: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,567
Bug 49567 when starting a new thread from a startAsync Runnable, an infinite amount of doPosts is generated
null
resolved fixed
2357fb5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-22T09:12:18Z
2010-07-07T13:40:00Z
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 ...
49,567
Bug 49567 when starting a new thread from a startAsync Runnable, an infinite amount of doPosts is generated
null
resolved fixed
2357fb5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-22T09:12:18Z
2010-07-07T13:40: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 ...
49,567
Bug 49567 when starting a new thread from a startAsync Runnable, an infinite amount of doPosts is generated
null
resolved fixed
2357fb5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-22T09:12:18Z
2010-07-07T13:40:00Z
java/org/apache/coyote/http11/Http11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,567
Bug 49567 when starting a new thread from a startAsync Runnable, an infinite amount of doPosts is generated
null
resolved fixed
2357fb5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-22T09:12:18Z
2010-07-07T13:40: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...
49,613
Bug 49613 Request.getAttributeNames() slows down some applications
null
resolved fixed
5f1ad13
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-22T14:36:15Z
2010-07-19T09:00:00Z
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 ...
49,407
Bug 49407 backup manager reports too few current sessions
With 100 sessions shared across 4 nodes (i.e. 25 active sessions per node), the delta manager reports 100 current sessions per node (25 active and the copies of the sessions from the other nodes). The back manager reports 25. For consistency it should report 50. The 25 active sessions plus the 25 (or so) that are backe...
resolved fixed
d21b105
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-29T18:32:58Z
2010-06-08T20:46:40Z
java/org/apache/catalina/session/ManagerBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
49,407
Bug 49407 backup manager reports too few current sessions
With 100 sessions shared across 4 nodes (i.e. 25 active sessions per node), the delta manager reports 100 current sessions per node (25 active and the copies of the sessions from the other nodes). The back manager reports 25. For consistency it should report 50. The 25 active sessions plus the 25 (or so) that are backe...
resolved fixed
d21b105
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-07-29T18:32:58Z
2010-06-08T20:46:40Z
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 ...
49,655
Bug 49655 ExpressionFactoryImpl.createMethodExpression() is not EL 2.2 Spec conform
null
resolved fixed
96a99ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-01T21:04:25Z
2010-07-27T14:13:20Z
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 ...
49,714
Bug 49714 The annotation process of Jar should not impact distributable of web.xml.
Even if < distributable/> is set to web.xml(servlet3.0), distributable is changed from true to false by the annotation process of JAR. ContextConfig#processAnnotations is as follows. ===ContextConfig#processAnnotations protected void processAnnotations(Set<WebXml> fragments) { for(WebXml fragment : fragments) { if (!fr...
resolved fixed
f4a10ec
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-06T02:19:28Z
2010-08-06T02: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 ...
49,757
Bug 49757 correcting some generics related warnings
Patch attached. Thanks
resolved fixed
d446678
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T14:56:20Z
2010-08-16T17:33:20Z
java/org/apache/catalina/manager/JMXProxyServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,757
Bug 49757 correcting some generics related warnings
Patch attached. Thanks
resolved fixed
d446678
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T14:56:20Z
2010-08-16T17:33: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 ...
49,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/annotation/Resource.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/ejb/EJB.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
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 ...
49,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/el/ELContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/el/ResourceBundleELResolver.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/servlet/ServletRequestWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/servlet/ServletResponseWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/servlet/annotation/HandlesTypes.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/servlet/jsp/el/ExpressionEvaluator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/servlet/jsp/el/ImplicitObjectELResolver.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/servlet/jsp/tagext/TagSupport.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/javax/xml/ws/WebServiceRef.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/org/apache/el/lang/EvaluationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
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 ...
49,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/org/apache/jasper/el/ELContextWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
java/org/apache/jasper/el/ExpressionEvaluatorImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,758
Bug 49758 [Patch] Generics warnings - rawtypes
null
resolved fixed
c05cb94
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-22T23:11:18Z
2010-08-16T17:33:20Z
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 ...
49,750
Bug 49750 WebappClassLoader.validate(name) does not validate javax.servlet.
The method does not validate the class name as described in the method documentation. "Validate a classname. As per SRV.9.7.2, we must restrict loading of classes from J2SE (java.*) and classes of the servlet API (javax.servlet.*) "
resolved fixed
6fce7d7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-23T17:32:03Z
2010-08-15T13:46:40Z
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 ...
49,726
Bug 49726 JSP 2.2 new configuration element <default-content-type> under <jsp-property-group> works incorrectly on tomcat trunk
null
resolved fixed
42c226f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-23T19:23:28Z
2010-08-09T05:00:00Z
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 ...
49,726
Bug 49726 JSP 2.2 new configuration element <default-content-type> under <jsp-property-group> works incorrectly on tomcat trunk
null
resolved fixed
42c226f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-23T19:23:28Z
2010-08-09T05:00:00Z
test/org/apache/jasper/compiler/TestCompiler.java
49,721
Bug 49721 Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0
I put a jsp file in a jar file and test whether tomcat 7 supports it by viewing it from the browser and failed.
resolved fixed
187eed8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-23T19:37:25Z
2010-08-07T03: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 ...
49,670
Bug 49670 org.apache.catalina.authenticator.SingleSignOn valve does not function
I have two web applications; neither declare a realm in the context.xml and both are configured for authentication in the web.xml using standard tomcat authentication methods. I have enabled the tomcat valve in the host and have added a realm to the host as well. <Host name="localhost" appBase="webapps" unpackWARs="tru...
resolved fixed
e2f0b9b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-23T20:15:13Z
2010-07-29T13:26:40Z
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 ...
48,738
Bug 48738 [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called
null
resolved fixed
526f4ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-24T10:02:14Z
2010-02-14T04:00:00Z
java/org/apache/coyote/http11/AbstractOutputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
48,738
Bug 48738 [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called
null
resolved fixed
526f4ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-24T10:02:14Z
2010-02-14T04:00:00Z
java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java
48,738
Bug 48738 [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called
null
resolved fixed
526f4ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-24T10:02:14Z
2010-02-14T04:00:00Z
java/org/apache/coyote/http11/filters/GzipOutputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
48,738
Bug 48738 [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called
null
resolved fixed
526f4ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-24T10:02:14Z
2010-02-14T04:00:00Z
test/org/apache/coyote/http11/TestGzipOutputFilter.java
49,749
Bug 49749 SSO cookie should be added as HttpOnly
SSO cookies should be made HttpOnly by default. In org.apache.catalina.authenticator.AuthenticatorBase#register(), 798- response.addCookie(cookie); 798+ response.addCookieInternal(cookie, true);
resolved fixed
e641f20
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-08-25T11:36:38Z
2010-08-13T22: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/Globals.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/connector/Connector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/realm/JAASMemoryLoginModule.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/realm/MemoryRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/startup/Bootstrap.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/startup/CatalinaProperties.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/catalina/startup/Tool.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46: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 ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/jasper/compiler/AntCompiler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/tomcat/util/net/AbstractEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
48,967
Bug 48967 Externalize Strings "catalina.base" and "catalina.home"
null
resolved fixed
bcb994c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-02T14:52:11Z
2010-03-23T18:46:40Z
java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
49,869
Bug 49869 Javadoc for WebAppClassLoader constructor has copy/paste error
The constructor that takes a parent class loader has a copy of the doc string from the constructor that does not take a parent class loader.
resolved fixed
a6620cb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-03T08:54:20Z
2010-09-02T23:26:40Z
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 ...
49,876
Bug 49876 correcting generics related compile warning in org/apache/tomcat/util/bcel/classfile files
Explanation: Several files have compile time generics related warnings displayed for org/apache/tomcat/util/bcel/classfile. This patch cleans up several of those warnings.
resolved fixed
6155a8b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-03T18:50:57Z
2010-09-03T13:20:00Z
java/org/apache/tomcat/util/bcel/classfile/AnnotationEntry.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,876
Bug 49876 correcting generics related compile warning in org/apache/tomcat/util/bcel/classfile files
Explanation: Several files have compile time generics related warnings displayed for org/apache/tomcat/util/bcel/classfile. This patch cleans up several of those warnings.
resolved fixed
6155a8b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-03T18:50:57Z
2010-09-03T13:20:00Z
java/org/apache/tomcat/util/bcel/classfile/Attribute.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,876
Bug 49876 correcting generics related compile warning in org/apache/tomcat/util/bcel/classfile files
Explanation: Several files have compile time generics related warnings displayed for org/apache/tomcat/util/bcel/classfile. This patch cleans up several of those warnings.
resolved fixed
6155a8b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-03T18:50:57Z
2010-09-03T13:20:00Z
java/org/apache/tomcat/util/bcel/classfile/JavaClass.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
49,876
Bug 49876 correcting generics related compile warning in org/apache/tomcat/util/bcel/classfile files
Explanation: Several files have compile time generics related warnings displayed for org/apache/tomcat/util/bcel/classfile. This patch cleans up several of those warnings.
resolved fixed
6155a8b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-03T18:50:57Z
2010-09-03T13:20:00Z
java/org/apache/tomcat/util/bcel/classfile/Unknown.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,876
Bug 49876 correcting generics related compile warning in org/apache/tomcat/util/bcel/classfile files
Explanation: Several files have compile time generics related warnings displayed for org/apache/tomcat/util/bcel/classfile. This patch cleans up several of those warnings.
resolved fixed
6155a8b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-03T18:50:57Z
2010-09-03T13:20:00Z
java/org/apache/tomcat/util/bcel/classfile/Utility.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10: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 ...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/catalina/core/StandardService.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/coyote/ProtocolHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
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...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/coyote/ajp/AjpAprProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
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...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/coyote/ajp/AjpProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/coyote/http11/AbstractHttp11Protocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40: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...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/coyote/http11/Http11NioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/coyote/http11/Http11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/tomcat/util/net/AbstractEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
java/org/apache/tomcat/util/net/JIoEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
49,802
Bug 49802 Shutdown of AJP Connector do not work
null
resolved fixed
cd7263e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:36:16Z
2010-08-23T10:40:00Z
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...
49,883
Bug 49883 java.lang.UnsupportedOperationException: The getName() method should never be called
null
resolved fixed
a9f0fd5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-05T20:43:38Z
2010-09-05T04:13:20Z
java/org/apache/catalina/realm/CombinedRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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,831
Bug 49831 Issue with closing XAConnections on MSSQL
When using XAConnections with MSSQL it has been noticed that the physical connections are not being closed when DataSourceProxy.close(boolean all) is called. This method invokes org.apache.tomcat.jdbc.pool.PooledConnection.disconnent() which calls connection.close(). However, when used with SQLServer, the connection at...
resolved fixed
64a8346
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-08T15:27:00Z
2010-08-26T16:26:40Z
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 ...
49,892
Bug 49892 Wrong JNDI Name for Method Resource Injections
Method based JNDI env. injections not worked correctly. Patch is attached. See Java EE 6 specification section, EE. 5.2.5 Annotations and Injections. Patch is provided that solves problem.
resolved fixed
94147b2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-08T19:45:16Z
2010-09-07T14:33:20Z
java/org/apache/catalina/core/DefaultInstanceManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
49,234
Bug 49234 JMX Descriptor Modifications
null
resolved fixed
e0182ef
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2010-09-12T01:25:03Z
2010-04-30T04:00:00Z
java/org/apache/catalina/Server.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...