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
54,888
Bug 54888 TagPlugin "ForEach" doesn't support CSV items
null
resolved fixed
d440ae2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-04-29T13:24:36Z
2013-04-24T21:46:40Z
test/org/apache/jasper/tagplugins/jstl/core/TestForEach.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,926
Bug 54926 WsFilter performs handshake validation even if it doesn't have a mapped endpoint
WsFilter performs several validations on WebSocket requests before checking if there is a registered Endpoint. I think the check for registered Endponts (and delegation to the next Filter) should take place first and the filter should do no further processing if there is mapped Endpoint for that URL. For example a Sock...
resolved fixed
2df191f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-04T09:09:39Z
2013-05-04T06:46:40Z
java/org/apache/tomcat/websocket/server/WsFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,906
Bug 54906 WebappClassLoader.loadedByThisOrChild can throw ConcurrentModificationException
null
resolved fixed
c06707c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-04T20:59:07Z
2013-04-30T00:00: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 ...
54,703
Bug 54703 Nullpointer exception in HttpParser.parseMediaType
input for parseMediaType() is ---------- multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="----=_Part_121_929034657.1363355797756" ---------- exception trace java.lang.NullPointerException at org.apache.tomcat.util.http.parser.HttpParser.parseMediaType(HttpParser.java:215) at org.apach...
resolved fixed
7aeab0e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-07T15:51:22Z
2013-03-15T17:53:20Z
java/org/apache/tomcat/util/http/parser/HttpParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,703
Bug 54703 Nullpointer exception in HttpParser.parseMediaType
input for parseMediaType() is ---------- multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="----=_Part_121_929034657.1363355797756" ---------- exception trace java.lang.NullPointerException at org.apache.tomcat.util.http.parser.HttpParser.parseMediaType(HttpParser.java:215) at org.apach...
resolved fixed
7aeab0e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-07T15:51:22Z
2013-03-15T17:53:20Z
test/org/apache/tomcat/util/http/parser/TestMediaType.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,974
Bug 54974 SessionCookieConfig.setXXX methods must throw IllegalStateException when invoked after initialization phase
According to Servlet 3.0 javadoc javax.servlet.SessionCookieConfig setter methods must throw IllegalStateException when invoked after initialization phase setComment(String) setDomain(String) setHttpOnly(boolean) setMaxAge(int) setName(String) setPath(String) setSecure(boolean) " Throws: java.lang.IllegalStateException...
resolved fixed
41462ca
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-15T08:31:32Z
2013-05-15T12:13: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 ...
54,974
Bug 54974 SessionCookieConfig.setXXX methods must throw IllegalStateException when invoked after initialization phase
According to Servlet 3.0 javadoc javax.servlet.SessionCookieConfig setter methods must throw IllegalStateException when invoked after initialization phase setComment(String) setDomain(String) setHttpOnly(boolean) setMaxAge(int) setName(String) setPath(String) setSecure(boolean) " Throws: java.lang.IllegalStateException...
resolved fixed
41462ca
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-15T08:31:32Z
2013-05-15T12:13:20Z
java/org/apache/catalina/core/ApplicationSessionCookieConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,974
Bug 54974 SessionCookieConfig.setXXX methods must throw IllegalStateException when invoked after initialization phase
According to Servlet 3.0 javadoc javax.servlet.SessionCookieConfig setter methods must throw IllegalStateException when invoked after initialization phase setComment(String) setDomain(String) setHttpOnly(boolean) setMaxAge(int) setName(String) setPath(String) setSecure(boolean) " Throws: java.lang.IllegalStateException...
resolved fixed
41462ca
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-15T08:31:32Z
2013-05-15T12:13:20Z
test/org/apache/catalina/core/TestApplicationSessionCookieConfig.java
54,981
Bug 54981 ServletContext.getJspConfigDescriptor() should return null when there is no jsp configuration
According to Servlet 3.0 javadoc ServletContext.getJspConfigDescriptor() must return NULL when there is no jsp configuration: " Returns: the <jsp-config> related configuration that was aggregated from the web.xml and web-fragment.xml descriptor files of the web application represented by this ServletContext, or null if...
resolved fixed
aabef09
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-16T08:07:24Z
2013-05-16T13:13: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 ...
54,981
Bug 54981 ServletContext.getJspConfigDescriptor() should return null when there is no jsp configuration
According to Servlet 3.0 javadoc ServletContext.getJspConfigDescriptor() must return NULL when there is no jsp configuration: " Returns: the <jsp-config> related configuration that was aggregated from the web.xml and web-fragment.xml descriptor files of the web application represented by this ServletContext, or null if...
resolved fixed
aabef09
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-16T08:07:24Z
2013-05-16T13:13:20Z
test/org/apache/catalina/core/TestApplicationContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,955
Bug 54955 Mapping to application context root returns 404 after reload
null
resolved fixed
cdbf6b0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-20T20:51:02Z
2013-05-13T07:26:40Z
java/org/apache/catalina/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...
54,928
Bug 54928 IllegalStateException: Calling [asyncError()] is not valid for a request with Async state [COMPLETING]
In an async scenario (request.startAsync), when the client goes away, trying to write to the response raises an IOException. If I then call asyncContext.complete() in order to finalize and clean up the request, soon after the following exception occurs: java.lang.IllegalStateException: Calling [asyncError()] is not val...
resolved fixed
3960b22
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-24T14:09:55Z
2013-05-04T17:53:20Z
test/org/apache/catalina/connector/TestCoyoteAdapter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,984
Bug 54984 multipart/form-data is not always read with correct encoding
The bug occurs when form data is posted as multipart/form-data and using Servlet 3 API to get posted files. In a servlet, if we set the encoding: request.setCharacterEncoding("UTF-8"); Then invoke: request.getParts() And then invoke: String text = request.getParameter("sometextfield"); UTF-8 characters in the text have...
resolved fixed
7558546
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-24T17:46:27Z
2013-05-16T16:00:00Z
java/org/apache/catalina/connector/Request.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,984
Bug 54984 multipart/form-data is not always read with correct encoding
The bug occurs when form data is posted as multipart/form-data and using Servlet 3 API to get posted files. In a servlet, if we set the encoding: request.setCharacterEncoding("UTF-8"); Then invoke: request.getParts() And then invoke: String text = request.getParameter("sometextfield"); UTF-8 characters in the text have...
resolved fixed
7558546
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-24T17:46:27Z
2013-05-16T16:00:00Z
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...
55,019
Bug 55019 <jsp:include page="blabla" flush="true"/> failed to compile under security manager
null
resolved fixed
76a7098
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-27T15:15:32Z
2013-05-27T15:53:20Z
java/org/apache/coyote/http11/AbstractOutputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,944
Bug 54944 Enhancements to TestFormAuthenticator
null
resolved fixed
0de078e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T10:53:41Z
2013-05-09T17:20:00Z
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...
54,947
Bug 54947 Http11NioProtocol generates HTTP 505 responses on valid requests if request is split across multiple packets
If an HTTP request is broken up across multiple packets *and* the first packet contains a GET request up to "\r" AND the "\n" terminating the first line of the request is included in the next packet Tomcat incorrectly throws an HTTP "505 Version Not Supported" response. This is with the Http11NioProtocol connector only...
resolved fixed
f763975
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T11:26:20Z
2013-05-10T01:40:00Z
java/org/apache/coyote/http11/InternalNioInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,947
Bug 54947 Http11NioProtocol generates HTTP 505 responses on valid requests if request is split across multiple packets
If an HTTP request is broken up across multiple packets *and* the first packet contains a GET request up to "\r" AND the "\n" terminating the first line of the request is included in the next packet Tomcat incorrectly throws an HTTP "505 Version Not Supported" response. This is with the Http11NioProtocol connector only...
resolved fixed
f763975
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T11:26:20Z
2013-05-10T01:40:00Z
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...
54,947
Bug 54947 Http11NioProtocol generates HTTP 505 responses on valid requests if request is split across multiple packets
If an HTTP request is broken up across multiple packets *and* the first packet contains a GET request up to "\r" AND the "\n" terminating the first line of the request is included in the next packet Tomcat incorrectly throws an HTTP "505 Version Not Supported" response. This is with the Http11NioProtocol connector only...
resolved fixed
f763975
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T11:26:20Z
2013-05-10T01:40:00Z
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...
54,961
Bug 54961 Make "compress" configurable in SpdyProxyProtocol
null
resolved fixed
c25112b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T11:41:57Z
2013-05-14T05:40:00Z
java/org/apache/coyote/spdy/SpdyProxyProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,963
Bug 54963 Concurrent issue of Spdy/NetSupportSocket
null
resolved fixed
6272fca
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T11:46:56Z
2013-05-14T11:13:20Z
java/org/apache/tomcat/spdy/NetSupportSocket.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,964
Bug 54964 Class loading issue of "TagPlugin" in TagPluginManager
null
resolved fixed
65ab66e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T11:54:49Z
2013-05-14T11:13:20Z
java/org/apache/jasper/compiler/TagPluginManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,971
Bug 54971 javax.servlet.http.Part.write(String fileName) is not properly implemented
1. fileName parameter / relative vs absolute filaName parameter specification in <1><JSR-000315 Java Servlet 3.0 Final Release javadocs> is different from the <2><javax API tomcat refers to>. <1> <JSR-000315 Java Servlet 3.0 Final Release javadocs> Parameters:fileName - the name of the file to which the stream will be ...
resolved fixed
cccd0ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T14:37:50Z
2013-05-15T06:40:00Z
java/org/apache/catalina/connector/Request.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,971
Bug 54971 javax.servlet.http.Part.write(String fileName) is not properly implemented
1. fileName parameter / relative vs absolute filaName parameter specification in <1><JSR-000315 Java Servlet 3.0 Final Release javadocs> is different from the <2><javax API tomcat refers to>. <1> <JSR-000315 Java Servlet 3.0 Final Release javadocs> Parameters:fileName - the name of the file to which the stream will be ...
resolved fixed
cccd0ac
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-28T14:37:50Z
2013-05-15T06:40:00Z
java/org/apache/catalina/core/ApplicationPart.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,997
Bug 54997 SSL Handshake implementation in AsycnChannelWrapperSecure does not handle SSLEngineResult.Status.BUFFER_UNDERFLOW and SSLEngineResult.Status.BUFFER_OVERFLOW states
null
resolved fixed
6c6b25c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-29T10:17:20Z
2013-05-21T12:40:00Z
java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
54,999
Bug 54999 JSESSIONIDSSO not re-created upon re-authentication on the same request - logout() and login(username,password)
In testing I found that the JSESSIONIDSSO was not re-created upon re-authentication via logout() and login(username,password) in the same request. The problem stemmed from the REQ_SSOID_NOTE that was was not reset upon request.logout(), whereas the documentation indicates that a logout() from any web-app should logout(...
resolved fixed
6d789fe
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-05-30T13:49:40Z
2013-05-21T23:46:40Z
java/org/apache/catalina/authenticator/AuthenticatorBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,035
Bug 55035 Deploy ROOT webapp with version through text manager using Ant
Currently Ant "deploy" task does not support separate parameter "version" and, thanks to URLEncoder, there is no workaround for that. But for apps with not empty context it's possible to define version using ##, like setting path to "/someContext#someVersion". For apps with empty context we receive error: Case #1: <dep...
resolved fixed
712a351
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-03T20:58:17Z
2013-05-31T19:53:20Z
java/org/apache/catalina/ant/DeployTask.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
java/org/apache/catalina/filters/CorsFilter.java
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
test/org/apache/catalina/filters/TestCorsFilter.java
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
test/org/apache/catalina/filters/TesterFilterChain.java
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
test/org/apache/catalina/filters/TesterFilterConfigs.java
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
test/org/apache/catalina/filters/TesterHttpServletRequest.java
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
test/org/apache/catalina/filters/TesterHttpServletResponse.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,046
Bug 55046 CORS Filter
null
resolved fixed
72edec7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T10:51:31Z
2013-06-02T05:13:20Z
test/org/apache/catalina/filters/TesterServletContext.java
55,052
Bug 55052 [JULI] Make ClassLoaderLogManager.getProperty() to try unprefixed property if prefixed one does not exist
null
resolved fixed
99562d3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-04T12:19:29Z
2013-06-03T17:20:00Z
java/org/apache/juli/ClassLoaderLogManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,110
Bug 55110 Wasted work in "TestNonLoginAndBasicAuthenticator.doTestBasic"
null
resolved fixed
c48a2ed
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-18T07:18:09Z
2013-06-17T23:00:00Z
test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,110
Bug 55110 Wasted work in "TestNonLoginAndBasicAuthenticator.doTestBasic"
null
resolved fixed
c48a2ed
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-18T07:18:09Z
2013-06-17T23:00:00Z
test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,109
Bug 55109 Wasted work in "WebdavServlet.isLocked"
null
resolved fixed
82bccd2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-18T07:27:26Z
2013-06-17T23: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 ...
55,108
Bug 55108 Wasted work in "AbstractReplicatedMap.excludeFromSet"
null
resolved fixed
4979721
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-18T07:32:42Z
2013-06-17T23:00:00Z
java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,073
Bug 55073 wasted work in ValidateVisitor.isExpression()
null
resolved fixed
3e2ceee
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-18T07:57:32Z
2013-06-07T18:33:20Z
java/org/apache/jasper/compiler/Validator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
53,987
Bug 53987 Log uncovered HTTP methods in combined security constraints
It is usually an error (and a security hole) if security constraints are defined for some but not all HTTP methods for a given URL. If such a situation is detected on web application start, log it.
resolved fixed
f78c1a4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-19T21:43:26Z
2012-10-09T22:00:00Z
java/org/apache/catalina/core/StandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
54,745
Bug 54745 Tomcat JarScanning does not work when Tomcat started with Java Web Start
null
resolved fixed
c7c30b6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-20T15:07:55Z
2013-03-23T03:40:00Z
java/org/apache/tomcat/util/scan/StandardJarScanner.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,101
Bug 55101 BasicAuthenticator parser and associated unit tests
null
resolved fixed
c4a50f5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-20T20:36:08Z
2013-06-15T18:13:20Z
java/org/apache/catalina/authenticator/BasicAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,101
Bug 55101 BasicAuthenticator parser and associated unit tests
null
resolved fixed
c4a50f5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-20T20:36:08Z
2013-06-15T18:13:20Z
test/org/apache/catalina/authenticator/TestBasicAuthParser.java
55,101
Bug 55101 BasicAuthenticator parser and associated unit tests
null
resolved fixed
c4a50f5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-20T20:36:08Z
2013-06-15T18:13:20Z
test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,126
Bug 55126 IAE is thrown during deployment of ServerEndPoint having multiple text decoders
null
resolved fixed
366ddff
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-21T21:07:06Z
2013-06-21T18:40:00Z
java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
java/org/apache/tomcat/websocket/WsRemoteEndpointImplClient.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
java/org/apache/tomcat/websocket/WsSession.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
java/org/apache/tomcat/websocket/WsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,127
Bug 55127 Encoders init and destroy methods are never called
null
resolved fixed
93bcdde
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-22T14:09:34Z
2013-06-22T11:20:00Z
test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,125
Bug 55125 Tomcat does not shut down if LifecycleListener throws an exception
null
resolved fixed
3a36a8f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-23T19:47:39Z
2013-06-21T15:53:20Z
java/org/apache/catalina/core/StandardService.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,125
Bug 55125 Tomcat does not shut down if LifecycleListener throws an exception
null
resolved fixed
3a36a8f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-23T19:47:39Z
2013-06-21T15:53:20Z
java/org/apache/catalina/startup/Catalina.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,102
Bug 55102 Add ability to report time taken to prepare response
null
closed fixed
7aea9cb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-23T20:22:25Z
2013-06-15T21: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 ...
55,102
Bug 55102 Add ability to report time taken to prepare response
null
closed fixed
7aea9cb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-23T20:22:25Z
2013-06-15T21:00:00Z
java/org/apache/coyote/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...
55,151
Bug 55151 Fix in MsgByte encoder and decoder TestEncodingDecoding websocket test
null
resolved fixed
d71136a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-06-27T20:10:40Z
2013-06-27T21:53:20Z
test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,017
Bug 55017 Ability to configure RMI bind address
null
resolved fixed
45f59bb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T09:50:38Z
2013-05-24T18:26:40Z
java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,159
Bug 55159 Wasted work in ErrorReportValve.getPartialServletStackTrace
null
resolved fixed
b7cad6b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T11:01:38Z
2013-06-29T23:53:20Z
java/org/apache/catalina/valves/ErrorReportValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,158
Bug 55158 Wasted work in AttributeNamesEnumerator constructor
null
resolved fixed
ca956bd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T12:26:02Z
2013-06-29T23:53:20Z
java/org/apache/catalina/core/ApplicationHttpRequest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,160
Bug 55160 NIO connectionUploadTimeout can't work
when i configure disableUploadTimeout="false" and connectionTimeout="20000" ,connectionUploadTimeout="30000" . I found the connectionUploadTimeout doesn't work, because the code in internalNioInputBuffer.readSocket(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ try { NioEndpoint.KeyAttachment att = (NioEndpoint.KeyAttachment)socket.g...
resolved fixed
9a01f2d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T14:26:13Z
2013-06-30T02:40:00Z
java/org/apache/coyote/http11/InternalNioInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
53,777
Bug 53777 Ability to bundle JAAS Configuration in Webappp
null
resolved fixed
6871d4c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T14:57:05Z
2012-08-24T17:40:00Z
java/org/apache/catalina/realm/JAASRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,177
Bug 55177 connectionTimeout=-1 causes high CPU
null
resolved fixed
df6cee7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T20:28:01Z
2013-07-01T23:06:40Z
java/org/apache/coyote/http11/Http11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,179
Bug 55179 Incorrect Parameter Name in RemoteIpValve Examples
null
resolved fixed
21f0a5c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T21:25:05Z
2013-07-02T01:53:20Z
java/org/apache/catalina/valves/RemoteIpValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,174
Bug 55174 [jsr 356][websocket] MessageHandler never gets notified again after it throws exception
I have a test which adds a MessageHandler which gets notified on text messages. If its implementation method onMessage(String text) throws some exception (e.g. runtime exception), this MessageHandler will never ever be notified again for any new text messages received by the session. I suppose this happens because the ...
resolved fixed
ddd73d0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-01T22:08:06Z
2013-07-01T17:33:20Z
java/org/apache/tomcat/websocket/WsFrameBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,180
Bug 55180 connectionTimeout="-1" causes timeout can't be negative
I configured server.xml like this: connectionTimeout="-1" disableUploadTimeout="false" connectionUploadTimeout="200" (maybe it is stupid to configure like this,if connectionTimeout=-1,can i make disableUploadTimeout=false?). It will cause : java.lang.IllegalArgumentException: timeout can't be negative at sun.nio.ch.Soc...
resolved fixed
4da2de0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T07:15:30Z
2013-07-02T04:40: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...
55,181
Bug 55181 Ping and Pong messages should have identical application data
null
resolved fixed
19c0bd3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T08:26:28Z
2013-07-02T13:00:00Z
java/org/apache/tomcat/websocket/WsPongMessage.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,181
Bug 55181 Ping and Pong messages should have identical application data
null
resolved fixed
19c0bd3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T08:26:28Z
2013-07-02T13:00:00Z
test/org/apache/tomcat/websocket/TestWsPingPongMessages.java
55,165
Bug 55165 subprotocols not available with annotated serverendpoint
null
resolved fixed
b069c78
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T09:40:26Z
2013-07-01T00:53:20Z
java/org/apache/tomcat/websocket/server/WsServerContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,183
Bug 55183 Missing WS Protocol Header in session negotiatedHeaders
null
resolved fixed
a634d85
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T16:13:13Z
2013-07-02T15:46:40Z
java/org/apache/tomcat/websocket/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 ...
55,183
Bug 55183 Missing WS Protocol Header in session negotiatedHeaders
null
resolved fixed
a634d85
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T16:13:13Z
2013-07-02T15:46:40Z
java/org/apache/tomcat/websocket/WsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,183
Bug 55183 Missing WS Protocol Header in session negotiatedHeaders
null
resolved fixed
a634d85
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T16:13:13Z
2013-07-02T15:46:40Z
test/org/apache/tomcat/websocket/TestWsSubprotocols.java
55,184
Bug 55184 NPE in PojoMethodMapping getMessageHandler
null
resolved fixed
a267dbf
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-02T16:45:16Z
2013-07-02T18:33:20Z
java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,186
Bug 55186 useIPVHosts=true , incorrect to get Request.localName
null
resolved fixed
2eb065f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-05T13:34:16Z
2013-07-03T05:40:00Z
java/org/apache/coyote/Request.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,200
Bug 55200 [websocket] Problem writing many subsequent binary messages
I see sometimes failing connections due to IOException (see below). This happens when trying to send thousands of binary messages (1024 bytes each) without any delay between the subsequent messages. Having look at the code in AsyncChannelWrapperSecure$WriteTask.run(219), I think it is not correct to assume that if not ...
resolved fixed
00e4f3f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-05T17:22:06Z
2013-07-05T18:46:40Z
java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,210
Bug 55210 SEVERE: The ServletContentInitializer [# Licensed to the Apache Software Foundation (ASF) under one or more] could not be created
null
resolved fixed
b932ace
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-08T06:53:50Z
2013-07-08T02:20:00Z
java/org/apache/catalina/startup/ContextConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,166
Bug 55166 schemaLocation references between servlet and jsp XSDs are invalid
The javax/servlet/resources package does not contain the JSP specification XSDs. These are referenced from the web-app or web-common xsds and define elements like <jsp-config>.
resolved fixed
f554475
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-08T09:33:59Z
2013-07-01T00:53:20Z
java/org/apache/catalina/startup/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 ...
55,217
Bug 55217 Common EntityResolver that can be used by Catalina and Jasper
Duplicate functionality exists in both SchemaResolver and ParserUtils.MyEntityResolver. There's also a basic version in Digester.
closed fixed
5344de0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T08:51:17Z
2013-07-09T11:40:00Z
java/org/apache/tomcat/util/descriptor/LocalResolver.java
55,217
Bug 55217 Common EntityResolver that can be used by Catalina and Jasper
Duplicate functionality exists in both SchemaResolver and ParserUtils.MyEntityResolver. There's also a basic version in Digester.
closed fixed
5344de0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T08:51:17Z
2013-07-09T11:40:00Z
java/org/apache/tomcat/util/descriptor/XmlIdentifiers.java
55,217
Bug 55217 Common EntityResolver that can be used by Catalina and Jasper
Duplicate functionality exists in both SchemaResolver and ParserUtils.MyEntityResolver. There's also a basic version in Digester.
closed fixed
5344de0
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T08:51:17Z
2013-07-09T11:40:00Z
test/org/apache/tomcat/util/descriptor/TestLocalResolver.java
55,218
Bug 55218 Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId
Digester uses SAX2 features but is still based the SAX1 DefaultHandler. By upgrading to DefaultHandler2 it would be able to handle baseURIs when resolving entities and would have a default implementation of a LexicalHandler. Using LexicalHandler would allow it to respond directly to the startDTD event that reports the ...
closed fixed
aa7896b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T10:07:23Z
2013-07-09T11:40:00Z
java/org/apache/catalina/core/StandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,218
Bug 55218 Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId
Digester uses SAX2 features but is still based the SAX1 DefaultHandler. By upgrading to DefaultHandler2 it would be able to handle baseURIs when resolving entities and would have a default implementation of a LexicalHandler. Using LexicalHandler would allow it to respond directly to the startDTD event that reports the ...
closed fixed
aa7896b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T10:07:23Z
2013-07-09T11:40:00Z
java/org/apache/tomcat/util/descriptor/web/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 ...
55,218
Bug 55218 Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId
Digester uses SAX2 features but is still based the SAX1 DefaultHandler. By upgrading to DefaultHandler2 it would be able to handle baseURIs when resolving entities and would have a default implementation of a LexicalHandler. Using LexicalHandler would allow it to respond directly to the startDTD event that reports the ...
closed fixed
aa7896b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T10:07:23Z
2013-07-09T11:40:00Z
java/org/apache/tomcat/util/digester/Digester.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,218
Bug 55218 Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId
Digester uses SAX2 features but is still based the SAX1 DefaultHandler. By upgrading to DefaultHandler2 it would be able to handle baseURIs when resolving entities and would have a default implementation of a LexicalHandler. Using LexicalHandler would allow it to respond directly to the startDTD event that reports the ...
closed fixed
aa7896b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T10:07:23Z
2013-07-09T11:40:00Z
test/javax/servlet/resources/TestSchemaValidation.java
55,218
Bug 55218 Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId
Digester uses SAX2 features but is still based the SAX1 DefaultHandler. By upgrading to DefaultHandler2 it would be able to handle baseURIs when resolving entities and would have a default implementation of a LexicalHandler. Using LexicalHandler would allow it to respond directly to the startDTD event that reports the ...
closed fixed
aa7896b
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-09T10:07:23Z
2013-07-09T11:40:00Z
test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,231
Bug 55231 NPE and incorrect version detection in JspC
JspC's JspConfig now reads version and jsp-config information from the ServletContext. It uses getMajorVersion() which returns the maximum version supported by the container. It should use getEffectiveVersion() to use the version of the web application. ServletContext.getJspConfigDescriptor() can return null if there i...
closed fixed
c8376e8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-10T13:40:32Z
2013-07-10T07:06:40Z
java/org/apache/jasper/compiler/JspConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,207
Bug 55207 In XML syntax, jsp:text does not error on sub-elements from other namespaces
null
resolved fixed
6c54031
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-10T19:29:26Z
2013-07-07T04:06:40Z
java/org/apache/jasper/compiler/JspDocumentParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,228
Bug 55228 AbstractHttp11Processor overwrites Date header, even when set by application
null
resolved fixed
95ee699
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T15:58:31Z
2013-07-10T04: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...
55,238
Bug 55238 [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156)
null
resolved fixed
4758796
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T16:14:59Z
2013-07-11T10:53:20Z
java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,240
Bug 55240 [websocket] SOE in NioEndpoint
null
resolved fixed
68f6f6f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T18:08:17Z
2013-07-11T16:26:40Z
java/org/apache/coyote/http11/upgrade/AbstractProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,240
Bug 55240 [websocket] SOE in NioEndpoint
null
resolved fixed
68f6f6f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T18:08:17Z
2013-07-11T16:26:40Z
java/org/apache/coyote/http11/upgrade/AprProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,240
Bug 55240 [websocket] SOE in NioEndpoint
null
resolved fixed
68f6f6f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T18:08:17Z
2013-07-11T16:26:40Z
java/org/apache/coyote/http11/upgrade/BioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,240
Bug 55240 [websocket] SOE in NioEndpoint
null
resolved fixed
68f6f6f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T18:08:17Z
2013-07-11T16:26:40Z
java/org/apache/coyote/http11/upgrade/NioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,240
Bug 55240 [websocket] SOE in NioEndpoint
null
resolved fixed
68f6f6f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-11T18:08:17Z
2013-07-11T16:26:40Z
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...
55,244
Bug 55244 JspC throws ClassNotFoundException from Digester
null
resolved fixed
8d6537d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-12T08:36:14Z
2013-07-12T06:20:00Z
java/org/apache/jasper/servlet/JspCServletContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,244
Bug 55244 JspC throws ClassNotFoundException from Digester
null
resolved fixed
8d6537d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-12T08:36:14Z
2013-07-12T06:20:00Z
java/org/apache/tomcat/util/descriptor/web/WebXmlParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,250
Bug 55250 JspC does not initialize tldLocationsCache resulting in NPE
Change in how ServletContext was created missed initialization of tldLocationsCache
resolved fixed
186a782
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-12T08:50:45Z
2013-07-12T06:20:00Z
java/org/apache/jasper/JspC.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,245
Bug 55245 Add test cases for JspC
The test suite should include tests for the JspC Ant task
resolved fixed
c0c5017
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-12T08:58:10Z
2013-07-12T06:20:00Z
test/org/apache/jasper/TestJspC.java
55,259
Bug 55259 Unnecessary work in JspConfig
JspProperty is the same for all url patterns in a group; the current code creates a new one each iteration
resolved fixed
c6a45a6
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-07-13T22:07:49Z
2013-07-13T07:20:00Z
java/org/apache/jasper/compiler/JspConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...