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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
40,001 | Bug 40001 HTML pages should not use GET to restart web-apps. | null | resolved fixed | 99f01fd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-10-10T21:54:54Z | 2006-07-10T19:33:20Z | 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 ... |
48,019 | Bug 48019 StackOverflowError on "include" | JSP file name: /common/headers.jsp It's cotent: <% // example: <%@ include file="/common/headers.jsp" % > %> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Cache-Control" content="no-store" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" ... | resolved fixed | deac657 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-10-21T20:43:21Z | 2009-10-17T11:46:40Z | java/org/apache/jasper/compiler/Parser.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,009 | Bug 48009 Editing context.xml may cause unwanted undeploy of a webapp | Tomcat polls context.xml files for changes. If a previously-existing context.xml is missing at the instant Tomcat polls, then the application is undeployed. Some text editors (notably vi and its derivatives) create backup files by: 1) Renaming the original file, then 2) creating a new file and writing the edited conten... | resolved fixed | d55f1d9 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-10-21T20:53:47Z | 2009-10-16T05:13:20Z | java/org/apache/catalina/startup/HostConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
47,364 | Bug 47364 HttpServletRequest.getAttributeNames() does not return the names of all attributes | In an email exchange that involved Ranier (see attachment), he suggested I log this in Bugzilla, so I am. I was using Tomcat 6.0.20 on Windows XP SP3 with the latest Java 6 JVM. In the doGet method of a servlet, I was trying to see all request attributes to see if the "sendfile supported" attribute was set (specificall... | resolved fixed | 7fc56b4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-01T18:35:02Z | 2009-06-12T18:06:40Z | 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 ... |
47,451 | Bug 47451 NPE if response contains null content-encoding header | null | resolved fixed | 14084ac | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-01T22:53:29Z | 2009-06-29T18:26:40Z | java/org/apache/catalina/connector/Response.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
47,331 | Bug 47331 No translation error messag when using #{...} in template text | null | resolved fixed | f3b04b4 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-02T00:30:55Z | 2009-06-08T05:46:40Z | 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 ... |
47,881 | Bug 47881 org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly | String command = "start"; if (args.length > 0) { command = args[args.length - 1]; } if (command.equals("startd")) { args[0] = "start"; daemon.load(args); daemon.start(); } else if (command.equals("stopd")) { args[0] = "stop"; daemon.stop(); } ... ... should be: String command = "start"; if (args.length > 0) { command =... | resolved fixed | 3ef0f21 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-02T11:00:01Z | 2009-09-20T23:40:00Z | java/org/apache/catalina/startup/Bootstrap.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,104 | Bug 48104 the javadoc of class 'org.apache.catalina.startup.Catalina' is not complete, as in the usage() method | Below is the javadoc of class 'org.apache.catalina.startup.Catalina': /** * Startup/Shutdown shell program for Catalina. The following command line * options are recognized: * <ul> * <li><b>-config {pathname}</b> - Set the pathname of the configuration file * to be processed. If a relative path is specified, it will be... | resolved fixed | 481cfe9 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-03T00:14:11Z | 2009-11-02T08:20:00Z | java/org/apache/catalina/startup/Catalina.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,102 | Bug 48102 'Bootstrap' is misspelled as 'Boostrap' in the javadoc of the class of 'org.apache.catalina.startup.Bootstrap' | Below is the javadoc of the class of 'org.apache.catalina.startup.Bootstrap': /** * Boostrap loader for Catalina. This application constructs a class loader * for use in loading the Catalina internal classes (by accumulating all of the * JAR files found in the "server" directory under "catalina.home"), and * starts the... | resolved fixed | c060034 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-03T00:16:42Z | 2009-11-02T08:20:00Z | java/org/apache/catalina/startup/Bootstrap.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
46,947 | Bug 46947 Code cleanup patch that removes some obsolete null checks | null | resolved fixed | 6908b18 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-04T00:54:02Z | 2009-03-31T17:20:00Z | java/org/apache/catalina/ant/jmx/JMXAccessorTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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 ... |
46,947 | Bug 46947 Code cleanup patch that removes some obsolete null checks | null | resolved fixed | 6908b18 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-04T00:54:02Z | 2009-03-31T17:20:00Z | java/org/apache/catalina/tribes/transport/bio/BioReceiver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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 ... |
46,947 | Bug 46947 Code cleanup patch that removes some obsolete null checks | null | resolved fixed | 6908b18 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-04T00:54:02Z | 2009-03-31T17:20:00Z | java/org/apache/catalina/valves/JDBCAccessLogValve.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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 ... |
46,947 | Bug 46947 Code cleanup patch that removes some obsolete null checks | null | resolved fixed | 6908b18 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-04T00:54:02Z | 2009-03-31T17:20:00Z | java/org/apache/tomcat/util/net/NioBlockingSelector.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,118 | Bug 48118 two misspellings in the javadoc of class "org.apache.catalina.startup.Embeded" | Line: 230 /** * Return true if redirction of standard streams is enabled. */ public boolean isRedirectStreams() { return (this.redirectStreams); } 'redirection' was misspelled to 'redirction' Line: 875 /** Initialize naming - this should only enable java:env and root naming. * If tomcat is embeded in an application tha... | resolved fixed | ae16eb2 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-04T13:13:41Z | 2009-11-04T07:33: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 ... |
48,119 | Bug 48119 5 misspellings in the javadoc of class "org.apache.catalina.startup.HostConfig' | No.1 Line 146: /** * Attribute value used to turn on/off XML namespace awarenes. */ protected boolean xmlNamespaceAware = false; 'awareness' was misspelled as 'awarenes' No.2 Line 268: /** * Get the server.xml <host> attribute's xmlNamespaceAware. * @return true if namespace awarenes is enabled. * */ public boole... | resolved fixed | 07e5982 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-04T13:26:33Z | 2009-11-04T07:33:20Z | java/org/apache/catalina/startup/HostConfig.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,117 | Bug 48117 two misspellings in the javadoc of class "org.apache.catalina.startup.ContextConfig" | in protected synchronized void stop(): (Line: 1059) // Removing sercurity role 'security' is misspelled to 'sercurity' in protected InputSource getWebXmlSource(String filename, String path): (Line: 1354) /** * * @param filename Name of the file (possibly with one or more leading path * segemnts) to read * @param path L... | resolved fixed | b6df018 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:26:28Z | 2009-11-04T07:33:20Z | 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 ... |
48,120 | Bug 48120 one misspelling in the javadoc of class "org.apache.catalina.startup.SetNextNamingRule" | Line 50: /** * Construct a "set next" rule with the specified method name. * * @param methodName Method name of the parent method to call * @param paramType Java class of the parent method's argument * (if you wish to use a primitive type, specify the corresonding * Java wrapper class instead, such as <code>java.lang.B... | resolved fixed | 7508847 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:28:09Z | 2009-11-04T07:33:20Z | java/org/apache/catalina/startup/SetNextNamingRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,121 | Bug 48121 2 misspellings in the javadoc of class "org.apache.catalina.startup.TldConfig" | No.1 Line 194: /** * Attribute value used to turn on/off TLD namespace awarenes. */ private boolean tldNamespaceAware = false; 'awareness' was misspelled as 'awarenes' No.2 Line 261 /** * Get the server.xml <host> attribute's xmlNamespaceAware. * @return true if namespace awarenes is enabled. * */ public boolean ... | resolved fixed | 5d9f68b | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:30:25Z | 2009-11-04T07:33:20Z | 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 ... |
48,123 | Bug 48123 4 misspellings in the javadoc of class "org.apache.catalina.startup.WebRuleSet" | No.1 Line: 99 /** * Construct an instance of this <code>RuleSet</code> with the default * matching pattern prefix and default fargment setting. */ public WebRuleSet() { 'fragment' was misspelled as 'fargment' No.2 Line: 614 /** * Rule to check that the <code>login-config</code> is occuring * only 1 time within the web.... | resolved fixed | 363b79a | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:34:33Z | 2009-11-04T07:33:20Z | 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 ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/ServletContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/ServletRequest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/ServletRequestWrapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/SingleThreadModel.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/UnavailableException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpServletRequest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpServletRequestWrapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpServletResponse.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpServletResponseWrapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpSessionContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/http/HttpUtils.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/JspException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/el/ELException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/el/ELParseException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/el/Expression.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/el/ExpressionEvaluator.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/el/FunctionMapper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/el/VariableResolver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/javax/servlet/jsp/tagext/BodyTag.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this 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... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/Cluster.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/Manager.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18: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 ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/connector/Response.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | 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 ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/core/ApplicationContextFacade.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/core/ApplicationHttpResponse.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/core/DummyRequest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/core/DummyResponse.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | 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 ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18: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 ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/session/ManagerBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/session/StandardSession.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/session/StandardSessionFacade.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/startup/Catalina.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/tribes/io/XByteBuffer.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/tribes/membership/McastService.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/catalina/tribes/transport/ReceiverBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/el/parser/SimpleCharStream.java | /* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 4.1 */
/* JavaCCOptions:STATIC=false */
package org.apache.el.parser;
/**
* An implementation of interface CharStream, where the stream is assumed to
* contain only ASCII characters (without unicode processing).
*/
public class SimpleChar... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40: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 ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/naming/resources/ResourceAttributes.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/tomcat/util/digester/Rule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/tomcat/util/digester/SetNextRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/tomcat/util/digester/SetPropertiesRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/tomcat/util/digester/SetPropertyRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/tomcat/util/digester/SetRootRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,131 | Bug 48131 Add @deprecated annotations to deprecated elements | null | resolved fixed | a3fa5d3 | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T00:46:07Z | 2009-11-04T18:40:00Z | java/org/apache/tomcat/util/digester/SetTopRule.java | /* $Id$
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00: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 ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | 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 ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13: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 ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | java/org/apache/catalina/core/ContainerBase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13: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 ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | java/org/apache/catalina/core/StandardEngine.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | java/org/apache/catalina/core/StandardHost.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | java/org/apache/catalina/core/StandardPipeline.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13: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 ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | java/org/apache/catalina/core/StandardWrapperFacade.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,133 | Bug 48133 misspellings in the javadoc and comment of the various classes in the package of "org.apache.core" | null | resolved fixed | 9204e4d | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:18:53Z | 2009-11-05T00:13:20Z | java/org/apache/catalina/core/StandardWrapperValve.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,135 | Bug 48135 ServiceRefFactory: impossible null check of serviceInterfaceClass | The ServiceRefFactory class performs an impossible null check of serviceInterfaceClass at line 238: 237: Class[] serviceInterfaces = serviceInterfaceClass.getInterfaces(); 238: if (serviceInterfaceClass != null) { If it were null, line 237 would generate an NPE. | resolved fixed | 97ccffd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:41:30Z | 2009-11-05T08:33:20Z | java/org/apache/naming/factory/webservices/ServiceProxy.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,135 | Bug 48135 ServiceRefFactory: impossible null check of serviceInterfaceClass | The ServiceRefFactory class performs an impossible null check of serviceInterfaceClass at line 238: 237: Class[] serviceInterfaces = serviceInterfaceClass.getInterfaces(); 238: if (serviceInterfaceClass != null) { If it were null, line 237 would generate an NPE. | resolved fixed | 97ccffd | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T18:41:30Z | 2009-11-05T08:33:20Z | java/org/apache/naming/factory/webservices/ServiceRefFactory.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/Cluster.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/CometEvent.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/CometProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/Context.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/Host.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/Pipeline.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/ant/BaseRedirectorHelperTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/ant/JKStatusUpdateTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/ant/jmx/JMXAccessorQueryTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/ant/jmx/JMXAccessorSetTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/ant/jmx/JMXAccessorTask.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11: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 ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | 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 ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20: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 ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/connector/Connector.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/connector/CoyoteAdapter.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/connector/CoyoteInputStream.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/connector/CoyoteReader.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20:00Z | java/org/apache/catalina/connector/OutputBuffer.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
48,137 | Bug 48137 some misspellings I can find in the "org.apache.catalina" package | null | resolved fixed | 18c0edc | Tomcat | https://github.com/apache/tomcat | apache/tomcat | java | null | null | null | 2009-11-05T19:08:42Z | 2009-11-05T11:20: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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.