issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
updated_file
stringlengths
2
187
file_content
stringlengths
0
368k
51,794
Bug 51794 Race condition in NioEndpoint$Poller causes socket to not be read until selectorTimeout
I'm seeing an occasional race condition that happens between NioEndpoint$Poller#run and Http11NioProtocol finishing an event. What happens is that there is a race condition upon waking up the Selector that can cause a SelectionKey to not be marked with InterestOps.READ as soon as it could. The race is on Poller.wakeupC...
resolved fixed
58429a8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-14T14:39:05Z
2011-09-09T23:13:20Z
java/org/apache/tomcat/util/net/NioEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,811
Bug 51811 SSL configuration property name illegal
null
resolved fixed
9425437
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-18T12:22:39Z
2011-09-14T19:53:20Z
java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,811
Bug 51811 SSL configuration property name illegal
null
resolved fixed
9425437
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-18T12:22:39Z
2011-09-14T19:53:20Z
test/org/apache/tomcat/util/net/TestCustomSsl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,687
Bug 51687 Improve JreMemoryLeakPreventionListener against leak caused by sun.java2d.Disposer
The sun.java2d.Disposer class, when loaded, starts an endless daemon thread that can inherit the WebappClassLoader as its context loader. This will cause a leak when the webapp is unloaded. It would be useful if JreMemoryLeakPreventionListener could load this class to prevent the leak.
resolved fixed
423fd89
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-20T20:17:23Z
2011-08-19T18:53:20Z
java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,580
Bug 51580 Severe error deploying WAR application (ExpandWar error)
null
resolved fixed
feff880
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-20T20:30:10Z
2011-07-29T03:26: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 ...
51,852
Bug 51852 BeanELResolver varargs handling is broken in multiple ways
null
resolved fixed
bfabec5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-21T13:33:51Z
2011-09-20T23:06:40Z
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 ...
51,852
Bug 51852 BeanELResolver varargs handling is broken in multiple ways
null
resolved fixed
bfabec5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-21T13:33:51Z
2011-09-20T23:06:40Z
test/javax/el/TestBeanELResolverVarargsInvocation.java
51,860
Bug 51860 HTTP/SSL with NIO won't work
null
resolved fixed
66f2d5b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-21T14:14:22Z
2011-09-21T13:00:00Z
java/org/apache/tomcat/util/net/jsse/JSSEKeyManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,887
Bug 51887 Speedup sessionid generation when running testsuite
null
resolved fixed
73a6e56
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-24T17:20:21Z
2011-09-24T18:46:40Z
test/org/apache/catalina/startup/FastNonSecureRandom.java
51,887
Bug 51887 Speedup sessionid generation when running testsuite
null
resolved fixed
73a6e56
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-24T17:20:21Z
2011-09-24T18:46:40Z
test/org/apache/catalina/startup/TomcatBaseTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,872
Bug 51872 request.getRemoteAddr() sometimes returning IP address from the previous request
request.getRemoteAddr() sometimes returning IP address from the previous request. We have compared the IP address returned from the getRemoteHost() and from the headers with getRemoteAddr() and getRemoteAddr is returning wrong IP address. We believe that this may come from the "pooled" request objects where it is somet...
resolved fixed
18792f4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-27T20:15:41Z
2011-09-22T22:20:00Z
java/org/apache/catalina/connector/CoyoteAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,872
Bug 51872 request.getRemoteAddr() sometimes returning IP address from the previous request
request.getRemoteAddr() sometimes returning IP address from the previous request. We have compared the IP address returned from the getRemoteHost() and from the headers with getRemoteAddr() and getRemoteAddr is returning wrong IP address. We believe that this may come from the "pooled" request objects where it is somet...
resolved fixed
18792f4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-27T20:15:41Z
2011-09-22T22:20:00Z
java/org/apache/coyote/ajp/AbstractAjpProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,872
Bug 51872 request.getRemoteAddr() sometimes returning IP address from the previous request
request.getRemoteAddr() sometimes returning IP address from the previous request. We have compared the IP address returned from the getRemoteHost() and from the headers with getRemoteAddr() and getRemoteAddr is returning wrong IP address. We believe that this may come from the "pooled" request objects where it is somet...
resolved fixed
18792f4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-27T20:15:41Z
2011-09-22T22:20: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...
51,872
Bug 51872 request.getRemoteAddr() sometimes returning IP address from the previous request
request.getRemoteAddr() sometimes returning IP address from the previous request. We have compared the IP address returned from the getRemoteHost() and from the headers with getRemoteAddr() and getRemoteAddr is returning wrong IP address. We believe that this may come from the "pooled" request objects where it is somet...
resolved fixed
18792f4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-27T20:15:41Z
2011-09-22T22:20:00Z
java/org/apache/coyote/ajp/AjpNioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,872
Bug 51872 request.getRemoteAddr() sometimes returning IP address from the previous request
request.getRemoteAddr() sometimes returning IP address from the previous request. We have compared the IP address returned from the getRemoteHost() and from the headers with getRemoteAddr() and getRemoteAddr is returning wrong IP address. We believe that this may come from the "pooled" request objects where it is somet...
resolved fixed
18792f4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-27T20:15:41Z
2011-09-22T22:20: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...
51,872
Bug 51872 request.getRemoteAddr() sometimes returning IP address from the previous request
request.getRemoteAddr() sometimes returning IP address from the previous request. We have compared the IP address returned from the getRemoteHost() and from the headers with getRemoteAddr() and getRemoteAddr is returning wrong IP address. We believe that this may come from the "pooled" request objects where it is somet...
resolved fixed
18792f4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-27T20:15:41Z
2011-09-22T22:20:00Z
java/org/apache/coyote/http11/AbstractHttp11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,905
Bug 51905 Infinite loop when shutting down AprEndpoint
null
resolved fixed
136097e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-09-28T09:35:59Z
2011-09-28T14:26:40Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,910
Bug 51910 NPE in comet processing when shutting down Tomcat
null
resolved fixed
a450d2c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-01T13:42:16Z
2011-09-28T17:13:20Z
java/org/apache/catalina/core/StandardWrapperValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,630
Bug 51630 java.lang.IllegalStateException: Calling [asyncComplete()]
example: webapps\examples\WEB-INF\classes\async\Async0.java log file: logs\localhost.2011-08-07.log ============================================= java.lang.IllegalStateException: Calling [asyncComplete()] is not valid for a request with Async state [DISPATCHED] at org.apache.coyote.AsyncStateMachine.asyncComplete(Async...
resolved fixed
b080c7e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-03T19:50:09Z
2011-08-07T06:53:20Z
webapps/examples/WEB-INF/classes/async/Async0.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work 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...
51,956
Bug 51956 RemoteAddrFilter uses remote host (not address) in doFilterEvent
public void doFilterEvent(CometEvent event, CometFilterChain chain) throws IOException, ServletException { processCometEvent(event.getHttpServletRequest().getRemoteHost(), event, chain); } Use of getRemoteHost should be getRemoteAddr.
resolved fixed
d6d1c6f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-04T21:59:20Z
2011-10-05T02:00:00Z
java/org/apache/catalina/filters/RemoteAddrFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,952
Bug 51952 IllegalStateException using CompressionFilter with Tomcat 7.0.21/22
null
resolved fixed
3ab3757
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-07T22:00:06Z
2011-10-04T20:26:40Z
java/org/apache/catalina/Context.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,952
Bug 51952 IllegalStateException using CompressionFilter with Tomcat 7.0.21/22
null
resolved fixed
3ab3757
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-07T22:00:06Z
2011-10-04T20:26:40Z
java/org/apache/catalina/connector/Response.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,952
Bug 51952 IllegalStateException using CompressionFilter with Tomcat 7.0.21/22
null
resolved fixed
3ab3757
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-07T22:00:06Z
2011-10-04T20:26: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 ...
51,972
Bug 51972 sendRedirect does not support protocol relative URLs
null
resolved fixed
e70797e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-10T12:10:53Z
2011-10-06T00:13:20Z
java/org/apache/catalina/connector/Response.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,009
Bug 52009 NPE exception in org.apache.catalina.connector.CoyoteAdapter.service
null
resolved fixed
b90c0a1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-14T20:50:57Z
2011-10-11T10:46:40Z
java/org/apache/catalina/connector/CoyoteAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,009
Bug 52009 NPE exception in org.apache.catalina.connector.CoyoteAdapter.service
null
resolved fixed
b90c0a1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-14T20:50:57Z
2011-10-11T10:46:40Z
test/org/apache/catalina/comet/TestCometProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,051
Bug 52051 NullPointerException when Jasper tries to compile a directory
null
resolved fixed
62ff013
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-19T15:09:07Z
2011-10-18T23:20:00Z
java/org/apache/jasper/JspCompilationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,051
Bug 52051 NullPointerException when Jasper tries to compile a directory
null
resolved fixed
62ff013
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-10-19T15:09:07Z
2011-10-18T23:20:00Z
java/org/apache/jasper/compiler/JspUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,113
Bug 52113 Tomcat reports missing context xml at wrong location on JMX deployment
Hello, I'm using Tomcat JMX interface to deploy apps as follows: 1) call MBeanFactory#createStandardContext, where MBeanFactory is "Catalina:type=MBeanFactory", with parameters: parent = "Catalina:type=Host,host=localhost", path = "/w1", docBase = <my path to the app> 2) call <my app>#start, where <my app> is "Catalina...
resolved fixed
d7af36d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-01T21:51:32Z
2011-10-31T16:53:20Z
java/org/apache/catalina/mbeans/MBeanFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,156
Bug 52156 ServletContext.getResource(path) doesn't accept ".." anymore
null
resolved fixed
b7f5c7e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-08T23:28:59Z
2011-11-09T00:53:20Z
java/org/apache/catalina/core/ApplicationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
50,570
Bug 50570 Allow explicit use of FIPS mode in APR lifecycle listener
null
resolved fixed
c2001ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-09T21:34:31Z
2011-01-11T18:20:00Z
java/org/apache/catalina/core/AprLifecycleListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
50,570
Bug 50570 Allow explicit use of FIPS mode in APR lifecycle listener
null
resolved fixed
c2001ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-09T21:34:31Z
2011-01-11T18:20:00Z
java/org/apache/tomcat/jni/SSL.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,173
Bug 52173 Add a drop of additional clarification to doc on the delegate setting of the WebappClassLoader
null
resolved fixed
574af73
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-14T22:13:32Z
2011-11-13T18: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 ...
52,225
Bug 52225 Adding Alias for existing host on running Tomcat causes ClassCastException
null
resolved fixed
f3a7cd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-22T08:34:06Z
2011-11-22T11:06:40Z
java/org/apache/tomcat/util/http/mapper/Mapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,225
Bug 52225 Adding Alias for existing host on running Tomcat causes ClassCastException
null
resolved fixed
f3a7cd9
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-22T08:34:06Z
2011-11-22T11:06:40Z
test/org/apache/tomcat/util/http/mapper/TestMapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16: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 ...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
java/org/apache/coyote/AbstractProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
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 ...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
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...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
java/org/apache/tomcat/util/net/NioEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/authenticator/TestFormAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/connector/TestConnector.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/connector/TestRequest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/core/TestStandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/core/TestSwallowAbortedUploads.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33: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...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/filters/TestRemoteIpFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/mbeans/TestRegistration.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/servlets/TestDefaultServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/startup/SimpleHttpClient.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/catalina/startup/TomcatBaseTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/coyote/http11/TestAbstractHttp11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/coyote/http11/TestInternalInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/tomcat/util/http/TestCookiesAllowEquals.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/tomcat/util/http/TestCookiesAllowHttpSeps.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/tomcat/util/http/TestCookiesAllowNameOnly.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/tomcat/util/http/TestCookiesDisallowEquals.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,028
Bug 52028 Embeded Tomcat using a Connector with a random port (port 0)
null
resolved fixed
63f708a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-11-28T23:16:42Z
2011-10-14T16:33:20Z
test/org/apache/tomcat/util/net/TestXxxEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,208
Bug 52208 NullPointerException in tribes.transport.nio.NioReceiver.listen() in test run
null
resolved fixed
9403e4f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-08T20:54:46Z
2011-11-18T15:26:40Z
java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,321
Bug 52321 coda/prelude order not respected
null
resolved fixed
22e7e15
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-13T20:17:39Z
2011-12-13T04:20:00Z
java/org/apache/catalina/core/ApplicationJspConfigDescriptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,321
Bug 52321 coda/prelude order not respected
null
resolved fixed
22e7e15
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-13T20:17:39Z
2011-12-13T04:20:00Z
java/org/apache/catalina/deploy/WebXml.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,293
Bug 52293 antiResourceLocking and unpackWARs
null
resolved fixed
33e48db
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-21T19:25:43Z
2011-12-07T01:06:40Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,213
Bug 52213 Field "org.apache.catalina.tribes.transport.bio.util.FastQueue.enabled" should be volatile.
null
resolved fixed
d69fb8e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-23T21:11:04Z
2011-11-19T05:20:00Z
java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,354
Bug 52354 Protect concurrent accesses to field "org.apache.catalina.tribes.transport.bio.util.FastQueue.inRemove"
null
resolved fixed
8983419
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-23T21:11:49Z
2011-12-19T04:46:40Z
java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,356
Bug 52356 Prevent potential data races on "org.apache.catalina.tribes.transport.bio.util.FastQueue.size".
null
resolved fixed
6f3cafe
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-23T21:20:46Z
2011-12-19T04:46:40Z
java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,384
Bug 52384 URL parameter without value should be parsed successfully when logging level = DEBUG
null
resolved fixed
34b011b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-25T23:25:51Z
2011-12-24T23:40:00Z
java/org/apache/tomcat/util/http/Parameters.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
52,303
Bug 52303 NonLoginAuthenticator does not honour session timeout with SingleSignOn Valve
null
resolved fixed
8b6d341
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-27T20:17:00Z
2011-12-08T16:00:00Z
java/org/apache/catalina/authenticator/NonLoginAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,316
Bug 52316 AccessLog does not log size for files sent with sendfile
null
resolved fixed
9f52382
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-28T21:21:31Z
2011-12-10T04:06: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 ...
52,326
Bug 52326 Lower log level for failed class loading
null
resolved fixed
addd522
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-29T20:06:45Z
2011-12-13T23:46:40Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,387
Bug 52387 org.catalina.tomcat.startup.Tomcat#silence method doesn't use the host where we add the applications
null
resolved fixed
3787242
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2011-12-31T11:38:30Z
2011-12-27T07:13:20Z
java/org/apache/catalina/startup/Tomcat.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,328
Bug 52328 Massive garbage production observed when using the response writer
In our application we used to use Tomcat 5, by writing our content directly to the response writer in our servlet: Writer w = response.getWriter(); w.append(...) We have regularly measured performance of our application under stress with multiple simultaneous requests per second. We recently upgraded to Tomcat 7, and i...
resolved fixed
9c7ec4c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-10T20:59:27Z
2011-12-14T16:26:40Z
java/org/apache/catalina/connector/OutputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,440
Bug 52440 Wrong getValueReference behaviour with Facelets parameter expressions
ValueExpression method getValueReference should return base object and property. But it returns null if ValueExpression is Facelets parameter. Example: someVar = #{concreteObject.property} ValueExpression for #{someVar} return null from method getValueReference (guess because it is simple expression #{someVar}), but lo...
resolved fixed
f277b14
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-12T19:33:17Z
2012-01-09T14:40:00Z
java/org/apache/el/parser/AstIdentifier.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,440
Bug 52440 Wrong getValueReference behaviour with Facelets parameter expressions
ValueExpression method getValueReference should return base object and property. But it returns null if ValueExpression is Facelets parameter. Example: someVar = #{concreteObject.property} ValueExpression for #{someVar} return null from method getValueReference (guess because it is simple expression #{someVar}), but lo...
resolved fixed
f277b14
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-12T19:33:17Z
2012-01-09T14:40:00Z
test/org/apache/el/TestValueExpressionImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,245
Bug 52245 Add detection of EL Jar to WebappClassLoader
The EL API is not currently detected by the code in WebappClassLoader. Applications containing el-api.jar will not start. (patch to follow).
resolved fixed
ee2a461
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-12T19:47:52Z
2011-11-25T19:40:00Z
java/org/apache/catalina/loader/WebappClassLoader.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,443
Bug 52443 Tomcat#defaultRealm shares Realm instance between web applications, resulting in INFO log message from lifecycle
null
resolved fixed
c38ed95
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-12T20:35:19Z
2012-01-09T23:00:00Z
java/org/apache/catalina/startup/Tomcat.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,443
Bug 52443 Tomcat#defaultRealm shares Realm instance between web applications, resulting in INFO log message from lifecycle
null
resolved fixed
c38ed95
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-12T20:35:19Z
2012-01-09T23:00:00Z
test/org/apache/catalina/mbeans/TestRegistration.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,445
Bug 52445 Methodexpression with arguments fails on nested properties
null
resolved fixed
3c8f40f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-13T20:29:13Z
2012-01-10T07:20:00Z
java/org/apache/el/parser/AstValue.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,445
Bug 52445 Methodexpression with arguments fails on nested properties
null
resolved fixed
3c8f40f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-13T20:29:13Z
2012-01-10T07:20:00Z
test/org/apache/el/TestMethodExpressionImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
52,461
Bug 52461 java.lang.IllegalArgumentException: URI scheme is not "file" is thrown in ContextConfig.getDefaultWebXmlFragment
null
resolved fixed
53615e5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-13T20:45:16Z
2012-01-13T02: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 ...
38,216
Bug 38216 Extend Jmxproxy to allow call of MBean Operations
Currently one can only query Beans or set/get Attributes of them. It would be good if a certain operation of a MBean could be called by the Jmxproxy Servlet.
resolved fixed
bd478e5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-15T21:37:18Z
2006-01-10T21:53: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 ...
52,480
Bug 52480 TC7 + AntCompiler problems with whitespace in pathname
null
resolved fixed
b553519
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-18T11:51:53Z
2012-01-18T04:13:20Z
java/org/apache/catalina/loader/WebappLoader.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/ant/AbstractCatalinaTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/authenticator/DigestAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/realm/JNDIRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/realm/RealmBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/servlets/WebdavServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/util/RequestUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/valves/AccessLogValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/catalina/valves/SSLValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/coyote/http11/filters/BufferedInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/coyote/http11/filters/IdentityInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/coyote/http11/filters/VoidInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/jasper/Constants.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/jasper/compiler/SmapUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/naming/resources/Constants.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/naming/resources/ProxyDirContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
51,408
Bug 51408 String.getBytes() and new String(byte[]) use default charset - may cause problems in some Locales
There seem to be rather a lot of instances where Strings and bytes are cconverted using the default charset. Since the default charset is unknown, its behaviour cannot be relied on.
resolved fixed
9722128
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2012-01-19T15:04:34Z
2011-06-21T21:00:00Z
java/org/apache/tomcat/util/buf/MessageBytes.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...