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
34,801
Bug 34801 PATCH: CGIServlet does not terminate child after a timeout
null
resolved fixed
c30afec
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-22T00:19:59Z
2005-05-08T11:00:00Z
java/org/apache/catalina/servlets/CGIServlet.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
39,689
Bug 39689 Tomcat Server Side Includes (SSI) do not work with single quotes
null
resolved fixed
8ed77be
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-22T21:48:51Z
2006-05-31T12:53:20Z
java/org/apache/catalina/ssi/SSIProcessor.java
/* * Copyright 1999,2004 The Apache Software Foundation. Licensed under the * Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License * at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable * law or a...
39,592
Bug 39592 SSI does not correctly process HEAD request
Hello, I think there is a small bug in Tomcat 5.0 and 5.5 (at least I could see it already with many versions of Tomcat). I use SSI org.apache.catalina.ssi.SSIServlet and <param-name>isVirtualWebappRelative</param-name> <param-value>1</param-value> All my pages (*.html) are processed by the SSI <url-pattern>*.html</url...
resolved fixed
0f9844c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-07-27T00:34:35Z
2006-05-16T22:53:20Z
java/org/apache/catalina/ssi/SSIServletExternalResolver.java
/* * Copyright 1999,2004 The Apache Software Foundation. Licensed under the * Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License * at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable * law or a...
38,676
Bug 38676 permanently reloading tagfile classes without changes to the tagfile
Scenario: - jsp with a tag in it (tagfile, no taglib) - activate "reloading" in web.xml - clean work directory - start tomcat - load jsp Tomcat generates/compiles/load the jsp and the tagfile classes. After "checkInterval" seconds the background compile thread "JspRuntimeContext[\*]" loads the tagfile classes (and only...
resolved fixed
edc20fa
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-08-18T14:32:34Z
2006-02-16T17:13:20Z
java/org/apache/el/lang/ELSupport.java
/* * Copyright 2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
38,676
Bug 38676 permanently reloading tagfile classes without changes to the tagfile
Scenario: - jsp with a tag in it (tagfile, no taglib) - activate "reloading" in web.xml - clean work directory - start tomcat - load jsp Tomcat generates/compiles/load the jsp and the tagfile classes. After "checkInterval" seconds the background compile thread "JspRuntimeContext[\*]" loads the tagfile classes (and only...
resolved fixed
edc20fa
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-08-18T14:32:34Z
2006-02-16T17:13:20Z
java/org/apache/jasper/servlet/JspServletWrapper.java
/* * Copyright 1999,2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
40,306
Bug 40306 mod_jk, POST request bodies are not restored on successful login when using mod_jk
After the FormAuthenticator intercepts a POST request to a protected resource, the original request is not properly restored upon successful login when using mod_jk. When connectiong to tomcat directly (8080), the POST request is restored as expected. I've tested this with mod_jk 1.2.15 and 1.2.18. It seems the problem...
resolved fixed
a91b95e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-08-28T04:49:31Z
2006-08-24T00:40:00Z
java/org/apache/coyote/ajp/AjpAprProcessor.java
/* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
40,306
Bug 40306 mod_jk, POST request bodies are not restored on successful login when using mod_jk
After the FormAuthenticator intercepts a POST request to a protected resource, the original request is not properly restored upon successful login when using mod_jk. When connectiong to tomcat directly (8080), the POST request is restored as expected. I've tested this with mod_jk 1.2.15 and 1.2.18. It seems the problem...
resolved fixed
a91b95e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-08-28T04:49:31Z
2006-08-24T00:40:00Z
java/org/apache/jk/core/MsgContext.java
/* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
38,713
Bug 38713 java.io.IOException: tmpFile.renameTo(classFile) failed when compiling new JSP (upon redeploy)
[http-8080-Processor24 ERROR 26902165 DispatcherServlet.serviceWrapper()] - Could not complete request org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:565) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWr...
resolved fixed
c7f0f60
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-02T09:28:35Z
2006-02-20T12:53:20Z
java/org/apache/jasper/JspCompilationContext.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
38,713
Bug 38713 java.io.IOException: tmpFile.renameTo(classFile) failed when compiling new JSP (upon redeploy)
[http-8080-Processor24 ERROR 26902165 DispatcherServlet.serviceWrapper()] - Could not complete request org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:565) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWr...
resolved fixed
c7f0f60
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-02T09:28:35Z
2006-02-20T12:53:20Z
java/org/apache/jasper/compiler/Compiler.java
/* * Copyright 1999,2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
38,713
Bug 38713 java.io.IOException: tmpFile.renameTo(classFile) failed when compiling new JSP (upon redeploy)
[http-8080-Processor24 ERROR 26902165 DispatcherServlet.serviceWrapper()] - Could not complete request org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:565) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWr...
resolved fixed
c7f0f60
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-02T09:28:35Z
2006-02-20T12:53:20Z
java/org/apache/jasper/servlet/JspServletWrapper.java
/* * Copyright 1999,2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
31,804
Bug 31804 setParent() is not called on nested tags in a tag file (.tagx)
null
resolved fixed
2d6d717
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-09T21:14:49Z
2004-10-20T19:20:00Z
java/org/apache/jasper/compiler/Generator.java
/* * Copyright 1999,2004-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
33,356
Bug 33356 Incorrect parsing of tag attributes
I get a org.apache.jasper.JasperException: with the error: "The function string must be used with a prefix when a default namespace is not specified" when trying to compile the following within a JSP page: <foo:set var="bar" value="this $ is a { silly string ("/> "foo" is our own tablib, it seems that Jasper seems to t...
resolved fixed
b55e9c2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-10T03:53:42Z
2005-02-02T18:46:40Z
java/org/apache/jasper/compiler/ELParser.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
34,509
Bug 34509 tag names that are xml:Name but not java identifier are not accepted
According to the JSP 2.0 specification, custom tag prefix and name should be of the type XML:Name. However, for Tomcat 5.5.8, if the name is not a legal java identifier, then a compilation error occurs. For instance, Tomcat won't accept Da~te`T#ag as a legal name for the Tag.
resolved fixed
823101d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-16T01:14:21Z
2005-04-19T05:53:20Z
java/org/apache/jasper/compiler/Generator.java
/* * Copyright 1999,2004-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
34,399
Bug 34399 Undeploying fails when context defined in server.xml & server fails to stop
Steps to reproduce: 1. autodeploy a web application by defining its context in server.xml 2. start the Tomcat server 3. use the Tomcat Manager to undeploy the application You will get the "OK - Undeployed application at context path /WebApplication" message, but the application will NOT be undeployed, it will be only s...
resolved fixed
9dd8a23
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-21T02:21:19Z
2005-04-11T20:06:40Z
java/org/apache/catalina/manager/HTMLManagerServlet.java
/* * Copyright 1999,2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
34,399
Bug 34399 Undeploying fails when context defined in server.xml & server fails to stop
Steps to reproduce: 1. autodeploy a web application by defining its context in server.xml 2. start the Tomcat server 3. use the Tomcat Manager to undeploy the application You will get the "OK - Undeployed application at context path /WebApplication" message, but the application will NOT be undeployed, it will be only s...
resolved fixed
9dd8a23
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-21T02:21:19Z
2005-04-11T20:06:40Z
java/org/apache/catalina/manager/ManagerServlet.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
34,399
Bug 34399 Undeploying fails when context defined in server.xml & server fails to stop
Steps to reproduce: 1. autodeploy a web application by defining its context in server.xml 2. start the Tomcat server 3. use the Tomcat Manager to undeploy the application You will get the "OK - Undeployed application at context path /WebApplication" message, but the application will NOT be undeployed, it will be only s...
resolved fixed
9dd8a23
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-21T02:21:19Z
2005-04-11T20:06:40Z
java/org/apache/catalina/startup/HostConfig.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
40,518
Bug 40518 The message key "requestListenerValve.requestInit" has not be referred to correctly.
The bug is: An illegal message is output to the log when the listener application that implements ServletRequestListener interface throws RuntimeException from the requestInitialized method or the requestDestroyed method. message: "Cannot find message associated with key requestListenerValve.requestInit" cause: The key...
resolved fixed
fda223a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-21T02:32:25Z
2006-09-15T14:20:00Z
java/org/apache/catalina/core/StandardContextValve.java
/* * Copyright 1999-2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
40,625
Bug 40625 CGIServlet eats root cause
The code below doesn't make sense: <snip> catch (IOException e){ log ("Caught exception " + e); throw new IOException (e.toString()); } </snip> It should be "throw e;". IMHO, It seems no need to log this exception here, so the cache block can be removed.
resolved fixed
bbb8fe1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-09-29T23:45:02Z
2006-09-28T10:40:00Z
java/org/apache/catalina/servlets/CGIServlet.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
29,727
Bug 29727 JNDI env-entry not reload when context reloaded
If environment entries are changed in web.xml, and the application context is restarted, the values in the JNDI context are the old values. If the environment entries are changed via the Tomcat 'admin' interface, then the values provided to the context are correct. The following code is can be used to check the environ...
resolved fixed
1a5e6e7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-10-02T00:38:42Z
2004-06-22T02:06:40Z
java/org/apache/catalina/deploy/NamingResources.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
39,724
Bug 39724 Bug on StandardPipeline.removeValve(Valve valve) for T5.5.16+
I run into this problem with T5 when tring to add/remove/add a valve to the standard engine. -For what I understand an empty pipeline has: basic = StandardEngineValve (For example); first = null; -If you add a valve you will get basic = StandardEngineValve first = myValve (with myValve.next = StandardEngineValve) -If y...
resolved fixed
b18c29e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-10-03T01:08:32Z
2006-06-05T17:53:20Z
java/org/apache/catalina/core/StandardPipeline.java
/* * Copyright 1999-2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
40,771
Bug 40771 Can't read POST data from within a filter or valve
I was attempting to create a Filter or Valve that could be placed in front of an Axis web service that would handle security according to the WS-Security specification. That turned out to be a rabbit trail, but I did find and fix a bug that I discovered along the way. I ran into problems reading POST data (the web serv...
resolved fixed
17eecdb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-10-18T02:26:48Z
2006-10-16T20:20:00Z
java/org/apache/coyote/http11/filters/SavedRequestInputFilter.java
/* * Copyright 1999-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
40,723
Bug 40723 Wrong and misleading documentation in JDBCAccessLogValve
In the class JDBCAccessLogValve is an example for an table to hold access log values. In this table is a column ts which is defined as not null. This will only work on MySQL, because this value is never written by the Valve and other databases will complain about a column which is not filled with a value.
resolved fixed
9cb5aff
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-10-18T02:37:58Z
2006-10-11T07:00:00Z
java/org/apache/catalina/valves/JDBCAccessLogValve.java
/* * Copyright 1999-2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
37,458
Bug 37458 Datarace on org.apache.catalina.loader.WebappClassLoader
In findClassInternal, it is possible that entry.manifest is set to null by another thread right before calling definePackage(packageName, entry.manifest, entry.codeBase).
resolved fixed
79631bb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-04T21:21:07Z
2005-11-11T03:33:20Z
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 ...
40,817
Bug 40817 servlet-cgi throws index out of bounds exception on certain cgi
First, servlets-cgi.jar needs to exist and the servlet must be mapped: for example: <servlet-mapping> <servlet-name>cgi</servlet-name> <url-pattern>*.pl</url-pattern> </servlet-mapping> Test perl cgi script: #!/usr/bin/perl print "Content-type: text/plain", "\n\n"; print "Hello world, from Perl\n"; One perl script is p...
resolved fixed
6d274b4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-04T21:40:59Z
2006-10-25T23:46:40Z
java/org/apache/catalina/servlets/CGIServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
34,956
Bug 34956 Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2
Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2 SRV.8.2 Using a Request Dispatcher "To use a request dispatcher, a servlet calls either the include method or forward method of the RequestDispatcher interface. The parameters to these methods can be either the request and response arguments ...
resolved fixed
22d1ad7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-04T22:35:15Z
2005-05-18T18:13:20Z
java/org/apache/catalina/core/ApplicationDispatcher.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
34,956
Bug 34956 Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2
Tomcat should enforce the requirements from servlet 2.4 specification SRV.8.2 SRV.8.2 Using a Request Dispatcher "To use a request dispatcher, a servlet calls either the include method or forward method of the RequestDispatcher interface. The parameters to these methods can be either the request and response arguments ...
resolved fixed
22d1ad7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-04T22:35:15Z
2005-05-18T18:13:20Z
java/org/apache/catalina/core/ApplicationFilterChain.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
40,913
Bug 40913 JasperException raised against valid attribute
In org.apache.jasper.compiler.Validator.checkXmlAttributes(), the validation for deferred values and methods is raising an exception when an rtexprvalue attribute is legitimate. ------Stacktrace------ org.apache.jasper.JasperException: org.apache.jasper.JasperException: /index.jsp(83,0) According to TLD or attribute di...
resolved fixed
f7ca96d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-07T10:45:01Z
2006-11-06T21:53: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 ...
40,844
Bug 40844 JDBCRealm.getPassword throws NullPointerException
JDBCRealm.getPassword throws NullPointerException I'm using tomcat 5.5.20 with postgresql-8.1-407.jdbc3.jar and postgresql-8.1.4 on Ubuntu Dapper. Authenticating two users simultaneously with HTTP DIGEST causes sometimes the following errors and a 401 Unauthorized reply: 30.10.2006 14:24:54 org.apache.catalina.realm.JD...
resolved fixed
be9d523
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-19T23:52:52Z
2006-10-30T12:06:40Z
java/org/apache/catalina/realm/JDBCRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
37,509
Bug 37509 ClassLoaderLogManager remove '\n' at the end of logging.properties values
The method ClassLoaderLogManager.replace(String) that is in charge of replacing system properties at the begining of the property also modify the end of the property due to a call to trim. This implies that Logger/Handler/Formatter that relies on properties endding with some spases (including '\n') will have a differen...
resolved fixed
a6d6962
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-20T00:01:37Z
2005-11-16T00:13:20Z
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 ...
40,860
Bug 40860 Tomcat loses request parameters
null
resolved fixed
e713e77
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-20T00:10:03Z
2006-11-01T08:33:20Z
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 ...
40,860
Bug 40860 Tomcat loses request parameters
null
resolved fixed
e713e77
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-20T00:10:03Z
2006-11-01T08:33:20Z
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...
40,929
Bug 40929 Misleading comments in StandardClassLoader
Sometime during the Tomcat 5 development, the StandardClassLoader in org.apache.catalina.loader package was stripped down, and is now just a URLClassLoader. I work with code that extends the StandardClassLoader (we use the automatic reloading of jar files), and during an upgrade from tomcat 4 to tomcat 5.5 found diffic...
resolved fixed
6009702
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-20T00:13:26Z
2006-11-08T18:20:00Z
java/org/apache/catalina/loader/StandardClassLoader.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
40,901
Bug 40901 listings page does not escape XML characters
On Solaris you can have a file or directory name called "<b>xxx" or "<i>yyy". Using Tomcat's listings feature, you get a directory listing with the file name in bold or italics. I am not familiar with Javascript or cross-site scripting security problems, but I believe Tomcat escapes XML characters like ">" and "<" to p...
resolved fixed
cb2c655
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-20T00:17:55Z
2006-11-06T02:26:40Z
java/org/apache/catalina/servlets/DefaultServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,008
Bug 41008 POST request ignores command line parameters
example: <form method="POST" action="test.exe?test1"><input type="hidden" value="test2"><input type="submit"></form> this code does invoke the test.exe without passing the test1 command line parameter the example works in apache httpd and ms iis fix: CGIServlet.java if (!"GET".equals(req.getMethod()) && !"POST".equals(...
resolved fixed
b70962f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-24T23:58:18Z
2006-11-21T14:40:00Z
java/org/apache/catalina/servlets/CGIServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,057
Bug 41057 Tomcat leaks memory on every request
null
resolved fixed
de5c3b7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-11-29T00:30:07Z
2006-11-28T16:06:40Z
java/org/apache/tomcat/util/buf/StringCache.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
41,089
Bug 41089 JspFactoryImpl has SPEC_VERSION = "2.0"
org.apache.jasper.runtime.JspFactoryImpl has private static final String SPEC_VERSION = "2.0"; Should be: private static final String SPEC_VERSION = "2.1";
resolved fixed
514256e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-12-01T12:14:23Z
2006-11-30T15:20:00Z
java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,089
Bug 41089 JspFactoryImpl has SPEC_VERSION = "2.0"
org.apache.jasper.runtime.JspFactoryImpl has private static final String SPEC_VERSION = "2.0"; Should be: private static final String SPEC_VERSION = "2.1";
resolved fixed
514256e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-12-01T12:14:23Z
2006-11-30T15:20:00Z
java/org/apache/jasper/compiler/PageDataImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,089
Bug 41089 JspFactoryImpl has SPEC_VERSION = "2.0"
org.apache.jasper.runtime.JspFactoryImpl has private static final String SPEC_VERSION = "2.0"; Should be: private static final String SPEC_VERSION = "2.1";
resolved fixed
514256e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-12-01T12:14:23Z
2006-11-30T15:20:00Z
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 ...
40,585
Bug 40585 org.apache.juli.FileHandler does not allow programmatic creation using parametrized constructor
If org.apache.juli.FileHandler is created programmatically with parametrized constructor public FileHandler(String directory, String prefix, String suffix) , FileHandler ignores custom constructor parameters, creates log handler with default configuration and writes log file to "${catalina_home}/bin/logs" with the name...
resolved fixed
c6b3f71
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-12-08T02:24:30Z
2006-09-22T21:20:00Z
java/org/apache/juli/FileHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,074
Bug 41074 Output of tag "jsp:plugin" is not conform to XHTML.
The jsp comiler outputs all tag required for an object in upper case letters. To be conform with XHTML lower case is required, but all tags are hard coded in the generator.
resolved fixed
5f9c18d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2006-12-08T02:34:01Z
2006-11-29T11:33:20Z
java/org/apache/jasper/compiler/Generator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
40,820
Bug 40820 Default JSP factory not initialized early enough
With the latest TC6 code, I'm seeing a problem that did not exist on earlier TC6 drivers. Sorry that I can't put a finger on when this problem arose. I looked into relevant source files (like JspRuntimeContext) but haven't found the source of the problem. Here's the issue (a testcase will be attached). The app is very ...
resolved fixed
a1b1bed
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-03T00:36:57Z
2006-10-26T10:53:20Z
java/org/apache/catalina/core/JasperListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,327
Bug 41327 Jasper does'nt display the full path of the file in a 404 Not found error page
null
resolved fixed
3a6225a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T21:14:06Z
2007-01-09T05:20:00Z
java/org/apache/jasper/servlet/JspServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,217
Bug 41217 SingleSignOn Cookie does not honor https access: Login Information Disclosure
When using the SingleSignOn Valve (org.apache.catalina.authenticator.SingleSignOn) via https the Cookie JSESSIONIDSSO is transmitted without the "secure" attribute, resulting in it being transmitted to any content that is - by purpose or error - requested via http from the same server. As the content of the SSO-Cookie ...
resolved fixed
11b9c92
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T21:25:41Z
2006-12-20T10:20:00Z
java/org/apache/catalina/authenticator/AuthenticatorBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
40,524
Bug 40524 request.getAuthType() returns different string from HttpServletRequest.CLIENT_CERT_AUTH
using inspect: request.getAuthType() (java.lang.String) CLIENT-CERT HttpServletRequest.CLIENT_CERT_AUTH (java.lang.String) CLIENT_CERT api says they should be the same object (== should work)
resolved fixed
dc33554
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T21:32:52Z
2006-09-16T07:00:00Z
java/org/apache/catalina/authenticator/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 ...
40,524
Bug 40524 request.getAuthType() returns different string from HttpServletRequest.CLIENT_CERT_AUTH
using inspect: request.getAuthType() (java.lang.String) CLIENT-CERT HttpServletRequest.CLIENT_CERT_AUTH (java.lang.String) CLIENT_CERT api says they should be the same object (== should work)
resolved fixed
dc33554
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T21:32:52Z
2006-09-16T07:00:00Z
java/org/apache/catalina/authenticator/SSLAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
40,524
Bug 40524 request.getAuthType() returns different string from HttpServletRequest.CLIENT_CERT_AUTH
using inspect: request.getAuthType() (java.lang.String) CLIENT-CERT HttpServletRequest.CLIENT_CERT_AUTH (java.lang.String) CLIENT_CERT api says they should be the same object (== should work)
resolved fixed
dc33554
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T21:32:52Z
2006-09-16T07:00:00Z
java/org/apache/catalina/authenticator/SingleSignOn.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
40,524
Bug 40524 request.getAuthType() returns different string from HttpServletRequest.CLIENT_CERT_AUTH
using inspect: request.getAuthType() (java.lang.String) CLIENT-CERT HttpServletRequest.CLIENT_CERT_AUTH (java.lang.String) CLIENT_CERT api says they should be the same object (== should work)
resolved fixed
dc33554
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T21:32:52Z
2006-09-16T07:00:00Z
java/org/apache/catalina/authenticator/SingleSignOnEntry.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,265
Bug 41265 JspServlet's checkInterval parameter cannot be set to 0 implicitly
conf\web.xml's JspServlet init parameters include 'checkInterval', whose value is explained as follows: If development is false and checkInterval is greater than zero, background compilations are enabled. If I add the following parameters one would think the background compilations would be disabled (the value is not g...
resolved fixed
39fe247
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T22:56:47Z
2006-12-30T06:26:40Z
java/org/apache/jasper/EmbeddedServletOptions.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
39,572
Bug 39572 fixes to use CompressionFilter in WebSphere app server
There are a couple of small bugs in the compression filter classes that are triggered by using the filter in WebSphere 5.1 or 6. Here are patches. - CompressionResponseStream should not compress the output stream if the response has been committed (because then it cannot write the Content-Encoding: gzip header, and the...
resolved fixed
f06d41f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T23:07:51Z
2006-05-13T03:13:20Z
webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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...
39,572
Bug 39572 fixes to use CompressionFilter in WebSphere app server
There are a couple of small bugs in the compression filter classes that are triggered by using the filter in WebSphere 5.1 or 6. Here are patches. - CompressionResponseStream should not compress the output stream if the response has been committed (because then it cannot write the Content-Encoding: gzip header, and the...
resolved fixed
f06d41f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T23:07:51Z
2006-05-13T03:13:20Z
webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not u...
39,572
Bug 39572 fixes to use CompressionFilter in WebSphere app server
There are a couple of small bugs in the compression filter classes that are triggered by using the filter in WebSphere 5.1 or 6. Here are patches. - CompressionResponseStream should not compress the output stream if the response has been committed (because then it cannot write the Content-Encoding: gzip header, and the...
resolved fixed
f06d41f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-27T23:07:51Z
2006-05-13T03:13:20Z
webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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...
41,466
Bug 41466 NIO Connector: IllegalArgumentException: You can only write using the application write buffer provided by the handler
Trying to use NIO connector instead of APR connector using Tomcat6 HEAD, I get an IllegalArgumentException while in a call to sendAck. Looking at InternalNioOutputBuffer.sendAck(), it uses ByteBuffer.wrap() to create a new ByteBuffer and uses this ByteBuffer in a call to writeToSocket. There is a check in SecureNioChan...
resolved fixed
fce171f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-01-28T21:35:53Z
2007-01-25T13:00:00Z
java/org/apache/tomcat/util/net/NioSelectorPool.java
/* * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
41,521
Bug 41521 filter-mapping doesn't support * for servlet-name
SRV 6.2.5 of the servlet 2.5 spec introduces support for '*' as the servlet-name in a filter-mapping. TC6 does not currently support that value as specified. I will attach a patch shortly.
resolved fixed
8b0d130
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-07T22:53:07Z
2007-02-01T20:00:00Z
java/org/apache/catalina/core/ApplicationFilterFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,521
Bug 41521 filter-mapping doesn't support * for servlet-name
SRV 6.2.5 of the servlet 2.5 spec introduces support for '*' as the servlet-name in a filter-mapping. TC6 does not currently support that value as specified. I will attach a patch shortly.
resolved fixed
8b0d130
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-07T22:53:07Z
2007-02-01T20:00:00Z
java/org/apache/catalina/deploy/FilterMap.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,558
Bug 41558 Unnecessary synchronization caused by JspFactory.getDefaultFactory while servicing JSPs
Tomcat version: 6.0.x trunk Every generated JSP has try { _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html"); in its _jspService method. The use of JspFactory.getDefaultFactory during request processing should be avoided as it is a *static synchronized* method. I have a diff that addres...
resolved fixed
1a8c492
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-07T22:55:21Z
2007-02-07T12:06:40Z
java/org/apache/jasper/compiler/Generator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,558
Bug 41558 Unnecessary synchronization caused by JspFactory.getDefaultFactory while servicing JSPs
Tomcat version: 6.0.x trunk Every generated JSP has try { _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html"); in its _jspService method. The use of JspFactory.getDefaultFactory during request processing should be avoided as it is a *static synchronized* method. I have a diff that addres...
resolved fixed
1a8c492
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-07T22:55:21Z
2007-02-07T12:06:40Z
java/org/apache/jasper/compiler/JspRuntimeContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,558
Bug 41558 Unnecessary synchronization caused by JspFactory.getDefaultFactory while servicing JSPs
Tomcat version: 6.0.x trunk Every generated JSP has try { _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html"); in its _jspService method. The use of JspFactory.getDefaultFactory during request processing should be avoided as it is a *static synchronized* method. I have a diff that addres...
resolved fixed
1a8c492
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-07T22:55:21Z
2007-02-07T12:06:40Z
java/org/apache/jasper/runtime/HttpJspBase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,578
Bug 41578 Avoid SimplePool.get/put synchronization in JspFactoryImpl
Only 1 instance of the JspFactory object (JspFactoryImpl) is created. Consequently there is a single SimplePool of PageContext objects for all JSP requests and so every JSP request must synchronize on the lock inside SimplePool when getting and releasing a PageContext instance. Moreover, the pool has a fixed capacity a...
resolved fixed
4612c8a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-10T02:19:57Z
2007-02-09T05:46:40Z
java/org/apache/jasper/runtime/JspFactoryImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,608
Bug 41608 The log level is different at same messages.
I suggest a little message improvement. The log level is different at same messages. The message "Servlet.service() for servlet {0} threw exception" is output in eight places, but the message level is not same. --org.apache.catalina.core.ApplicationDispatcher#invoke ... wrapper.getLogger().error(sm.getString("applicati...
resolved fixed
8ba8334
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-02-16T03:09:39Z
2007-02-14T02:26:40Z
java/org/apache/catalina/core/StandardWrapperValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,739
Bug 41739 The servlet with the value 0 in <load-on-startup> tag must be loaded at first.
Servlet 2.4 specification says: --- If the value is a positive integer or 0, the container must load and initialize the servlet as the application is deployed. The container must guarantee that servlets marked with lower integers are loaded before servlets marked with higher integers. --- I think the servlet with value...
resolved fixed
01d38a5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-02T02:38:26Z
2007-03-01T11:53:20Z
java/org/apache/catalina/core/StandardContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,666
Bug 41666 If-Unmodified-Since failure
The If-Unmodified-Since header doesn't work enoughly. failed case: The If-Unmodified-Since header value: 1000000(milliseconds) The lastModified value of target resource: 1001000(milliseconds) In this case, the response's status code should be SC_PRECONDITION_FAILED, but the result is not so. caused by: In DefaultServle...
resolved fixed
9ac3428
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-03T16:03:11Z
2007-02-21T06:40:00Z
java/org/apache/catalina/servlets/DefaultServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,752
Bug 41752 Wrong message on exception in MemoryRealm
When Digester read tomcat-user.xml file and exception is throw, then is created new LifecycleException. As first parameter of this Exception is message string. This string is hardcoded to "memoryRealm.readXml", so I thing that log message will be wrong too! I think that there must be used StringManager. actual implemen...
resolved fixed
e33b67a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-03T16:24:08Z
2007-03-02T21:13:20Z
java/org/apache/catalina/realm/MemoryRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,790
Bug 41790 JDTCompiler::getContents does not close the reader
In the class org.apache.jasper.compiler.JDTCompiler: ------------------------------------------------------------------------- public char[] getContents() { char[] result = null; try { InputStreamReader isReader = new InputStreamReader(new FileInputStream(sourceFile), ctxt.getOptions().getJavaEncoding()); Reader reader...
resolved fixed
455b6f8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-08T16:02:35Z
2007-03-07T23:26:40Z
java/org/apache/jasper/compiler/JDTCompiler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
40,150
Bug 40150 Incorrect User/Role classnames are silently ignored.
org.apache.catalina.realm.JAASRealm does not verify any of the class names that are set through setRoleClassNames() and setUserClassNames(). If an incorrect class name (e.g. a typo) is configured in context.xml, this is unnoticed by JAASRealm. The result is that during authentication, when the subject's principals are ...
resolved fixed
400d684
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-25T21:42:05Z
2006-08-01T13:46:40Z
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 ...
41,675
Bug 41675 Add a debug statement when some necessary header information is missing
Reference: org.apache.coyote.http11.Http11Processor.java It would be helpful for developers to get informed when some required header information is missing. eg when headers.getValue("host"); returns null and http11 is true. Couldn't you add a log.debug statement that informs the user about missing header-fields? (For ...
resolved fixed
7fd4fa8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-25T23:08:01Z
2007-02-22T04:53:20Z
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...
41,166
Bug 41166 Unable to start ReplicatedContext
I try to test the Cluster function. I got a problem: something like following apears in the $CATALINA_HOME/logs/catalina.out SEVERE: Unable to start ReplicatedContext java.lang.ClassCastException: org.apache.naming.resources.ProxyDirContext cannot be cast to java.io.Serializable at org.apache.catalina.tribes.tipis.Abst...
resolved fixed
4f96d21
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-27T04:44:06Z
2006-12-13T06:06:40Z
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 ...
41,166
Bug 41166 Unable to start ReplicatedContext
I try to test the Cluster function. I got a problem: something like following apears in the $CATALINA_HOME/logs/catalina.out SEVERE: Unable to start ReplicatedContext java.lang.ClassCastException: org.apache.naming.resources.ProxyDirContext cannot be cast to java.io.Serializable at org.apache.catalina.tribes.tipis.Abst...
resolved fixed
4f96d21
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-27T04:44:06Z
2006-12-13T06:06:40Z
java/org/apache/catalina/ha/context/ReplicatedContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,166
Bug 41166 Unable to start ReplicatedContext
I try to test the Cluster function. I got a problem: something like following apears in the $CATALINA_HOME/logs/catalina.out SEVERE: Unable to start ReplicatedContext java.lang.ClassCastException: org.apache.naming.resources.ProxyDirContext cannot be cast to java.io.Serializable at org.apache.catalina.tribes.tipis.Abst...
resolved fixed
4f96d21
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-27T04:44:06Z
2006-12-13T06:06:40Z
java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,682
Bug 41682 ClassCastException with BackupManager + debug logging
(Still happening in 6.0.9, though that isn't an option in Bugzilla) If I use the BackupManager for session replication AND turn on debug logging, I get this exception when I try to invalidate the session: java.lang.ClassCastException: org.apache.catalina.ha.session.BackupManager cannot be cast to org.apache.catalina.ha...
resolved fixed
12d912d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-27T06:52:10Z
2007-02-22T18:46:40Z
java/org/apache/catalina/ha/session/DeltaSession.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,703
Bug 41703 Variable assigned with it's own value.
null
resolved fixed
2049b78
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-03-27T06:58:27Z
2007-02-26T06:06:40Z
java/org/apache/catalina/ha/authenticator/SingleSignOnMessage.java
/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
41,289
Bug 41289 Error when deploying XML Configuration file URL
I tried to deploy a webapp using a context.xml file under manager webapp and received this error: java.io.FileNotFoundException: /opt/apache-tomcat-6.0.2/conf/Catalina/localhost/mywebapp3.xml (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream....
resolved fixed
d721522
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-05T13:22:17Z
2007-01-04T11:26:40Z
java/org/apache/catalina/manager/ManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
42,072
Bug 42072 The call of the jspDestroy method violates it about the Java Servlet Specification 2.4, SRV.2.3.2.1.
When a JSP is accessed for a second time, the jspDestroy method is called even if a ServletException is thrown from the init method of the class that extends HttpJspPage. This violates the Java Servlet Specification 2.4, SRV.2.3.2.1.
resolved fixed
3d27771
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-09T23:31:09Z
2007-04-08T22:06:40Z
java/org/apache/jasper/servlet/JspServletWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,085
Bug 42085 java.util.Logging duplicated since 5.5.23. 5.5.20 is OK
We use the followwing logging.properties in our WebApplication: ----------%<--------------------%<---------------- handlers = 1tivoli.java.util.logging.FileHandler, 2product.java.util.logging.FileHandler # Handlers for the root logger .handlers = 1tivoli.java.util.logging.FileHandler, 2product.java.util.logging.FileHan...
resolved fixed
fa2b746
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-12T15:34:51Z
2007-04-11T02:53:20Z
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 ...
42,119
Bug 42119 request.getCharacterEncoding misparses charset=UTF-8; xyz=3
(This bug is also present in Coyote source 6.0.10.) If there is an HTTP header Content-Type: text/abc; charset=UTF-8; xyz=3 request.getCharacterEncoding() returns "UTF-8; xyz=3" but Tomcat 4.1.24 returns "UTF-8". In Tomcat 4.1.24, request.getCharacterEncoding uses parseCharacterEncoding defined in jakarta-tomcat-4.1.24...
resolved fixed
4cf171a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-15T00:22:47Z
2007-04-13T16:00:00Z
java/org/apache/tomcat/util/http/ContentType.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
42,039
Bug 42039 Tomcat doesn't output the stack trace of UnavailableException.
When UnavailableException is thrown from the Servlet:init, Tomcat doesn't output the stack trace of UnavailableException. The cause of problem is lost. Tomcat should output the stack trace at the "invoke" method of StandardWrapperValue.
resolved fixed
c3d2ce4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-15T17:45:34Z
2007-04-03T19:53: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 ...
42,071
Bug 42071 If a JSP throws an UnavailableException twice, an IllegalStateException occurs.
If a JSP throws an UnavailableException twice, an IllegalStateException occurs. first access: JSP throws UnavailableException. second access: If the JSP throws an UnavailableException again then an IllegalStateException occurs and Tomcat returns status code:500 to the client. The problem is not that the IllegalStateExc...
resolved fixed
508f513
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-19T02:28:08Z
2007-04-08T22:06:40Z
java/org/apache/jasper/servlet/JspServletWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,202
Bug 42202 if you install tomcat in a directory with spaces it ignores TLD files inside jar files
if you install tomcat or a web application in a directory with spaces in the name, for example "C:\Program Files\vds\tomcat" for tomcat or "C:\Program Files\vds\console" for a web application. the TLD files that are inside the META-INF directory of the jar files will not be loaded. the problem is is the file treatment ...
resolved fixed
f9ddaba
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-04-24T13:42:07Z
2007-04-23T17:40:00Z
java/org/apache/catalina/startup/TldConfig.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,308
Bug 42308 with APR bytessent bytesreceived performance data is not collected
with APR bytes received and bytes sent are always 0.
resolved fixed
4a04722
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-01T12:46:12Z
2007-05-01T06:13:20Z
java/org/apache/coyote/http11/Http11AprProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
42,308
Bug 42308 with APR bytessent bytesreceived performance data is not collected
with APR bytes received and bytes sent are always 0.
resolved fixed
4a04722
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-01T12:46:12Z
2007-05-01T06:13:20Z
java/org/apache/coyote/http11/Http11AprProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
42,308
Bug 42308 with APR bytessent bytesreceived performance data is not collected
with APR bytes received and bytes sent are always 0.
resolved fixed
4a04722
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-01T12:46:12Z
2007-05-01T06:13:20Z
java/org/apache/coyote/http11/Http11NioProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
42,308
Bug 42308 with APR bytessent bytesreceived performance data is not collected
with APR bytes received and bytes sent are always 0.
resolved fixed
4a04722
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-01T12:46:12Z
2007-05-01T06:13:20Z
java/org/apache/coyote/http11/InternalNioInputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
42,309
Bug 42309 Request: support for NIO in Embedded Tomcat
in org.apache.catalina.startup.Embedded there is no direct API to create an NIO connector. This would be very helpful for all applications which use tomcat in embedded mode and require the CometProcessor.
resolved fixed
9546005
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-03T15:49:09Z
2007-05-01T06:13:20Z
java/org/apache/catalina/startup/Embedded.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
42,361
Bug 42361 POST content type incorrect for multipart forms after login
When using a form with a custom encoding (e.g. "multipart/form-data"), the content type is not restored after a redirect to a login page (auth-method = FORM). To reproduce: - A page that POSTs using multipart/form-data encoding (or anything other than application/x-www-form-urlencoded) to a result page that is protecte...
resolved fixed
637acc5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-08T23:58:24Z
2007-05-08T18:46:40Z
java/org/apache/catalina/authenticator/FormAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
42,361
Bug 42361 POST content type incorrect for multipart forms after login
When using a form with a custom encoding (e.g. "multipart/form-data"), the content type is not restored after a redirect to a login page (auth-method = FORM). To reproduce: - A page that POSTs using multipart/form-data encoding (or anything other than application/x-www-form-urlencoded) to a result page that is protecte...
resolved fixed
637acc5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-08T23:58:24Z
2007-05-08T18:46:40Z
java/org/apache/catalina/authenticator/SavedRequest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,444
Bug 42444 Potential NullPointerException in org.apache.catalina.valves.AccessLogValve
null
resolved fixed
776736f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-19T18:31:09Z
2007-05-17T11: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 ...
42,459
Bug 42459 Tomcat Web Application Manager table error
html table -> tr wrong formating when stop (not last) in Tomcat Web Application Manager.
resolved fixed
33c9949
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-20T17:12:08Z
2007-05-19T18:40:00Z
java/org/apache/catalina/manager/HTMLManagerServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
42,438
Bug 42438 Duplicate JSP temp variable declaration when jsp:attribute used in conjunction with custom tags
null
resolved fixed
5e188bc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-23T02:42:08Z
2007-05-16T21:13:20Z
java/org/apache/jasper/compiler/Node.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
39,875
Bug 39875 RealmBase#init() needs cleanup
null
resolved fixed
0ea4c7c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-23T02:44:56Z
2006-06-23T16:26:40Z
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 ...
42,559
Bug 42559 ErrorReportValve does not provide an error report
rev 535915 changed the behavior of ErrorReportValve in tomcat6 to not produce an error report when response.sendError() is called. For example, using this code in a servlet's service() does not produce an error report: response.sendError(HttpServletResponse.SC_GONE, "error occurred"); The underlying cause is that the v...
resolved fixed
71eccb3
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-05-31T23:08:24Z
2007-05-31T14:00:00Z
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 ...
42,497
Bug 42497 304 response should consistently include ETag header
null
resolved fixed
0114b2d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-02T00:42:36Z
2007-05-23T14:20:00Z
java/org/apache/catalina/servlets/DefaultServlet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,643
Bug 42643 Duplicate JSP function mapper variables
When we deploy ~20 or so web apps at a time, we invariably end up with an app or two on each server that has compilation errors due to code generated like this: static private org.apache.jasper.runtime.ProtectedFunctionMapper _jspx_fnmap_0; static private org.apache.jasper.runtime.ProtectedFunctionMapper _jspx_fnmap_1;...
resolved fixed
5b65cf4
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-16T15:39:21Z
2007-06-12T12:06:40Z
java/org/apache/jasper/compiler/ELFunctionMapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,547
Bug 42547 Same env-entry (web.xml) and ResourceLink (context) names causes NPE
Having the following in web.xml: <env-entry> <env-entry-name>testIt</env-entry-name> <env-entry-type>java.lang.String</env-entry-type> <env-entry-value>test</env-entry-value> </env-entry> and the following in your context descriptor: <ResourceLink name="testIt" global="testIt" type="java.lang.String"/> causes an NPE on...
resolved fixed
53add24
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-23T15:00:51Z
2007-05-30T15:46:40Z
java/org/apache/catalina/deploy/NamingResources.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
42,314
Bug 42314 Jasper output no details with compilation error in specific case.
Jasper output no details when Jasper cannot find mappings between generated servlet code (with mistakes) and former JSP. One example JSP is the following. (The imported class in the JSP is not found.) --- <%@ page import = "not.exist.class" %> ---
resolved fixed
6c6ad83
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-24T11:45:44Z
2007-05-02T04:26:40Z
java/org/apache/jasper/compiler/JavacErrorDetail.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
41,722
Bug 41722 role-link tag in web.xml can not be omitted.
The application with follwing web.xml can not be deployed. --- <servlet> <servlet-name>sample</servlet-name> <servlet-class>sample.TheServlet</servlet-class> <security-role-ref> <role-name>users</role-name> </security-role-ref> </servlet> <servlet-mapping> .... </servlet-mapping> <security-role> <role-name>users</role-...
resolved fixed
ba25bfb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-24T17:28:45Z
2007-02-28T05:20:00Z
java/org/apache/catalina/deploy/SecurityRoleRef.java
41,722
Bug 41722 role-link tag in web.xml can not be omitted.
The application with follwing web.xml can not be deployed. --- <servlet> <servlet-name>sample</servlet-name> <servlet-class>sample.TheServlet</servlet-class> <security-role-ref> <role-name>users</role-name> </security-role-ref> </servlet> <servlet-mapping> .... </servlet-mapping> <security-role> <role-name>users</role-...
resolved fixed
ba25bfb
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-24T17:28:45Z
2007-02-28T05:20:00Z
java/org/apache/catalina/startup/WebRuleSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
42,753
Bug 42753 Race condition when using available() or reading in CometProcessor.event()
Tomcat version: 6.0.13 (no 6.0.13 available in the version field) When trying to process data in CometProcessor.event() either during the BEGIN event or during the READ event, it is impossible to guarantee that all data has been read before returning (since new data may arrive between the last statement before the retu...
resolved fixed
a6ea14d
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-06-29T13:07:27Z
2007-06-27T10:26:40Z
java/org/apache/catalina/core/ApplicationFilterFactory.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
39,212
Bug 39212 a bug in example code DummyCart.java
null
resolved fixed
8aa247e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-07-30T18:13:30Z
2006-04-05T15:13:20Z
webapps/examples/WEB-INF/classes/sessions/DummyCart.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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...
42,944
Bug 42944 plus sign in url-pattern in servlet-mapping does not work
Hi all, I had servlet-mappings that contain plus signs (they were created by JspC), e.g.: <servlet-mapping> <servlet-name>org.apache.jsp.suchergebnis_005fbu_002bbb_jsp</servlet-name> <url-pattern>/suchergebnis_bu+bb.jsp</url-pattern> </servlet-mapping> This mapping does not work (the referred class is present)! When I ...
resolved fixed
44e36ea
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-08-04T16:17:22Z
2007-07-20T14: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 ...
43,216
Bug 43216 ACTIVITY_CHECK does not work correctly when Tomcat is restarted
null
resolved fixed
9c37a01
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-08-28T13:33:18Z
2007-08-26T12:06:40Z
java/org/apache/catalina/session/StandardManager.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...
30,949
Bug 30949 After Failed Include, Request and Response not Unwrapped
In org.apache.catalina.core.ApplicationDispatcher.doInclude(ServletRequest request, ServletResponse response), after invoke() is called to perform the include, the request and response objects are normally unwrapped. However, if a ServletException or IOException is thrown, the unwrapping does not take place. This leads...
resolved fixed
4dd22a5
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2007-09-05T02:01:02Z
2004-08-31T02:40:00Z
java/org/apache/catalina/core/ApplicationDispatcher.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this 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 ...