https://issues.apache.org/bugzilla/show_bug.cgi?id=55345
Bug ID: 55345
Summary: Webresources class AbstractResourceSet throws
exception upon callong ServletContext.getRealPath("")
Product: Tomcat 8
Version: trunk
Hardware:
On Thu, 2013-08-01 at 22:53 +0200, Mark Thomas wrote:
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC1/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-048/
> The svn tag is:
> http://svn.apache.org/repo
2013/8/1 Mark Thomas wrote:
>
> The proposed Apache Tomcat 8.0.0 release candidate 1 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. That said:
> - Servlet 3.1 is complete
> - JSP 2.3 is complete
> - EL 3.0 is compl
Hi,
I'm playing with the WebSocket impl and started seeing this NPE in my logs.
I have no idea yet what started causing it.
==> logs/catalina.out <==
Aug 02, 2013 6:03:21 PM
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process
SEVERE: Error reading request, ignored
java.lang.NullP
I cannot login to Bugzilla with my account ...
The problem is:
this.userProperties.putAll(endpointConfig.getUserProperties());
a HashMap is copied into ConcurrentHashMap and null values cause the
problem.
On Fri, Aug 2, 2013 at 6:06 PM, Martin Grigorov wrote:
> Hi,
>
> I'm playing with the Web
On Aug 1, 2013, at 1:53 PM, Mark Thomas wrote:
> [X ] Alpha - go ahead and release as 8.0.0-RC1 alpha
Ran JSTL TCK.
--
Jeremy
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...
On Thu, Aug 1, 2013 at 4:53 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.0 release candidate 1 is now available
> for voting.
>
> The proposed 8.0.0-RC1 release is:
> [ ] Broken - do not release
> [ X ] Alpha - go ahead and release as 8.0.0-RC1 alpha
Yoav
-
On 02/08/2013 18:10, Martin Grigorov wrote:
> I cannot login to Bugzilla with my account ...
If you mean your ASF LDAP account (i.e. the username and password you
use for svn) then that is expected. You'll need to register separately
for a Bugzilla account as Bugzilla is not hooked up to the ASF L
Author: markt
Date: Fri Aug 2 18:54:38 2013
New Revision: 1509806
URL: http://svn.apache.org/r1509806
Log:
Fix copy/paste error
Modified:
tomcat/trunk/java/javax/servlet/ServletContext.java
Modified: tomcat/trunk/java/javax/servlet/ServletContext.java
URL:
http://svn.apache.org/viewvc/tomc
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4780
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Fri Aug 2 18:59:34 2013
New Revision: 1509810
URL: http://svn.apache.org/r1509810
Log:
Fix copy/paste error
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java
Propchange: tomcat/tc7.0.x/trunk/
---
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1320
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: markt
Date: Fri Aug 2 19:08:09 2013
New Revision: 1509816
URL: http://svn.apache.org/r1509816
Log:
CTR. Fix copy/paste error.
Modified:
tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java
Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java
URL:
http://svn.
Author: jboynes
Date: Fri Aug 2 19:09:20 2013
New Revision: 1509818
URL: http://svn.apache.org/r1509818
Log:
[maven-release-plugin] prepare release taglibs-standard-1.2.0-RC1
Modified:
tomcat/taglibs/standard/trunk/build-tools/pom.xml
tomcat/taglibs/standard/trunk/compat/pom.xml
tomc
Author: jboynes
Date: Fri Aug 2 19:09:22 2013
New Revision: 1509819
URL: http://svn.apache.org/r1509819
Log:
[maven-release-plugin] copy for tag taglibs-standard-1.2.0-RC1
Added:
tomcat/taglibs/standard/tags/taglibs-standard-1.2.0-RC1/
- copied from r1509818, tomcat/taglibs/standard/t
Author: jboynes
Date: Fri Aug 2 19:09:23 2013
New Revision: 1509820
URL: http://svn.apache.org/r1509820
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
tomcat/taglibs/standard/trunk/build-tools/pom.xml
tomcat/taglibs/standard/trunk/compat/pom.xml
tomcat/t
The Buildbot has detected a new failure on builder tomcat-6-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-6-trunk/builds/559
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
A proposed release candidate Apache Taglibs 1.2.0-RC1 is now available for
voting.
This is release candidate for an implementation of JSTL 1.2 and can be obtained
from the staging repo at:
https://repository.apache.org/content/repositories/orgapachetomcat-053/
The source distribution can be o
Author: markt
Date: Fri Aug 2 20:05:43 2013
New Revision: 1509839
URL: http://svn.apache.org/r1509839
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55345
Handle ServletContext.getRealPath("") in the same way for tc8 as for earlier
versions.
Modified:
tomcat/trunk/java/org/apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=55345
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Version|trunk
Author: markt
Date: Fri Aug 2 20:28:12 2013
New Revision: 1509847
URL: http://svn.apache.org/r1509847
Log:
Use the same Map implementation for user properties to prevent implementation
conflicts
Modified:
tomcat/trunk/java/javax/websocket/DefaultClientEndpointConfig.java
tomcat/trunk/ja
On 02/08/2013 18:10, Martin Grigorov wrote:
> I cannot login to Bugzilla with my account ...
>
> The problem is:
> this.userProperties.putAll(endpointConfig.getUserProperties());
>
> a HashMap is copied into ConcurrentHashMap and null values cause the
> problem.
Thanks for the analysis. This has
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4781
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: rjung
Date: Fri Aug 2 21:22:23 2013
New Revision: 1509866
URL: http://svn.apache.org/r1509866
Log:
Fix javadoc.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java
Modified: tomcat/trunk/
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4783
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
25 matches
Mail list logo