id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
710
48,726
Bug 48726 DeployTask throws OutOfMemoryErrors when deploying large WAR files
null
2010-02-10 22:46:18
1,265,860,000
resolved fixed
53e0674
1,265,850,000
java/org/apache/catalina/ant/AbstractCatalinaTask.java java/org/apache/catalina/ant/DeployTask.java
Tomcat
711
48,170
Bug 48170 Unnecessary synchronization by JspFactory.getDefaultFactory contributes to stability problems
I have a soak test at constant load that is initially stable. Within the hour, an ever increasing number of blocked threads develops. The vast majority of threads are in JSP rendering, blocked on JspFactory.getDefaultFactory(). The server eventually crashes. We are running Java 6. Upon code inspection, there appears to...
2009-11-10 18:04:01
1,257,890,000
resolved fixed
c09753b
1,265,670,000
java/javax/servlet/jsp/JspFactory.java
Tomcat
712
48,109
Bug 48109 Improve binaryStream processing in WebappClassLoader#findResourceInternal
null
2009-11-02 19:49:49
1,257,210,000
resolved fixed
dda2cbc
1,265,670,000
java/org/apache/catalina/loader/WebappClassLoader.java
Tomcat
713
48,665
Bug 48665 RemoteIpValve examples refer to "connector" package
null
2010-02-03 03:38:00
1,265,190,000
resolved fixed
9905155
1,265,590,000
java/org/apache/catalina/valves/RemoteIpValve.java
Tomcat
714
48,643
Bug 48643 catalina.session.FileStore.save() and load() - close() bugs
The code for the save() method reads: try { fos = new FileOutputStream(file.getAbsolutePath()); oos = new ObjectOutputStream(new BufferedOutputStream(fos)); } catch (IOException e) { if (oos != null) { <== oos can only be null here try { oos.close(); } catch (IOException f) { // Ignore } } throw e; } Presumably the cat...
2010-01-30 16:53:02
1,264,890,000
resolved fixed
6f48cde
1,265,580,000
java/org/apache/catalina/session/FileStore.java java/org/apache/catalina/session/StandardManager.java
Tomcat
715
48,678
Bug 48678 org.apache.catalina.startup.Catalina incorrectly duplicates super class member
null
2010-02-04 00:09:04
1,265,260,000
resolved fixed
067e0ba
1,265,490,000
java/org/apache/catalina/startup/Catalina.java
Tomcat
716
48,551
Bug 48551 StringCache: Use entrySet() rather than keySet() + get()
null
2010-01-14 19:23:43
1,263,520,000
resolved fixed
c85e791
1,265,130,000
java/org/apache/catalina/deploy/WebXml.java java/org/apache/tomcat/util/buf/StringCache.java
Tomcat
717
48,653
Bug 48653 RemoteIpValve : request.secure and request.scheme are not forced to "false" and "http" if X-Forwarded-Proto=http
null
2010-02-01 09:26:02
1,265,030,000
resolved fixed
1789bd8
1,265,120,000
java/org/apache/catalina/valves/RemoteIpValve.java test/org/apache/catalina/valves/TestRemoteIpValve.java
Tomcat
718
48,647
Bug 48647 RemoteIpFilter : request.secure and request.scheme are not forced to "false" and "http" if X-Forwarded-Proto=http
null
2010-01-31 16:28:21
1,264,970,000
resolved fixed
7aa1206
1,265,120,000
java/org/apache/catalina/filters/RemoteIpFilter.java
Tomcat
719
48,645
Bug 48645 RequestUtil.URLDecode(byte[] bytes, String enc)
the enc is not used in the implementation public static String URLDecode(byte[] bytes, String enc) { return URLDecode(bytes, null, false); }
2010-01-31 04:36:17
1,264,930,000
resolved fixed
d0f9da2
1,264,940,000
java/org/apache/catalina/util/RequestUtil.java
Tomcat
720
48,516
Bug 48516 NullPointerException in JNDIRealm
null
2010-01-11 05:42:00
1,263,210,000
resolved fixed
62d29b6
1,263,340,000
java/org/apache/catalina/realm/JNDIRealm.java
Tomcat
721
48,004
Bug 48004 setHeader() does not replace the previous value for a "Server"
null
2009-10-15 11:16:16
1,255,620,000
resolved fixed
13daf69
1,263,330,000
java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/coyote/http11/Http11NioProcessor.java java/org/apache/coyote/http11/Http11Processor.java
Tomcat
722
48,421
Bug 48421 JULI webapp logging files will not closed when webapp is stopped,reloaded or undeployed
In Tomcat 6 the JULI logging files which are (can be) declared in webapp/WEB-INF/classes/logging.properties will not closed, when the webapp is reloaded, stopped or even undeployed. The files will at last be closed, when tomcat is shut down or restarted. This is also true for the normally used Handler org.apache.juli.F...
2009-12-20 14:45:51
1,261,340,000
resolved fixed
eeb017a
1,263,320,000
java/org/apache/juli/ClassLoaderLogManager.java java/org/apache/juli/logging/LogFactory.java
Tomcat
723
48,523
Bug 48523 Duplicate property keys in various files
There are some properties files with non-unique property keys; normally these should be unique. File: java\org\apache\catalina\realm\LocalStrings.properties Duplicate key: 'jaasRealm.userPrincipalSuccess' jaasRealm.userPrincipalSuccess=Principal "{0}" is a valid user class. We will use this as the user Principal. jaasR...
2010-01-11 12:45:44
1,263,230,000
resolved fixed
f2eea0c
1,263,290,000
java/org/apache/catalina/startup/ContextConfig.java
Tomcat
724
48,517
Bug 48517 @SuppressWarnings("unchecked") - document and reduce scope
null
2010-01-11 07:49:28
1,263,210,000
resolved fixed
4df1957
1,263,290,000
java/javax/el/BeanELResolver.java java/javax/el/ELContext.java java/javax/el/ResourceBundleELResolver.java java/org/apache/catalina/loader/WebappClassLoader.java java/org/apache/el/lang/ELSupport.java java/org/apache/el/lang/EvaluationContext.java java/org/apache/el/parser/AstIdentifier.java java/org/apache/el/parser/A...
Tomcat
725
48,112
Bug 48112 Closing curly brace in literal string incorrectly treated as expression terminator.
On tomcat 6.0.20 something like the following line in a JSP causes a exception: <c:out value="${fn:trim('{world}')}"/> After removing the closing curly brace from the literal ('{world}' -> '{world') the JSP works. This behaviour seems specific to 6.0.20, as on 6.0.18 and 6.0.16 the line above works fine. Example of exc...
2009-11-03 07:09:58
1,257,250,000
resolved fixed
11810fb
1,262,800,000
test/org/apache/el/TestELEvaluation.java
Tomcat
726
48,424
Bug 48424 Keep same logic for creating the objectnames for connector mbeans
Currently, for connector MBeans, they are registered and unregistered by Connector classes themselves. But in the ServerLifecycle and MBeanUtils, there are also codes for unregistering the connector MBeans. Suppose it is used for double check ? The question is that the codes for creating connector object name are not s...
2009-12-20 23:29:35
1,261,370,000
resolved fixed
da5f249
1,262,720,000
java/org/apache/catalina/connector/Connector.java java/org/apache/catalina/mbeans/MBeanUtils.java
Tomcat
727
48,006
Bug 48006 Implement the header X-Powered-By suggested by the servlet specification
null
2009-10-15 11:34:52
1,255,620,000
resolved fixed
3d309a5
1,262,260,000
java/org/apache/catalina/connector/CoyoteAdapter.java
Tomcat
728
43,819
Bug 43819 Support latest JSR245 proposal to make EL "self-contained"
null
2007-11-08 14:48:53
1,194,550,000
resolved fixed
9a2ae02
1,262,210,000
java/javax/el/ExpressionFactory.java java/org/apache/jasper/compiler/JspUtil.java java/org/apache/jasper/compiler/PageInfo.java java/org/apache/jasper/compiler/Validator.java java/org/apache/jasper/runtime/JspApplicationContextImpl.java
Tomcat
729
48,345
Bug 48345 Session does time-out shorter than setting in web.xml when PersistentManager is used.
I am encountering the problem that Session does time-out shorter than setting in web.xml. This is a simple scenario where the problem occurs. I am using PersistentManager by the following configuration. <Context> <Manager className="org.apache.catalina.session.PersistentManager" maxIdleSwap="120"> <Store className="org...
2009-12-07 02:09:14
1,260,170,000
resolved fixed
d939925
1,262,170,000
java/org/apache/catalina/session/StoreBase.java
Tomcat
730
48,454
Bug 48454 "Bad file descriptor"-IOException in CGIServlet for some programs
null
2009-12-29 02:46:52
1,262,070,000
resolved fixed
ae6c3c4
1,262,170,000
java/org/apache/catalina/servlets/CGIServlet.java
Tomcat
731
48,443
Bug 48443 when the context path is empty,tomcat will startup with a FileNotFoundException
null
2009-12-24 22:34:44
1,261,710,000
resolved fixed
ff22e4a
1,262,170,000
java/org/apache/naming/resources/DirContextURLConnection.java
Tomcat
732
48,399
Bug 48399 Lock fields should be final
null
2009-12-16 19:20:55
1,261,010,000
resolved fixed
e1d1476
1,261,280,000
java/org/apache/catalina/ha/session/DeltaSession.java java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/MultiLockFairBlockingQueue.java
Tomcat
733
47,930
Bug 47930 PersistentManager (using filestore) can return different session objects linked to the same session ID, when Tomcat is restarted
null
2009-10-01 22:42:57
1,254,450,000
resolved fixed
d9f2c99
1,261,160,000
java/org/apache/catalina/session/PersistentManagerBase.java
Tomcat
734
48,387
Bug 48387 Make RemoteIpFilter parameters consistent with RemoteIpValve
null
2009-12-14 10:28:40
1,260,800,000
resolved fixed
803d64d
1,260,830,000
java/org/apache/catalina/filters/RemoteIpFilter.java
Tomcat
735
47,744
Bug 47744 Memory leak when using SSL + Java security manager
null
2009-08-26 11:01:57
1,251,300,000
resolved fixed
51d5511
1,260,800,000
java/org/apache/tomcat/util/net/jsse/JSSESupport.java
Tomcat
736
47,537
Bug 47537 Empty response when forward to login page fails
When tomcat receives a POST request on a session that has timedout, it will forward to the form based login page (form-login-page). If this forward fails for some reason (an error in the login page for instance), tomcat will return an empty HTTP response, without any error code. The tomcat log says "Unexpected error fo...
2009-07-15 10:06:41
1,247,670,000
resolved fixed
88b5d4b
1,260,540,000
java/org/apache/catalina/authenticator/FormAuthenticator.java
Tomcat
737
48,373
Bug 48373 Can not get clients from TomcatBayeux
When call the getClients method,there will be a Exception: java.lang.ArrayStoreException: java.util.HashMap$Entry maybe this method should be: public List<Client> getClients() { return java.util.Arrays.asList(clients.values().toArray(new Client[0])); } instead of this: public List<Client> getClients() { return java.uti...
2009-12-11 00:22:52
1,260,510,000
resolved fixed
b09d817
1,260,530,000
modules/bayeux/java/org/apache/tomcat/bayeux/TomcatBayeux.java
Tomcat
738
48,370
Bug 48370 PublishRequest.java can not be compiled
There is a log used in org.apache.tomcat.bayeux.request.PublishRequest,but it was not be defined,so the class can not be complied successfully,there should be something like this? private static final Log log = LogFactory.getLog(PublishRequest.class);
2009-12-10 17:24:23
1,260,480,000
resolved fixed
9be399f
1,260,530,000
modules/bayeux/java/org/apache/tomcat/bayeux/request/PublishRequest.java
Tomcat
739
48,324
Bug 48324 Javadoc fixes for connector.Request.java
null
2009-12-01 16:02:13
1,259,700,000
resolved fixed
549a5d5
1,260,460,000
java/org/apache/catalina/connector/Request.java
Tomcat
740
47,502
Bug 47502 clustering fails on serializing javax.security.auth.subject
Clustering fails on serializing javax.security.auth.subject. See stack below. I looked a little into the Tomcat code. In ./java/org/apache/catalina/connector/Request.java on line 1752 Tomcat puts the 'javax.security.auth.subject' on the session if you use a securitymanager. This is the MemoryUser in my case I think. I ...
2009-07-09 05:57:29
1,247,130,000
resolved fixed
806200c
1,259,710,000
java/org/apache/catalina/ha/session/DeltaSession.java
Tomcat
741
48,296
Bug 48296 Generics fixes
null
2009-11-28 07:42:38
1,259,410,000
resolved fixed
ed40c2c
1,259,710,000
java/org/apache/catalina/ant/jmx/JMXAccessorTask.java java/org/apache/catalina/tribes/membership/Membership.java java/org/apache/naming/resources/DirContextURLConnection.java
Tomcat
742
47,342
Bug 47342 ReplicatedContext#start throws NullPointerException.
null
2009-06-10 02:48:24
1,244,620,000
resolved fixed
9afe6ce
1,259,360,000
java/org/apache/catalina/ha/context/ReplicatedContext.java
Tomcat
743
48,289
Bug 48289 ElSupport - Javadoc and generics fixes
null
2009-11-25 16:35:49
1,259,180,000
resolved fixed
b8599a3
1,259,350,000
java/org/apache/el/lang/ELSupport.java test/org/apache/el/TestELEvaluation.java
Tomcat
744
48,288
Bug 48288 Patch to fix generics in javax.el package helpers
null
2009-11-25 15:43:06
1,259,180,000
resolved fixed
2ac1900
1,259,350,000
java/org/apache/el/lang/EvaluationContext.java java/org/apache/jasper/el/ELContextWrapper.java
Tomcat
745
48,287
Bug 48287 ApplicationContextFacade - generics fixes
null
2009-11-25 15:36:20
1,259,180,000
resolved fixed
ce8d1c5
1,259,350,000
java/org/apache/catalina/core/ApplicationContextFacade.java
Tomcat
746
48,285
Bug 48285 ApplicationFilterFactory.matchDispatcher() fails to check ASYNC
catalina.core.ApplicationFilterFactory.matchDispatcher(FilterMap filterMap, DispatcherType type) fails to check for type == ASYNC The extra case ought to be added (but I don't know what it should contain, so cannot provide a patch)
2009-11-25 08:41:12
1,259,160,000
resolved fixed
f0a0aec
1,259,340,000
java/org/apache/catalina/core/ApplicationFilterFactory.java java/org/apache/catalina/deploy/FilterMap.java
Tomcat
747
48,282
Bug 48282 Possible NPE in org.apache.tomcat.util.modeler.Registry
null
2009-11-25 07:42:40
1,259,150,000
resolved fixed
56897be
1,259,340,000
java/org/apache/tomcat/util/modeler/Registry.java
Tomcat
748
48,267
Bug 48267 Patch to fix generics in javax packages
null
2009-11-23 13:22:35
1,259,000,000
resolved fixed
632e68c
1,259,340,000
java/javax/annotation/Resource.java java/javax/ejb/EJB.java java/javax/el/BeanELResolver.java java/javax/el/ELContext.java java/javax/el/ListELResolver.java java/javax/el/MapELResolver.java java/javax/el/ResourceBundleELResolver.java java/javax/xml/ws/WebServiceRef.java
Tomcat
749
48,266
Bug 48266 Patch to fix generics in catalina
null
2009-11-23 13:21:28
1,259,000,000
resolved fixed
21cd308
1,259,110,000
java/org/apache/catalina/ant/jmx/JMXAccessorTask.java java/org/apache/catalina/connector/Request.java java/org/apache/catalina/core/StandardPart.java java/org/apache/catalina/ha/backend/CollectedInfo.java java/org/apache/catalina/ha/session/BackupManager.java java/org/apache/catalina/ha/tcp/ReplicationValve.java java/o...
Tomcat
750
47,836
Bug 47836 TldConfig keeps an internal list of ApplicationListeners
null
2009-09-14 07:03:43
1,252,930,000
resolved fixed
92e53f3
1,259,030,000
java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/startup/TldConfig.java
Tomcat
751
48,239
Bug 48239 HexUtils exposes public array
null
2009-11-19 07:48:12
1,258,630,000
resolved fixed
55e5052
1,258,940,000
java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpProcessor.java java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/coyote/http11/Http11NioProcessor.java java/org/apache/coyote/http11/Http11Processor.java java/org/apache/coyote/http11/filters/ChunkedInputFilter.java java/o...
Tomcat
752
48,248
Bug 48248 tribes.group.interceptors.MessageDispatchInterceptor.run should be volatile
org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor.run should be volatile, as it is used to communicate between running threads.
2009-11-20 04:56:14
1,258,710,000
resolved fixed
a524187
1,258,940,000
java/org/apache/catalina/tribes/group/GroupChannel.java java/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterceptor.java java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java java/org/apache/catalina/tribes/membership/McastServiceImpl.java
Tomcat
753
48,249
Bug 48249 org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller.run <= volatile
org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller.run should be volatile, as it is used to communicate between running threads.
2009-11-20 05:06:47
1,258,710,000
resolved fixed
c7d7ba2
1,258,940,000
java/org/apache/tomcat/util/net/NioBlockingSelector.java
Tomcat
754
48,049
Bug 48049 org.apache.naming.NamingContext's destroySubcontext() method doesn't invoke itself recursively, but invoke unbind() method
Below is the original implementation of destroySubcontext(Name name) method: public void destroySubcontext(Name name) throws NamingException { checkWritable(); while ((!name.isEmpty()) && (name.get(0).length() == 0)) name = name.getSuffix(1); if (name.isEmpty()) throw new NamingException (sm.getString("namingContext.in...
2009-10-25 07:24:55
1,256,470,000
resolved fixed
af8a612
1,258,930,000
java/org/apache/naming/NamingContext.java
Tomcat
755
47,799
Bug 47799 Domain does not work in Membership and DomainFilterInterceptor.
null
2009-09-08 02:39:42
1,252,390,000
resolved fixed
94c643b
1,258,930,000
java/org/apache/catalina/tribes/group/interceptors/DomainFilterInterceptor.java java/org/apache/catalina/tribes/membership/McastService.java
Tomcat
756
47,462
Bug 47462 The annotation doesn't become effective.(metadata-complete="false" is not effective.)
null
2009-07-01 02:51:39
1,246,430,000
resolved fixed
04b0838
1,258,920,000
java/org/apache/catalina/startup/WebRuleSet.java
Tomcat
757
47,997
Bug 47997 NamingContextListener fails to add itself as a PropertyChangeListener to all namingResources
null
2009-10-14 17:45:53
1,255,560,000
resolved fixed
58162ed
1,258,920,000
java/org/apache/catalina/core/NamingContextListener.java
Tomcat
758
47,718
Bug 47718 ManagerBase leaks fd to /dev/urandom when context stopped
On operating systems where /dev/urandom exists, org.apache.catalina.session.ManagerBase will use it as a source of data for getRandomBytes(). If you stop a context or undeploy a host, the number of file descriptors that have /dev/urandom open tomcat remains constant. For example, if you use the manager application to s...
2009-08-20 14:48:26
1,250,790,000
resolved fixed
ae5c640
1,258,920,000
java/org/apache/catalina/session/ManagerBase.java
Tomcat
759
48,252
Bug 48252 StackOverflowError in NioEndpoint.setProperty when setting jkHome
- Noticed only when running in debugger with breakpoint set for StackOverflowError. - The error is translated by Java's reflection mechanism to an InvocationTargetException, which is caught and silently ignored by IntrospectionUtils. - Connector.initialize() sets jkHome property on Http11NioProtocol. - Http11NioProtoco...
2009-11-20 08:25:45
1,258,720,000
resolved fixed
c0cb61b
1,258,740,000
java/org/apache/tomcat/util/IntrospectionUtils.java java/org/apache/tomcat/util/net/AbstractEndpoint.java
Tomcat
760
48,234
Bug 48234 org.apache.catalina.core.ContainerBase.getLogger() not thread-safe?
org.apache.catalina.core.ContainerBase.getLogger() is not synchronised, yet all the other methods which access org.apache.catalina.core.ContainerBase.logger are synch. This seems wrong. org.apache.catalina.core.ContainerBase.logger should probably be private to prevent unsynch. access by subclasses. Similar considerati...
2009-11-18 17:41:42
1,258,580,000
resolved fixed
c53173b
1,258,600,000
java/org/apache/catalina/core/ContainerBase.java
Tomcat
761
48,172
Bug 48172 JspRuntimeContext synch. problems.
JspRuntimeContext.jspReloadCount is synchronised when updated, but not when read by getJspReloadCount(). If the instance is accessed from multiple threads, then the returned value may not be the current value, it could be arbitrarily stale. If this is acceptable, then the Javadoc should say so; otherwise the getter nee...
2009-11-11 03:23:50
1,257,930,000
resolved fixed
242b6a3
1,258,590,000
java/org/apache/jasper/compiler/JspRuntimeContext.java
Tomcat
762
48,197
Bug 48197 XByteBuffer: privatize public fields; fix Javadoc
null
2009-11-14 06:29:45
1,258,200,000
resolved fixed
a1cb0c3
1,258,590,000
java/org/apache/catalina/tribes/io/XByteBuffer.java
Tomcat
763
48,230
Bug 48230 Unused imports
null
2009-11-18 14:00:17
1,258,570,000
resolved fixed
84d49a0
1,258,590,000
java/org/apache/catalina/Authenticator.java java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/tomcat/util/net/NioEndpoint.java modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestSuspectTimeout.java
Tomcat
764
48,217
Bug 48217 Loggers should be final
null
2009-11-17 16:30:07
1,258,490,000
resolved fixed
0d7263a
1,258,550,000
java/org/apache/coyote/http11/AbstractHttp11Protocol.java java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/coyote/http11/Http11Protocol.java
Tomcat
765
48,196
Bug 48196 Public arrays that should be private
null
2009-11-14 06:28:06
1,258,200,000
resolved fixed
38f52b5
1,258,500,000
java/org/apache/catalina/startup/Tomcat.java java/org/apache/catalina/tribes/group/interceptors/TwoPhaseCommitInterceptor.java java/org/apache/catalina/util/HexUtils.java
Tomcat
766
48,176
Bug 48176 Fields that should be final
null
2009-11-11 08:01:28
1,257,940,000
resolved fixed
16c4534
1,258,500,000
java/org/apache/catalina/tribes/io/BufferPool.java java/org/apache/jasper/compiler/ServletWriter.java modules/tomcat-lite/java/org/apache/tomcat/util/http/MimeMap.java
Tomcat
767
48,175
Bug 48175 Loggers should be final
null
2009-11-11 07:37:28
1,257,940,000
resolved fixed
799b934
1,258,500,000
java/org/apache/catalina/core/ApplicationFilterConfig.java java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/StandardHost.java java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/ha/ClusterListener.java java/org/apache/catalina/ha/context/ReplicatedContext.java java/...
Tomcat
768
48,174
Bug 48174 org.apache.tomcat.jni.Address.APR_ANYADDR should be final
org.apache.tomcat.jni.Address.APR_ANYADDR should be final
2009-11-11 07:14:34
1,257,940,000
resolved fixed
57571a7
1,258,500,000
java/org/apache/tomcat/jni/Address.java
Tomcat
769
48,173
Bug 48173 org.apache.catalina.tribes.io.ChannelData.EMPTY_DATA_ARRAY should be final
org.apache.catalina.tribes.io.ChannelData.EMPTY_DATA_ARRAY should be final
2009-11-11 06:59:39
1,257,940,000
resolved fixed
e5ae1bc
1,258,500,000
java/org/apache/catalina/tribes/io/ChannelData.java
Tomcat
770
48,151
Bug 48151 Java files that don't have AL headers
null
2009-11-06 03:06:03
1,257,490,000
resolved fixed
5447621
1,258,500,000
java/org/apache/catalina/startup/DefaultJarScanner.java java/org/apache/tomcat/JarScannerCallback.java modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConcurrency.java modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestException.java modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/driver/ResultSet.java mo...
Tomcat
771
48,150
Bug 48150 some misspellings I found in the "javax.servlet" package
null
2009-11-06 01:46:29
1,257,490,000
resolved fixed
7849435
1,258,500,000
java/javax/servlet/GenericServlet.java java/javax/servlet/http/HttpServlet.java java/javax/servlet/jsp/JspWriter.java java/javax/servlet/jsp/PageContext.java java/javax/servlet/jsp/SkipPageException.java java/javax/servlet/jsp/tagext/JspFragment.java java/javax/servlet/jsp/tagext/PageData.java java/javax/servlet/jsp/ta...
Tomcat
772
48,149
Bug 48149 some misspellings I found in the "org.apache.coyote" package and "org.apache.el" package
null
2009-11-06 01:14:34
1,257,490,000
resolved fixed
39a78f4
1,258,500,000
java/org/apache/coyote/ActionCode.java java/org/apache/coyote/ProtocolHandler.java java/org/apache/coyote/Request.java java/org/apache/coyote/RequestGroupInfo.java java/org/apache/coyote/RequestInfo.java java/org/apache/coyote/Response.java java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpA...
Tomcat
773
48,148
Bug 48148 some misspellings I found in the "org.apache.jasper" package and "org.apache.juli" package
null
2009-11-06 00:32:48
1,257,490,000
resolved fixed
6ce7032
1,258,500,000
java/org/apache/jasper/Constants.java java/org/apache/jasper/EmbeddedServletOptions.java java/org/apache/jasper/JasperException.java java/org/apache/jasper/JspC.java java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/Options.java java/org/apache/jasper/compiler/Collector.java java/org/apache/jaspe...
Tomcat
774
48,147
Bug 48147 some misspellings I can find in the "org.apache.naming" package
null
2009-11-05 23:26:42
1,257,480,000
resolved fixed
21e86e6
1,258,500,000
java/org/apache/naming/NamingEntry.java java/org/apache/naming/NamingService.java java/org/apache/naming/NamingServiceMBean.java java/org/apache/naming/ResourceRef.java java/org/apache/naming/factory/EjbFactory.java java/org/apache/naming/factory/OpenEjbFactory.java java/org/apache/naming/factory/ResourceEnvFactory.jav...
Tomcat
775
48,146
Bug 48146 some misspellings I can find in the "org.apache.tomcat" package
null
2009-11-05 23:05:31
1,257,480,000
resolved fixed
ed97da7
1,258,500,000
java/org/apache/tomcat/jni/BIOCallback.java java/org/apache/tomcat/jni/Directory.java java/org/apache/tomcat/jni/File.java java/org/apache/tomcat/jni/Local.java java/org/apache/tomcat/jni/OS.java java/org/apache/tomcat/jni/Poll.java java/org/apache/tomcat/jni/Pool.java java/org/apache/tomcat/jni/Proc.java java/org/apac...
Tomcat
776
48,143
Bug 48143 Javadoc fixes
null
2009-11-05 13:04:26
1,257,440,000
resolved fixed
c52b1ba
1,258,500,000
java/javax/servlet/SessionCookieConfig.java java/org/apache/catalina/ant/jmx/JMXAccessorCreateTask.java java/org/apache/catalina/core/ApplicationFilterChain.java java/org/apache/catalina/core/StandardContextValve.java java/org/apache/catalina/core/StandardEngineValve.java java/org/apache/catalina/core/StandardHostValve...
Tomcat
777
48,139
Bug 48139 Tomcat Javadoc and unthrown exception fixes
null
2009-11-05 08:10:54
1,257,430,000
resolved fixed
ab3620c
1,257,450,000
java/org/apache/catalina/startup/Tomcat.java
Tomcat
778
48,137
Bug 48137 some misspellings I can find in the "org.apache.catalina" package
null
2009-11-05 06:13:59
1,257,420,000
resolved fixed
18c0edc
1,257,450,000
java/org/apache/catalina/Cluster.java java/org/apache/catalina/CometEvent.java java/org/apache/catalina/CometProcessor.java java/org/apache/catalina/Context.java java/org/apache/catalina/Host.java java/org/apache/catalina/Pipeline.java java/org/apache/catalina/ant/BaseRedirectorHelperTask.java java/org/apache/catalina/...
Tomcat
779
48,135
Bug 48135 ServiceRefFactory: impossible null check of serviceInterfaceClass
The ServiceRefFactory class performs an impossible null check of serviceInterfaceClass at line 238: 237: Class[] serviceInterfaces = serviceInterfaceClass.getInterfaces(); 238: if (serviceInterfaceClass != null) { If it were null, line 237 would generate an NPE.
2009-11-05 03:34:18
1,257,410,000
resolved fixed
97ccffd
1,257,450,000
java/org/apache/naming/factory/webservices/ServiceProxy.java java/org/apache/naming/factory/webservices/ServiceRefFactory.java
Tomcat
780
48,133
Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core"
null
2009-11-04 19:05:17
1,257,380,000
resolved fixed
9204e4d
1,257,450,000
java/org/apache/catalina/core/ApplicationDispatcher.java java/org/apache/catalina/core/ApplicationFilterFactory.java java/org/apache/catalina/core/ApplicationHttpRequest.java java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/core/StandardEngine....
Tomcat
781
48,131
Bug 48131 Add @deprecated annotations to deprecated elements
null
2009-11-04 13:30:07
1,257,360,000
resolved fixed
a3fa5d3
1,257,380,000
java/javax/servlet/ServletContext.java java/javax/servlet/ServletRequest.java java/javax/servlet/ServletRequestWrapper.java java/javax/servlet/SingleThreadModel.java java/javax/servlet/UnavailableException.java java/javax/servlet/http/HttpServletRequest.java java/javax/servlet/http/HttpServletRequestWrapper.java java/j...
Tomcat
782
48,123
Bug 48123 4 misspellings in the javadoc of class "org.apache.catalina.startup.WebRuleSet"
No.1 Line: 99 /** * Construct an instance of this <code>RuleSet</code> with the default * matching pattern prefix and default fargment setting. */ public WebRuleSet() { 'fragment' was misspelled as 'fargment' No.2 Line: 614 /** * Rule to check that the <code>login-config</code> is occuring * only 1 time within the web....
2009-11-04 02:02:40
1,257,320,000
resolved fixed
363b79a
1,257,380,000
java/org/apache/catalina/startup/WebRuleSet.java
Tomcat
783
48,121
Bug 48121 2 misspellings in the javadoc of class "org.apache.catalina.startup.TldConfig"
No.1 Line 194: /** * Attribute value used to turn on/off TLD namespace awarenes. */ private boolean tldNamespaceAware = false; 'awareness' was misspelled as 'awarenes' No.2 Line 261 /** * Get the server.xml &lt;host&gt; attribute's xmlNamespaceAware. * @return true if namespace awarenes is enabled. * */ public boolean ...
2009-11-04 01:48:39
1,257,320,000
resolved fixed
5d9f68b
1,257,380,000
java/org/apache/catalina/startup/TldConfig.java
Tomcat
784
48,120
Bug 48120 one misspelling in the javadoc of class "org.apache.catalina.startup.SetNextNamingRule"
Line 50: /** * Construct a "set next" rule with the specified method name. * * @param methodName Method name of the parent method to call * @param paramType Java class of the parent method's argument * (if you wish to use a primitive type, specify the corresonding * Java wrapper class instead, such as <code>java.lang.B...
2009-11-04 01:45:46
1,257,320,000
resolved fixed
7508847
1,257,380,000
java/org/apache/catalina/startup/SetNextNamingRule.java
Tomcat
785
48,117
Bug 48117 two misspellings in the javadoc of class "org.apache.catalina.startup.ContextConfig"
in protected synchronized void stop(): (Line: 1059) // Removing sercurity role 'security' is misspelled to 'sercurity' in protected InputSource getWebXmlSource(String filename, String path): (Line: 1354) /** * * @param filename Name of the file (possibly with one or more leading path * segemnts) to read * @param path L...
2009-11-04 01:26:19
1,257,320,000
resolved fixed
b6df018
1,257,380,000
java/org/apache/catalina/startup/ContextConfig.java
Tomcat
786
48,119
Bug 48119 5 misspellings in the javadoc of class "org.apache.catalina.startup.HostConfig'
No.1 Line 146: /** * Attribute value used to turn on/off XML namespace awarenes. */ protected boolean xmlNamespaceAware = false; 'awareness' was misspelled as 'awarenes' No.2 Line 268: /** * Get the server.xml &lt;host&gt; attribute's xmlNamespaceAware. * @return true if namespace awarenes is enabled. * */ public boole...
2009-11-04 01:42:30
1,257,320,000
resolved fixed
07e5982
1,257,340,000
java/org/apache/catalina/startup/HostConfig.java
Tomcat
787
48,118
Bug 48118 two misspellings in the javadoc of class "org.apache.catalina.startup.Embeded"
Line: 230 /** * Return true if redirction of standard streams is enabled. */ public boolean isRedirectStreams() { return (this.redirectStreams); } 'redirection' was misspelled to 'redirction' Line: 875 /** Initialize naming - this should only enable java:env and root naming. * If tomcat is embeded in an application tha...
2009-11-04 01:33:03
1,257,320,000
resolved fixed
ae16eb2
1,257,340,000
java/org/apache/catalina/startup/Embedded.java
Tomcat
788
46,947
Bug 46947 Code cleanup patch that removes some obsolete null checks
null
2009-03-31 13:00:32
1,238,520,000
resolved fixed
6908b18
1,257,300,000
java/org/apache/catalina/ant/jmx/JMXAccessorTask.java java/org/apache/catalina/tribes/transport/bio/BioReceiver.java java/org/apache/catalina/valves/JDBCAccessLogValve.java java/org/apache/tomcat/util/net/NioBlockingSelector.java
Tomcat
789
48,102
Bug 48102 'Bootstrap' is misspelled as 'Boostrap' in the javadoc of the class of 'org.apache.catalina.startup.Bootstrap'
Below is the javadoc of the class of 'org.apache.catalina.startup.Bootstrap': /** * Boostrap loader for Catalina. This application constructs a class loader * for use in loading the Catalina internal classes (by accumulating all of the * JAR files found in the "server" directory under "catalina.home"), and * starts the...
2009-11-02 03:11:25
1,257,150,000
resolved fixed
c060034
1,257,210,000
java/org/apache/catalina/startup/Bootstrap.java
Tomcat
790
48,104
Bug 48104 the javadoc of class 'org.apache.catalina.startup.Catalina' is not complete, as in the usage() method
Below is the javadoc of class 'org.apache.catalina.startup.Catalina': /** * Startup/Shutdown shell program for Catalina. The following command line * options are recognized: * <ul> * <li><b>-config {pathname}</b> - Set the pathname of the configuration file * to be processed. If a relative path is specified, it will be...
2009-11-02 03:20:57
1,257,150,000
resolved fixed
481cfe9
1,257,210,000
java/org/apache/catalina/startup/Catalina.java
Tomcat
791
47,881
Bug 47881 org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly
String command = "start"; if (args.length > 0) { command = args[args.length - 1]; } if (command.equals("startd")) { args[0] = "start"; daemon.load(args); daemon.start(); } else if (command.equals("stopd")) { args[0] = "stop"; daemon.stop(); } ... ... should be: String command = "start"; if (args.length > 0) { command =...
2009-09-20 19:14:04
1,253,490,000
resolved fixed
3ef0f21
1,257,160,000
java/org/apache/catalina/startup/Bootstrap.java
Tomcat
792
47,331
Bug 47331 No translation error messag when using #{...} in template text
null
2009-06-08 02:22:52
1,244,440,000
resolved fixed
f3b04b4
1,257,120,000
java/org/apache/jasper/compiler/Validator.java
Tomcat
793
47,451
Bug 47451 NPE if response contains null content-encoding header
null
2009-06-29 14:53:48
1,246,300,000
resolved fixed
14084ac
1,257,120,000
java/org/apache/catalina/connector/Response.java
Tomcat
794
47,364
Bug 47364 HttpServletRequest.getAttributeNames() does not return the names of all attributes
In an email exchange that involved Ranier (see attachment), he suggested I log this in Bugzilla, so I am. I was using Tomcat 6.0.20 on Windows XP SP3 with the latest Java 6 JVM. In the doGet method of a servlet, I was trying to see all request attributes to see if the "sendfile supported" attribute was set (specificall...
2009-06-12 13:44:21
1,244,830,000
resolved fixed
7fc56b4
1,257,100,000
java/org/apache/catalina/connector/Request.java
Tomcat
795
48,009
Bug 48009 Editing context.xml may cause unwanted undeploy of a webapp
Tomcat polls context.xml files for changes. If a previously-existing context.xml is missing at the instant Tomcat polls, then the application is undeployed. Some text editors (notably vi and its derivatives) create backup files by: 1) Renaming the original file, then 2) creating a new file and writing the edited conten...
2009-10-16 01:52:21
1,255,670,000
resolved fixed
d55f1d9
1,256,160,000
java/org/apache/catalina/startup/HostConfig.java
Tomcat
796
48,019
Bug 48019 StackOverflowError on "include"
JSP file name: /common/headers.jsp It's cotent: <% // example: <%@ include file="/common/headers.jsp" % > %> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Cache-Control" content="no-store" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" ...
2009-10-17 07:18:47
1,255,780,000
resolved fixed
deac657
1,256,160,000
java/org/apache/jasper/compiler/Parser.java
Tomcat
797
40,001
Bug 40001 HTML pages should not use GET to restart web-apps.
null
2006-07-10 14:32:20
1,152,560,000
resolved fixed
99f01fd
1,255,210,000
java/org/apache/catalina/manager/Constants.java java/org/apache/catalina/manager/HTMLManagerServlet.java
Tomcat
798
47,320
Bug 47320 Decoding jsessionid bug on z/os
If you receive a rewritten URL on z/os with uss (unix on a mainframe), Tomcat does not properly decode the jsessionid portion of the URL. The problem is in org.apache.catalina.connector.CoyoteAdapter in the parseSessionId method. The two instantiations of a String object do not specify the encdoding to use. e.g. String...
2009-06-05 08:37:24
1,244,210,000
resolved fixed
0f99904
1,254,070,000
java/org/apache/catalina/connector/CoyoteAdapter.java
Tomcat
799
47,499
Bug 47499 provide better insight on BindException: Cannot assign requested address
1) cite the address you attempt to listen (not just the port) 2) proper exception chaining the following info is currently lost: <<java.net.BindException: Cannot assign requested address at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSo...
2009-07-08 22:05:03
1,247,110,000
resolved fixed
73bb9e4
1,253,650,000
java/org/apache/tomcat/util/net/JIoEndpoint.java
Tomcat
800
47,866
Bug 47866 NullPointerException in embedded tomcat
It seems that the WebappClassLoader was stopped? {noformat} Caused by: java.lang.NullPointerException at org.apache.catalina.loader.WebappClassLoader.findResources(WebappClassLoader.java:994) at java.lang.ClassLoader.getResources(ClassLoader.java:1016) {noformat} All I did was launch a server add a context and then ask...
2009-09-18 00:23:03
1,253,250,000
resolved wontfix
189181a
1,253,530,000
test/org/apache/catalina/startup/TestTomcat.java
Tomcat
801
47,225
Bug 47225 Wrong argument in redirectPath.setChars in Mapper.internalMapWrapper()
null
2009-05-19 21:52:39
1,242,780,000
resolved fixed
a31d52f
1,253,140,000
java/org/apache/tomcat/util/http/mapper/Mapper.java
Tomcat
802
47,161
Bug 47161 Manager ignores executors on status pages
When displaying the thread pools, the StatusManagerServlet ignores executors and uses the 'standard' ThreadPool information for each connector. This causes incorrect information to be displayed when a connector is configured to use an executor. On a related topic, it appears that the connector<->executor link is not ex...
2009-05-06 07:20:31
1,241,610,000
resolved fixed
aaf7b5d
1,253,050,000
java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/threads/ResizableExecutor.java
Tomcat
803
46,950
Bug 46950 SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested
When a part of a webapp requires an SSL connection with a client certificate there should be an SSL renegotiation to request a client certificate from the browser. This is the configuration I added to an webapp that already uses an SSL connector: <login-config id="LoginConfig_1"> <auth-method>CLIENT-CERT</auth-method> ...
2009-04-01 06:33:02
1,238,580,000
resolved fixed
e9248d7
1,253,040,000
java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/tomcat/jni/SSLSocket.java
Tomcat
804
47,828
Bug 47828 Change Tomcat.setSilent() to setSilent(boolean)
Change Tomcat.setSilent() to setSilent(boolean). It's nicer for clients to have a JavaBean type setter, and it doesn't seem to make sense that you can set something but not unset it.
2009-09-12 00:37:54
1,252,730,000
resolved fixed
59e88f1
1,253,010,000
java/org/apache/catalina/startup/Tomcat.java
Tomcat
805
47,820
Bug 47820 Static utility methods in Tomcat should be instance methods
Why are the static addServlet() methods in Tomcat static? I can see they don't use any state from the instance, but isn't it cleaner to use an instance method, so that the API is uniform (everything I want to do to a tomcat instance goes through the instance)? It would be more consistent to follow the pattern of addSer...
2009-09-11 02:09:00
1,252,650,000
resolved fixed
6cce550
1,253,010,000
java/org/apache/catalina/startup/Tomcat.java
Tomcat
806
47,826
Bug 47826 a logging statement error in org.apache.catalina.startup.Bootstrap.java
// Local repository boolean replace = false; String before = repository; while ((i=repository.indexOf(CATALINA_HOME_TOKEN))>=0) { replace=true; if (i>0) { repository = repository.substring(0,i) + getCatalinaHome() + repository.substring(i+CATALINA_HOME_TOKEN.length()); } else { repository = getCatalinaHome() + reposito...
2009-09-11 17:39:34
1,252,710,000
resolved fixed
720de5e
1,252,770,000
java/org/apache/catalina/startup/Bootstrap.java
Tomcat
807
47,705
Bug 47705 ArithmeticException: / by zero when expiring sessions via manager
Received ArithmeticException: / by zero when expiring sessions via Tomcat manager webapp. This exception was thrown only if session-timeout is set as -1 on webapp web.xml. Moreover, the exception was also thrown regardless of the idle parameter value (/expire?path=/xxx&idle=mm) as long as session-timeout = -1. Result: ...
2009-08-19 00:12:52
1,250,660,000
resolved fixed
6ab874a
1,251,730,000
java/org/apache/catalina/manager/ManagerServlet.java
Tomcat
808
47,378
Bug 47378 welcome-file ignores servlet mapping
Web applications that use a servlet mapping for their welcome-file are ignored and the server returns either a directory listing or a 404 if the listing is disabled. I have JSF servlet defined and a servlet-mapping for *.jsf to go to the FacesServlet. I have "index.jsf" listed as by welcome-file and I get a 404 with di...
2009-06-16 12:52:31
1,245,170,000
resolved fixed
fe53ca9
1,251,730,000
java/org/apache/tomcat/util/http/mapper/Mapper.java
Tomcat
809
47,612
Bug 47612 [PATCH] fix unsafe public string array in AbstractCreateStatementInterceptor
null
2009-07-30 18:21:37
1,248,990,000
resolved fixed
4f5a5e4
1,249,490,000
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractCreateStatementInterceptor.java modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java
Tomcat