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
55,735
Bug 55735 Additional quote entity in html element attribute evaluated in tagx if attribute contains EL expression
null
resolved fixed
7ee1275
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-05T22:46:35Z
2013-11-02T11:00:00Z
test/org/apache/jasper/compiler/TesterValidator.java
55,735
Bug 55735 Additional quote entity in html element attribute evaluated in tagx if attribute contains EL expression
null
resolved fixed
7ee1275
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-05T22:46:35Z
2013-11-02T11:00:00Z
test/org/apache/jasper/runtime/TesterPageContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,749
Bug 55749 Disabling SSLEngine in AprLifecycleListener leads to misleading error message at startup when SSL Connector is delcared
Put a <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" /> in you server.xml. Put the APR connector some weeks later in your server.xml: <Connector protocol="org.apache.coyote.http11.Http11AprProtocol" port="@HTTPS_PORT@" connectionTimeout="20000" maxHttpHeaderSize="24576" maxThreads="...
resolved fixed
014cf1c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-10T20:20:37Z
2013-11-06T17:46:40Z
java/org/apache/tomcat/util/net/AprEndpoint.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,760
Bug 55760 Tomcat SPNEGO authenticator incompatible with IBM JDK in case of Keytab based initiate and accept authentication
null
resolved fixed
0a4e847
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-11T09:45:49Z
2013-11-08T17:00:00Z
java/org/apache/catalina/authenticator/SpnegoAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,772
Bug 55772 Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak
null
resolved fixed
cb62f86
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T13:39:52Z
2013-11-13T10:53:20Z
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 ...
55,772
Bug 55772 Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak
null
resolved fixed
cb62f86
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T13:39:52Z
2013-11-13T10:53:20Z
java/org/apache/coyote/ActionCode.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,772
Bug 55772 Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak
null
resolved fixed
cb62f86
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T13:39:52Z
2013-11-13T10:53:20Z
java/org/apache/coyote/ajp/AbstractAjpProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,772
Bug 55772 Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak
null
resolved fixed
cb62f86
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T13:39:52Z
2013-11-13T10:53:20Z
java/org/apache/coyote/http11/AbstractHttp11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,772
Bug 55772 Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak
null
resolved fixed
cb62f86
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T13:39:52Z
2013-11-13T10:53:20Z
java/org/apache/coyote/spdy/SpdyProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,772
Bug 55772 Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak
null
resolved fixed
cb62f86
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T13:39:52Z
2013-11-13T10:53:20Z
test/org/apache/coyote/http11/TestAbstractHttp11Processor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,776
Bug 55776 if path include relative char, eg: ../, classloader will not find zhe file
I use ibatis in my project, config file path include '..', tomcat can not find the file, command line show: Could not find resource ../ibatis/code/sendType.xml
resolved fixed
a1ad6ce
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T15:04:52Z
2013-11-14T11:53:20Z
java/org/apache/catalina/webresources/StandardRoot.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,778
Bug 55778 JNDIRealm: Authentication with GSSAPI to LDAP with SSL connection causes an exception
Whenever i try to authenticate with GSSAPI to a LDAP server with a SSL connection (ldaps), the following exception is thrown: javax.naming.ServiceUnavailableException: myserver.at:636; socket closed; remaining name 'dc=example,dc=org' at com.sun.jndi.ldap.Connection.readReply(Connection.java:452) at com.sun.jndi.ldap.L...
resolved fixed
27806aa
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-15T17:39:05Z
2013-11-14T20:13:20Z
java/org/apache/catalina/realm/JNDIRealm.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,798
Bug 55798 Enabling Manager App - process and description is inadequate
null
resolved fixed
13c6551
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-20T10:07:51Z
2013-11-20T04:00:00Z
java/org/apache/catalina/users/MemoryUserDatabase.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,804
Bug 55804 SPNEGOAUTHENTICATOR - GSSCredential does not get renewed after RemainingLifeTime is less than zero
In SpnegoAuthenticator, we check for request.getUserPrincipal() if it returns a prinicpal we do not do a fresh authentication. This happens even when the GSSCredential returned by GenericPrincipal has remainingLife time less than zero. This causes issues in delegating the credential as the credential is not valid any m...
resolved fixed
8f67335
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-11-29T19:25:49Z
2013-11-20T23:26: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 ...
55,837
Bug 55837 ServletContext.getRealPath() returns null
[code] String path = servletContext.getRealPath('/test'); if no file or folder named '/test' exist in webroot then path return null but int tomcat 5\6\7, it will return the correct value , ex /data/oschina/webapp/test
resolved fixed
a63bf3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-04T17:18:57Z
2013-12-03T14:13:20Z
java/org/apache/catalina/webresources/DirResourceSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,837
Bug 55837 ServletContext.getRealPath() returns null
[code] String path = servletContext.getRealPath('/test'); if no file or folder named '/test' exist in webroot then path return null but int tomcat 5\6\7, it will return the correct value , ex /data/oschina/webapp/test
resolved fixed
a63bf3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-04T17:18:57Z
2013-12-03T14:13:20Z
java/org/apache/catalina/webresources/EmptyResource.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,837
Bug 55837 ServletContext.getRealPath() returns null
[code] String path = servletContext.getRealPath('/test'); if no file or folder named '/test' exist in webroot then path return null but int tomcat 5\6\7, it will return the correct value , ex /data/oschina/webapp/test
resolved fixed
a63bf3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-04T17:18:57Z
2013-12-03T14:13:20Z
java/org/apache/catalina/webresources/StandardRoot.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,837
Bug 55837 ServletContext.getRealPath() returns null
[code] String path = servletContext.getRealPath('/test'); if no file or folder named '/test' exist in webroot then path return null but int tomcat 5\6\7, it will return the correct value , ex /data/oschina/webapp/test
resolved fixed
a63bf3a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-04T17:18:57Z
2013-12-03T14:13:20Z
test/org/apache/catalina/webresources/AbstractTestResourceSet.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,842
Bug 55842 response.setBufferSize() does not seem to work properly
I found a problem with setting the buffer size for the ServletResponse. If I call 'response.setBufferSize(1,000,000);' and send about 20,000 characters, the response will be chunked even though it should not. The response is sent in several chunks and contains the 'Transfer-Encoding: chunked' response header. In my und...
resolved fixed
f4970a7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-06T12:12:15Z
2013-12-04T20:46:40Z
java/org/apache/catalina/connector/OutputBuffer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,842
Bug 55842 response.setBufferSize() does not seem to work properly
I found a problem with setting the buffer size for the ServletResponse. If I call 'response.setBufferSize(1,000,000);' and send about 20,000 characters, the response will be chunked even though it should not. The response is sent in several chunks and contains the 'Transfer-Encoding: chunked' response header. In my und...
resolved fixed
f4970a7
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-06T12:12:15Z
2013-12-04T20:46:40Z
java/org/apache/tomcat/util/buf/ByteChunk.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,851
Bug 55851 Tomcat SPNEGO authenticator incompatible with IBM JDK: Accept Security Context needs to be wrapped around a Privileged Action in order for server side authentication
null
resolved fixed
bba9747
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-06T19:42:43Z
2013-12-06T14:26:40Z
java/org/apache/catalina/authenticator/SpnegoAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,801
Bug 55801 Add ability to provide custom SSLContext for websocket client
null
resolved fixed
ef3f56e
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-07T20:10:59Z
2013-11-20T15:06:40Z
java/org/apache/tomcat/websocket/WsWebSocketContainer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,811
Bug 55811 Do not parse web-fragment.xml files when empty absolute-ordering
null
resolved fixed
f4da7dc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-07T20:43:46Z
2013-11-22T19:53: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 ...
55,811
Bug 55811 Do not parse web-fragment.xml files when empty absolute-ordering
null
resolved fixed
f4da7dc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-07T20:43:46Z
2013-11-22T19:53:20Z
java/org/apache/jasper/servlet/JspCServletContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,811
Bug 55811 Do not parse web-fragment.xml files when empty absolute-ordering
null
resolved fixed
f4da7dc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-07T20:43:46Z
2013-11-22T19:53:20Z
java/org/apache/tomcat/util/descriptor/web/FragmentJarScannerCallback.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,820
Bug 55820 Add 172.16/12 range to default internal proxies
null
resolved fixed
c1be72f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-09T09:48:42Z
2013-11-27T22:06:40Z
java/org/apache/catalina/filters/RemoteIpFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,820
Bug 55820 Add 172.16/12 range to default internal proxies
null
resolved fixed
c1be72f
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-09T09:48:42Z
2013-11-27T22:06:40Z
java/org/apache/catalina/valves/RemoteIpValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,884
Bug 55884 JSPs no longer compile in Java 8
null
verified fixed
8a5179c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-16T15:48:04Z
2013-12-14T22:26: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 ...
55,905
Bug 55905 Error message unhelpful when web.xml references a tld file that doesn't exist
null
resolved fixed
bcb9c58
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-18T19:28:21Z
2013-12-18T20:53:20Z
java/org/apache/jasper/servlet/TldScanner.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,939
Bug 55939 Seeing issues with non-blocking io when writing lots of data
null
resolved fixed
411e4cc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2013-12-30T19:39:23Z
2013-12-29T23:33:20Z
java/org/apache/coyote/Response.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,937
Bug 55937 Tomcat auto deployer not working for ROOT applications
null
resolved fixed
346e264
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T11:38:52Z
2013-12-27T21:33:20Z
java/org/apache/catalina/util/ContextName.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,937
Bug 55937 Tomcat auto deployer not working for ROOT applications
null
resolved fixed
346e264
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T11:38:52Z
2013-12-27T21:33:20Z
test/org/apache/catalina/util/TestContextName.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53: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 ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
java/org/apache/catalina/ha/deploy/FarmWarDeployer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53: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 ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
java/org/apache/catalina/mbeans/MBeanUtils.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
java/org/apache/catalina/startup/FailedContext.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53: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 ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
java/org/apache/catalina/storeconfig/StandardContextSF.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
java/org/apache/catalina/util/ContextName.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,958
Bug 55958 Tomcat tries to deploy dir as zip archive even when it is a directory if the name ends with .war
Webapp deployment fails if the dirname ends with .war because it is automatically considered as zip archive.
resolved fixed
5964a52
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T13:59:10Z
2014-01-06T14:53:20Z
test/org/apache/catalina/util/TestContextName.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,960
Bug 55960 TestSSOnonLoginAndBasicAuthenticator is flawed and incomplete
null
resolved fixed
ad129f8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T15:01:41Z
2014-01-06T20:26:40Z
test/org/apache/catalina/authenticator/TestSSOnonLoginAndBasicAuthenticator.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,960
Bug 55960 TestSSOnonLoginAndBasicAuthenticator is flawed and incomplete
null
resolved fixed
ad129f8
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T15:01:41Z
2014-01-06T20:26:40Z
test/org/apache/catalina/startup/TesterServletEncodeUrl.java
55,970
Bug 55970 A reloadable context is reloaded repeatedly if WEB-INF/lib contains non-jar files
null
resolved fixed
5594699
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T15:25:14Z
2014-01-08T00:13: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 ...
55,974
Bug 55974 Honor the order when reporting XML parsing errors and warnings in XmlErrorHandler class
null
resolved fixed
328adb1
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T15:29:45Z
2014-01-08T03:00:00Z
java/org/apache/tomcat/util/descriptor/XmlErrorHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,976
Bug 55976 Broken response from NIO connector in Tomcat 7.0.50
null
closed fixed
d423ae2
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-09T21:32:25Z
2014-01-08T14:06:40Z
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...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
java/org/apache/coyote/AbstractProtocol.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
java/org/apache/coyote/http11/upgrade/AbstractProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
java/org/apache/coyote/http11/upgrade/AprServletOutputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
java/org/apache/coyote/http11/upgrade/BioServletOutputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
java/org/apache/coyote/http11/upgrade/NioServletOutputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ...
resolved fixed
bd24edc
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T11:43:02Z
2014-01-08T16:53:20Z
test/org/apache/coyote/http11/upgrade/TestUpgrade.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
55,893
Bug 55893 Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve
null
resolved fixed
92ce68a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T13:09:50Z
2013-12-17T03:13:20Z
java/org/apache/catalina/valves/AbstractAccessLogValve.java
55,893
Bug 55893 Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve
null
resolved fixed
92ce68a
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-10T13:09:50Z
2013-12-17T03:13:20Z
java/org/apache/catalina/valves/AccessLogValve.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,995
Bug 55995 java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)
Null pointer exception when running JSPC from a Shell Script. JspCServletContext.java:344 /** * Return a URL object of a resource that is mapped to the * specified context-relative path. * * @param path Context-relative path of the desired resource * * @exception MalformedURLException if the resource path is * not prop...
resolved fixed
5e6b884
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-14T12:04:41Z
2014-01-13T10:46:40Z
java/org/apache/jasper/compiler/TldCache.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,996
Bug 55996 Async context does not timeout with HTTP NIO connector
null
resolved fixed
553ad39
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-14T17:58:45Z
2014-01-13T10:46:40Z
java/org/apache/tomcat/util/net/SocketWrapper.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
56,010
Bug 56010 JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException
null
resolved fixed
48650dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-16T14:21:17Z
2014-01-15T07:13:20Z
java/org/apache/jasper/runtime/PageContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
56,010
Bug 56010 JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException
null
resolved fixed
48650dd
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-16T14:21:17Z
2014-01-15T07:13:20Z
test/org/apache/jasper/runtime/TestPageContextImpl.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
56,025
Bug 56025 Order of invocation of method of ServerEndpointConfig.Configurator
null
resolved fixed
11b1e83
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-17T11:50:11Z
2014-01-17T14:46:40Z
java/org/apache/tomcat/websocket/server/UpgradeUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
55,943
Bug 55943 Provide a way prevent looking at the System classloader before the webapp classloaders
null
resolved fixed
f28800c
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-17T15:16:35Z
2014-01-01T15:26:40Z
java/org/apache/catalina/loader/WebappClassLoader.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
56,029
Bug 56029 Ternary operator doesn't work as expected inside attributes in jspx pages
null
resolved fixed
b430e29
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-18T19:33:19Z
2014-01-18T18:33:20Z
java/org/apache/jasper/compiler/ELParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
56,029
Bug 56029 Ternary operator doesn't work as expected inside attributes in jspx pages
null
resolved fixed
b430e29
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-18T19:33:19Z
2014-01-18T18:33:20Z
test/org/apache/jasper/compiler/TestELParser.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
56,012
Bug 56012 wrong import statement generation while using the extends attribute of the page directive
null
resolved fixed
42056be
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-18T21:24:37Z
2014-01-15T12:46:40Z
java/org/apache/jasper/compiler/PageInfo.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
56,012
Bug 56012 wrong import statement generation while using the extends attribute of the page directive
null
resolved fixed
42056be
Tomcat
https://github.com/apache/tomcat
apache/tomcat
java
null
null
null
2014-01-18T21:24:37Z
2014-01-15T12: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 ...
28,974
Bug 28974 Compiler error when introducing a "final" field
The aspect below fails to compile with 1.1b2, producing the compilation error: -------------------- $ ajc com/ibm/amc/*.java com/ibm/amc/ejb/*.java d:/eclipse/runtime-workspace-ajsamples/Mock EJBs/com/ibm/amc/DemoBeanEJB.java:1: Cannot assign a value to the final field com.ibm.amc.DemoBean.ajc$interField$co m_ibm_amc$v...
resolved fixed
99a873c
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T19:31:02Z
2003-01-03T16:06:40Z
weaver/src/org/aspectj/weaver/AjcMemberMaker.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
28,919
Bug 28919 waever tries to weave into native methods ...
If you don't find the exception below in a bug, please add a new bug To make the bug a priority, please include a test program that can reproduce this exception. bad non-abstract method with no code: private native int nativeMessagePumpInitialize() on public class plc.comm.pvi.PviCom$LinkEventHandlerImpl bad non-abstra...
resolved fixed
2781720
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T20:02:43Z
2002-12-30T20:26:40Z
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
asm/src/org/aspectj/asm/StructureModel.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmBuilder.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
weaver/src/org/aspectj/weaver/AsmAdaptor.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
weaver/src/org/aspectj/weaver/Lint.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
weaver/src/org/aspectj/weaver/ResolvedTypeX.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
weaver/src/org/aspectj/weaver/Shadow.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,186
Bug 29186 ajc -emacssym chokes on pointcut that includes an intertype method
null
resolved fixed
c1260e6
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-14T21:36:18Z
2003-01-09T02:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,662
Bug 29662 VerifyError on accessing objects not accessible to the weaver: Incompatible object argument for invokespecial
I use aspectj1.1b4 (the version list box did not let me choose, it offered only "unspecified"). Compiling the program below yields a warning that a affected type is not exposed to the weaver. Running it crashes the program with this message: "java.lang.VerifyError: (class: VerifyError, method: finalize signature: ()V) ...
resolved fixed
2d297d7
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-21T23:58:42Z
2003-01-16T20:46:40Z
tests/bugs/AroundAccess.java
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserProperties.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/src/org/aspectj/ajde/ProjectPropertiesAdapter.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/src/org/aspectj/ajde/internal/AspectJBuildManager.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/src/org/aspectj/ajde/ui/internal/AjcBuildOptions.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testdata/examples/figures-coverage/figures/Figure.java
package figures; //import figures.primitives.planar.Point; import java.awt.Canvas; aspect Figure { //pointcut sendSuccess(): cflow(setX()) && !handler(Exception); public String Point.getName() { return Point.name; } public int figures.primitives.planar.Point.DEFAULT_X = 0; public po...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/AjdeTests.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/BuildConfigurationTests.java
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/BuildOptionsTest.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/NullIdeManager.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/StructureModelRegressionTest.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/StructureModelTest.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
ajde/testsrc/org/aspectj/ajde/ui/StructureViewManagerTest.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/BuildArgParser.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,769
Bug 29769 Ajde does not support new AspectJ 1.1 compiler options
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then the correct processing needs to happen within Ajde to pass these options to the compiler. This enhancement is needed by t...
resolved fixed
85a827a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-01-25T01:25:30Z
2003-01-19T15:26:40Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,959
Bug 29959 super call in intertype method declaration body causes VerifyError
AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$...
resolved fixed
3e2801a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-02-13T21:00:35Z
2003-01-22T12:53:20Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,959
Bug 29959 super call in intertype method declaration body causes VerifyError
AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$...
resolved fixed
3e2801a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-02-13T21:00:35Z
2003-01-22T12:53:20Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/SuperFixerVisitor.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,959
Bug 29959 super call in intertype method declaration body causes VerifyError
AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$...
resolved fixed
3e2801a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-02-13T21:00:35Z
2003-01-22T12:53:20Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InterTypeMethodBinding.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
29,959
Bug 29959 super call in intertype method declaration body causes VerifyError
AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$...
resolved fixed
3e2801a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-02-13T21:00:35Z
2003-01-22T12:53:20Z
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java
/******************************************************************************* * Copyright (c) 2000, 2001, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which acco...
29,959
Bug 29959 super call in intertype method declaration body causes VerifyError
AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$...
resolved fixed
3e2801a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-02-13T21:00:35Z
2003-01-22T12:53:20Z
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java
/******************************************************************************* * Copyright (c) 2000, 2001, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which acco...
29,959
Bug 29959 super call in intertype method declaration body causes VerifyError
AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$...
resolved fixed
3e2801a
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2003-02-13T21:00:35Z
2003-01-22T12:53:20Z
org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
/******************************************************************************* * Copyright (c) 2000, 2001, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which acco...