Author: markt
Date: Wed Dec 4 10:50:59 2013
New Revision: 1547760
URL: http://svn.apache.org/r1547760
Log:
Merge changes from bcel r1521061-1547757
Modified:
tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed)
tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java
Author: markt
Date: Wed Dec 4 11:01:46 2013
New Revision: 1547762
URL: http://svn.apache.org/r1547762
Log:
Merge changes from bcel r1521061-1547757
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/ (props changed)
tomcat/tc7.0.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837
--- Comment #3 from Mark Thomas ---
The short version is that this should return a file (that doesn't exist) in
this case.
The long version is that this is just about defined in the Servlet
specification but only tenuously.
The use of vir
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/5299
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801
--- Comment #9 from Marek Jagielski ---
Hi,
Can you give any feedback on this issue? I need to take a decision to move my
project forward. I want to know if I will stay with tomcat implementation of
websocket client or look for something el
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842
Bug ID: 55842
Summary: response.setBufferSize() does not seem to work
properly
Product: Tomcat 7
Version: 7.0.47
Hardware: PC
Status: NEW
Severi
Author: markt
Date: Wed Dec 4 17:16:46 2013
New Revision: 1547846
URL: http://svn.apache.org/r1547846
Log:
Fix unboxing warning
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractRepl
https://issues.apache.org/bugzilla/show_bug.cgi?id=55837
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Wed Dec 4 17:18:57 2013
New Revision: 1547848
URL: http://svn.apache.org/r1547848
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55837
getRealPath() should return a result for resources that don't exist where
possible
Add some unit tests to check this.
Modified:
Author: markt
Date: Wed Dec 4 20:46:59 2013
New Revision: 1547905
URL: http://svn.apache.org/r1547905
Log:
Backport the new descriptor package (but not the parsers) to support some
refactoring to use the new LocalResolver.
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/
Author: markt
Date: Wed Dec 4 20:50:22 2013
New Revision: 1547906
URL: http://svn.apache.org/r1547906
Log:
Add the new descriptor package to the tomcat-util.jar
Modified:
tomcat/tc7.0.x/trunk/build.xml
Modified: tomcat/tc7.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.
Author: markt
Date: Wed Dec 4 20:57:00 2013
New Revision: 1547909
URL: http://svn.apache.org/r1547909
Log:
Add the unit test for the LocalResolver
Added:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/ (with props)
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descript
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
Author: markt
Date: Wed Dec 4 21:04:41 2013
New Revision: 1547912
URL: http://svn.apache.org/r1547912
Log:
Drop the references to the Java EE 7 resources
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/DigesterFactory.java
tomcat/tc7.0.x/trunk/java/org/apache/tomc
Author: markt
Date: Wed Dec 4 21:05:39 2013
New Revision: 1547913
URL: http://svn.apache.org/r1547913
Log:
Missed a Servlet 3.1 to 3.0 change
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/
Author: markt
Date: Wed Dec 4 21:21:28 2013
New Revision: 1547919
URL: http://svn.apache.org/r1547919
Log:
Switch o.a.catalina classes to use the new DigesterFactory and LocalResolver
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ant/ValidatorTask.java
tomcat/tc7.0.x/trunk/java
Author: markt
Date: Wed Dec 4 21:30:49 2013
New Revision: 1547923
URL: http://svn.apache.org/r1547923
Log:
Back-port the schema validation test case
Added:
tomcat/tc7.0.x/trunk/test/javax/servlet/resources/ (with props)
tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValida
Author: markt
Date: Wed Dec 4 21:33:55 2013
New Revision: 1547924
URL: http://svn.apache.org/r1547924
Log:
Back-port the Servlet 2.2 test web app
Added:
tomcat/tc7.0.x/trunk/test/webapp-2.2/
- copied from r1547897, tomcat/trunk/test/webapp-2.2/
---
Author: markt
Date: Wed Dec 4 21:42:21 2013
New Revision: 1547926
URL: http://svn.apache.org/r1547926
Log:
In Tomcat 7.0.x, resources are still split between servlet and jsp.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/DigesterFactory.java
Modified:
tomcat/tc7.0.
Author: markt
Date: Wed Dec 4 21:43:30 2013
New Revision: 1547927
URL: http://svn.apache.org/r1547927
Log:
Remove tests for test web applications that don't exist in Tomcat 7.
Modified:
tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java
Modified:
tomcat/tc7.0.x/tru
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/1609
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: markt
Date: Wed Dec 4 22:17:03 2013
New Revision: 1547931
URL: http://svn.apache.org/r1547931
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55218 and
https://issues.apache.org/bugzilla/show_bug.cgi?id=55219
Upgrade digester to use DefaultHandler2 and use LexicalHandler to d
Author: markt
Date: Wed Dec 4 22:32:15 2013
New Revision: 1547937
URL: http://svn.apache.org/r1547937
Log:
Switch o.a.catalina classes to use the new ErrorHandler
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java
tomcat/tc7.0.x/trunk/java/org/apache/catal
Author: markt
Date: Wed Dec 4 22:48:52 2013
New Revision: 1547947
URL: http://svn.apache.org/r1547947
Log:
Convert ParserUtils to use the new ErrorHandler and EntityResolver
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java
tomcat/tc7.0.x/trunk/res/checksty
Author: markt
Date: Wed Dec 4 22:52:32 2013
New Revision: 1547948
URL: http://svn.apache.org/r1547948
Log:
Convert JspDocumentParser to an DefaultHandler2
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/JspDocumentParser.java
Propch
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1611
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846
Bug ID: 55846
Summary: Static resources Greater than 48k can not be accessed
when I Config the Connector with Http11NioProtocol
Product: Tomcat 7
Version: 7.0.30
Hard
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846
conquer0715 changed:
What|Removed |Added
Severity|normal |major
--- Comment #1 from conquer071
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846
--- Comment #2 from conquer0715 ---
(In reply to conquer0715 from comment #0)
> My Hardware:
> IP:168.1.100.113
> OS:AIX
>
> My Configuration:
> connectionTimeout="2"
>redirectPort="8443" />
> My
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
31 matches
Mail list logo