Author: remm
Date: Wed Jun 12 08:06:20 2013
New Revision: 1492105
URL: http://svn.apache.org/r1492105
Log:
Fix type
Modified:
tomcat/sandbox/storeconfig6/trunk/src/main/resources/org/apache/catalina/storeconfig/mbeans-descriptors.xml
(props changed)
tomcat/sandbox/storeconfig6/trunk/
Author: markt
Date: Wed Jun 12 10:07:18 2013
New Revision: 1492130
URL: http://svn.apache.org/r1492130
Log:
Re-write client to provide greater insight into why an invalid chunk is
invalid. This helped track down the non-blocking write issues with the
APR/native connector.
Modified:
tomcat/t
On 11/06/2013 23:49, Konstantin Kolinko wrote:
> This was for setAttribute(), removeAttribute().
>
> 1. There is also documentation for getAttribute().
I'll fix that shortly.
> 2. There is also documentation for similar methods in ServletContext.
I'm working my way through the Servlet 3.1 spec
Author: markt
Date: Wed Jun 12 10:15:49 2013
New Revision: 1492133
URL: http://svn.apache.org/r1492133
Log:
Fix javadoc.
- spec reserves java.* and java.*
- needed to update getAttribute() too
- add missing '>'
Modified:
tomcat/trunk/java/javax/servlet/ServletRequest.java
Modified: tomcat/tr
Author: markt
Date: Wed Jun 12 10:31:29 2013
New Revision: 1492136
URL: http://svn.apache.org/r1492136
Log:
Add some Javadoc for non-blocking IO on the request.
Modified:
tomcat/trunk/java/javax/servlet/ReadListener.java
tomcat/trunk/java/javax/servlet/ServletInputStream.java
Modified: t
Author: markt
Date: Wed Jun 12 12:05:05 2013
New Revision: 1492167
URL: http://svn.apache.org/r1492167
Log:
Fix autoboxing warning
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/
https://issues.apache.org/bugzilla/show_bug.cgi?id=55094
Bug ID: 55094
Summary: the source tar file contains an old version of the
docs.
Product: Tomcat Connectors
Version: unspecified
Hardware: PC
OS: Linux
Tony Chemit created MTOMCAT-227:
---
Summary: Can't use slf4j-jcl with tomcat7:run
Key: MTOMCAT-227
URL: https://issues.apache.org/jira/browse/MTOMCAT-227
Project: Apache Tomcat Maven Plugin
Issue
[
https://issues.apache.org/jira/browse/MTOMCAT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tony Chemit updated MTOMCAT-227:
Attachment: MTOMCAT-227.tgz
To see the problem just do a
mvn package
> Can't use
Niki,
Perhaps you should put some of this discussion into the Bugzilla issue
so it can be tracked more easily by anyone interested in the progress.
-chris
On 6/4/13 1:55 AM, Niki Dokovski wrote:
> On Tue, Jun 4, 2013 at 12:01 AM, Rossen Stoyanchev <
> rstoyanc...@gopivotal.com> wrote:
>
>> On M
https://issues.apache.org/bugzilla/show_bug.cgi?id=55095
Bug ID: 55095
Summary: isV0Separator method fail on production environment -
IllegalArgumentException : Control character in cookie
value or attribute.
Product: Tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55095
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jun 12 18:31:30 2013
New Revision: 1492331
URL: http://svn.apache.org/r1492331
Log:
With clarification from the EG for Servlet 3.1 section 4.4 finally makes sense.
Implement the necessary restriction and add a test case.
Added:
tomcat/tc7.0.x/trunk/java/org/apache/ca
Author: markt
Date: Wed Jun 12 18:34:53 2013
New Revision: 1492336
URL: http://svn.apache.org/r1492336
Log:
Better name
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/java/org/apache/catalina/deploy/ApplicationListener.java
Modified: tomcat/trunk/j
Author: markt
Date: Wed Jun 12 18:38:51 2013
New Revision: 1492343
URL: http://svn.apache.org/r1492343
Log:
Implemented
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
URL:
http://svn.a
Author: markt
Date: Wed Jun 12 18:40:34 2013
New Revision: 1492346
URL: http://svn.apache.org/r1492346
Log:
Better name
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/tc7.0.x/trunk/java/org/apache/catal
Author: markt
Date: Wed Jun 12 18:42:03 2013
New Revision: 1492348
URL: http://svn.apache.org/r1492348
Log:
Implemented
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
U
Author: markt
Date: Wed Jun 12 18:42:31 2013
New Revision: 1492350
URL: http://svn.apache.org/r1492350
Log:
Remove unnecessary warnings
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/Applicati
Author: markt
Date: Wed Jun 12 18:44:57 2013
New Revision: 1492358
URL: http://svn.apache.org/r1492358
Log:
Align name with logic
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/java/org/apache/catalina/deploy/ApplicationListener.java
Modified: tomc
Author: markt
Date: Wed Jun 12 18:45:29 2013
New Revision: 1492359
URL: http://svn.apache.org/r1492359
Log:
Align name with logic
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/tc7.0.x/trunk/java/org/ap
Author: markt
Date: Wed Jun 12 19:18:05 2013
New Revision: 1492382
URL: http://svn.apache.org/r1492382
Log:
Add additional listener type for 3.1
Modified:
tomcat/trunk/java/javax/servlet/annotation/WebListener.java
Modified: tomcat/trunk/java/javax/servlet/annotation/WebListener.java
URL:
h
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/1236
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
2013/6/12 :
> Author: markt
> Date: Wed Jun 12 18:31:30 2013
> New Revision: 1492331
>
> URL: http://svn.apache.org/r1492331
> Log:
> With clarification from the EG for Servlet 3.1 section 4.4 finally makes
> sense. Implement the necessary restriction and add a test case.
>
> Added:
>
> tomc
Author: markt
Date: Wed Jun 12 19:49:56 2013
New Revision: 1492397
URL: http://svn.apache.org/r1492397
Log:
Various version updates:
Servlet 3.0 -> 3.1
JSP 2.2 -> 2.3
EL 2.2 -> 3.0
Modified:
tomcat/trunk/BUILDING.txt
tomcat/trunk/RELEASE-NOTES
tomcat/trunk/build.xml
tomcat/trunk/j
Author: markt
Date: Wed Jun 12 19:54:44 2013
New Revision: 1492401
URL: http://svn.apache.org/r1492401
Log:
Javadoc SE and EE version updates
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1492401&r1=1492400&r2=
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/1237
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
Author: markt
Date: Wed Jun 12 20:01:16 2013
New Revision: 1492403
URL: http://svn.apache.org/r1492403
Log:
Add stub for WebSocket Javadoc (it is already in the full Javadoc build)
Added:
tomcat/trunk/webapps/docs/websocketapi/ (with props)
tomcat/trunk/webapps/docs/websocketapi/index.h
On 12/06/2013 20:43, Konstantin Kolinko wrote:
2013/6/12 :
Author: markt
Date: Wed Jun 12 18:31:30 2013
New Revision: 1492331
URL: http://svn.apache.org/r1492331
Log:
With clarification from the EG for Servlet 3.1 section 4.4 finally makes sense.
Implement the necessary restriction and add a
Author: markt
Date: Wed Jun 12 20:41:33 2013
New Revision: 1492415
URL: http://svn.apache.org/r1492415
Log:
Fix API compatibility issues with r1492331
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.ja
Author: markt
Date: Wed Jun 12 21:36:15 2013
New Revision: 1492435
URL: http://svn.apache.org/r1492435
Log:
Speed up failure. 300s was for debugging.
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/Tes
Author: markt
Date: Wed Jun 12 22:12:51 2013
New Revision: 1492451
URL: http://svn.apache.org/r1492451
Log:
r1491962 broke HTTP upgrade on some platforms (including the CI). Ensure that
HTTP upgrade responses are flushed as the normal code path for this is bypassed
when using HTTP upgrade.
Modi
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Specifications" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=29&rev2=30
Comment:
Update links to Servlet 3.1 specifica
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Specifications" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=30&rev2=31
Comment:
Update links to JSP 2.3 and EL 3.0 sp
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Specifications" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=31&rev2=32
Comment:
Update links to WebSocket 1.0 specifi
34 matches
Mail list logo