The Apache Tomcat team announces the immediate availability of Apache
Tomcat Native 1.1.27 stable.
Please refer to the change log for the list of changes:
http://tomcat.apache.org/native-doc/miscellaneous/changelog.html
Downloads:
http://tomcat.apache.org/download-native.cgi
Thank you,
--
The A
https://issues.apache.org/bugzilla/show_bug.cgi?id=54555
--- Comment #3 from Mohsen Vakilian ---
(In reply to comment #1)
> This looks very much like a copy and paste of some output from a code
> analysis tool without any validation applied to the results.
>
This is indeed based on the findings
https://issues.apache.org/bugzilla/show_bug.cgi?id=54555
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=54555
--- Comment #1 from Mark Thomas ---
This looks very much like a copy and paste of some output from a code analysis
tool without any validation applied to the results.
Given when the executor is set and when the acceptor thread starts there
Author: kkolinko
Date: Tue Feb 12 23:59:57 2013
New Revision: 1445432
URL: http://svn.apache.org/r1445432
Log:
Copy the image from docs to xdocs directory.
Added:
tomcat/site/trunk/xdocs/images/far-icon.png
- copied unchanged from r1445431,
tomcat/site/trunk/docs/images/far-icon.png
https://issues.apache.org/bugzilla/show_bug.cgi?id=54555
Mohsen Vakilian changed:
What|Removed |Added
CC||reprogram...@gmail.com
--
You a
https://issues.apache.org/bugzilla/show_bug.cgi?id=54555
Bug ID: 54555
Summary: Protect possible concurrent accesses to field
"org.apache.tomcat.util.net.AbstractEndpoint.executor"
Product: Tomcat 8
Version: trunk
Hardware:
The proposed Apache Tomcat 7.0.37 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-227/
The svn tag is:
http://svn.apache.org/r
Author: markt
Date: Tue Feb 12 21:07:22 2013
New Revision: 1445363
URL: http://svn.apache.org/r1445363
Log:
Prep for next release
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
Modified: tomcat/tc7.0.x/trunk/build.properties.
Author: markt
Date: Tue Feb 12 21:06:14 2013
New Revision: 1445362
URL: http://svn.apache.org/r1445362
Log:
Tag 7.0.37
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_37/ (props changed)
- copied from r1445360, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_37/build.properti
https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
--- Comment #10 from Michael Osipov <1983-01...@gmx.net> ---
Please port such an improvement back to Tomcat 6.
--
You are receiving this mail because:
You are the assignee for the bug.
-
-Original Message-
From: Williams, Nick [mailto:nicholas.willi...@ul.com]
Sent: Tuesday, February 12, 2013 12:54 PM
To: Tomcat Developers List
Subject: RE: When to notify of changed session IDs?
>>An alternative idea would be to checkout another copy of svn, pointed at the
>>version where
Author: markt
Date: Tue Feb 12 20:25:04 2013
New Revision: 1445339
URL: http://svn.apache.org/r1445339
Log:
Increase time allowed for test in an effort to reduce false test failures.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestA
Author: markt
Date: Tue Feb 12 20:24:31 2013
New Revision: 1445337
URL: http://svn.apache.org/r1445337
Log:
Increase time allowed for test in an effort to reduce false test failures.
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
Modified: tomcat/trunk/test/or
Will happen just as soon as I have run the unit tests on the current
7.0.x/trunk
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Feb 12 20:08:43 2013
New Revision: 1445329
URL: http://svn.apache.org/r1445329
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
If a custom error status is used and a message is provided, display that
message via the default error page.
Modified:
tomc
Author: markt
Date: Tue Feb 12 20:06:11 2013
New Revision: 1445328
URL: http://svn.apache.org/r1445328
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
If a custom error status is used and a message is provided, display that
message via the default error page.
Modified:
tomc
https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #8 from Mark Thomas
Hi Konstantin,
On 12.02.2013 19:21, Konstantin Kolinko wrote:
> 2013/2/12 :
>> @Override
>> public void contextInitialized(ServletContextEvent sce) {
>> +super.contextInitialized(sce);
>
> Shoudn't the other two listeners changed by this commit call
> super.context
On 12/02/2013 19:27, Michael-O wrote:
> Hi dev,
>
> by Konstantin's request I am asking the devs to consider synchronizing
> Tomcat 6 conf/web.xml mime mappings with Tomcat 7.
>
> In my opinion it would be very benificial for the entire user base when
> both mime mappings sections would be in syn
Author: rjung
Date: Tue Feb 12 19:31:22 2013
New Revision: 1445323
URL: http://svn.apache.org/r1445323
Log:
Call super() for consistency even if it is not
strictly necessary.
Currently the call is idempotent.
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.ja
Hi dev,
by Konstantin's request I am asking the devs to consider synchronizing
Tomcat 6 conf/web.xml mime mappings with Tomcat 7.
In my opinion it would be very benificial for the entire user base when
both mime mappings sections would be in sync inspite the growth in size.
I recently had the
-Original Message-
From: Greg Turnquist [mailto:greg.l.turnqu...@gmail.com]
Sent: Tuesday, February 12, 2013 8:14 AM
To: Tomcat Developers List
Subject: Re: When to notify of changed session IDs?
>An alternative idea would be to checkout another copy of svn, pointed at the
>version where
2013/2/12 :
> Author: rjung
> Date: Tue Feb 12 16:13:40 2013
> New Revision: 1445231
>
> URL: http://svn.apache.org/r1445231
> Log:
> Stop ServerContainerImpl in contextDestroyed
> by basing the test listeners on WsListener.
>
> ServerContainerImpl.stop() is protected so not
> directly accessable.
Author: rjung
Date: Tue Feb 12 17:09:02 2013
New Revision: 1445268
URL: http://svn.apache.org/r1445268
Log:
Fix validation
- two unused imports due to recent code change
- trailing whitespace in one docs page
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.jav
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Nick Williams changed:
What|Removed |Added
Attachment #29941|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Nick Williams changed:
What|Removed |Added
Attachment #29943|Revised diff with extra |Revised diff with extra
des
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #10 from Nick Williams ---
Created attachment 29943
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29943&action=edit
Revised diff with extra whitespace removed
I hadn't noticed notifySessionListenersOnReplication. I
https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
--- Comment #7 from Yannis Thanasoulas ---
Status code 408 - Request Timeout, as it is described in RFC 2616 occurs when
"The client did not produce a request within the time that the server was
prepared to wait. The client MAY repeat the
Author: rjung
Date: Tue Feb 12 16:24:46 2013
New Revision: 1445237
URL: http://svn.apache.org/r1445237
Log:
Simplify.
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java
tomcat/trunk
Author: rjung
Date: Tue Feb 12 16:13:40 2013
New Revision: 1445231
URL: http://svn.apache.org/r1445231
Log:
Stop ServerContainerImpl in contextDestroyed
by basing the test listeners on WsListener.
ServerContainerImpl.stop() is protected so not
directly accessable.
stop() needs to be called in or
Author: markt
Date: Tue Feb 12 15:48:38 2013
New Revision: 1445214
URL: http://svn.apache.org/r1445214
Log:
Update to Commons Daemon 1.0.13
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Author: markt
Date: Tue Feb 12 15:47:11 2013
New Revision: 1445212
URL: http://svn.apache.org/r1445212
Log:
Update to Commons Daemon 1.0.13
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.pr
Author: markt
Date: Tue Feb 12 15:45:58 2013
New Revision: 1445210
URL: http://svn.apache.org/r1445210
Log:
Update tc-native to 1.1.27
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/Apr
Author: markt
Date: Tue Feb 12 15:43:59 2013
New Revision: 1445208
URL: http://svn.apache.org/r1445208
Log:
Update to APR/native 1.1.27 and make it the recommended minimum
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
Author: rjung
Date: Tue Feb 12 15:38:14 2013
New Revision: 1445200
URL: http://svn.apache.org/r1445200
Log:
Base the examples WsConfigListener on the generic
WsListener so it calls general startup and shutdown
code. Otherwise e.g. the websocket timeout thread
is not getting stopped.
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #9 from Mark Thomas ---
Overall the patch looks pretty good.
One minor nit is the white space issues already mentioned.
The one area where I think some changes are required is listener notification
for clusters. If you look at
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #8 from Rainer Jung ---
Trailing whitespace example:
+++ C:/Tomcat-Build/Source/java/javax/servlet/http/HttpServletRequest.java
(working copy)
@@ -381,6 +381,15 @@
* @see #getSession(boolean)
*/
public Htt
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #7 from Nick Williams ---
Yes. I am using Ant 1.8.4.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #6 from Konstantin Kolinko ---
Are you using Apache Ant 1.8.x? (1.8.4 recommended)
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54499
Bug 54499 depends on bug 54239, which changed state.
Bug 54239 Summary: Extensible EL Interpreter
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
What|Removed |Added
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Feb 12 14:54:52 2013
New Revision: 1445192
URL: http://svn.apache.org/r1445192
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
Enable applications to use a custom EL interpreter.
Based on a patch by Sheldon Shao.
Added:
tomcat/tc7.0.x/trunk/java/org/a
Author: markt
Date: Tue Feb 12 14:50:39 2013
New Revision: 1445190
URL: http://svn.apache.org/r1445190
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
Enable applications to use a custom EL interpreter.
Based on a patch by Sheldon Shao.
Added:
tomcat/trunk/java/org/apache/ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Nick Williams changed:
What|Removed |Added
Attachment #29940|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #4 from Nick Williams ---
I added execute.validate=true to the build.properties file, and it downloaded
validate and then validated. However, the build succeeded and I see nothing
about any violations reported. The "validate:" s
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Rainer Jung changed:
What|Removed |Added
Summary|New Code: Completed Servlet |Completed Servlet 3.1 spec
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
--- Comment #3 from Rainer Jung ---
The patch doesn't compile. At least
javax.servlet.http.HttpSessionIdListener
is missing.
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Rainer Jung changed:
What|Removed |Added
OS||All
--- Comment #2 from Rainer Jung
An alternative idea would be to checkout another copy of svn, pointed at
the version where you started. I do this all the time when I don't want to
backtrack in my current working set.
I'm not sure what could be more productive than running the test suite
against a stable baseline. Kick if off and
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/3908
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, February 12, 2013 4:32 AM
To: dev@tomcat.apache.org
Subject: Re: When to notify of changed session IDs?
>>On 12.02.2013 06:03, Williams, Nick wrote:
>>I tried to run all of the Junit tests locally, but whe
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Mark Thomas changed:
What|Removed |Added
Attachment #29940|0 |1
is patch|
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, February 12, 2013 3:07 AM
To: dev@tomcat.apache.org
Subject: Re: When to notify of changed session IDs?
>On 12.02.2013 06:03, Williams, Nick wrote:
>> I have attached a diff file for my changes, which I'm
https://issues.apache.org/bugzilla/show_bug.cgi?id=54552
Bug ID: 54552
Summary: New Code: Completed Servlet 3.1 spec for
changeSessionId, HttpSessionIdListener
Product: Tomcat 8
Version: trunk
Hardware: PC
Statu
Author: markt
Date: Tue Feb 12 13:53:32 2013
New Revision: 1445170
URL: http://svn.apache.org/r1445170
Log:
Add a reasonable error margin to the test.
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java
Modified:
tomcat/trunk/test/org/apache/tomcat/websocke
2013/2/12 :
> 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/3907
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Rea
https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
--- Comment #6 from Konstantin Kolinko ---
(In reply to comment #0)
>
> The correct revision is r1362000
>
> The change of the
>report = sm.getString("http." + statusCode, message);
> to
>report = sm.getString("http." +
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/3907
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: kkolinko
Date: Tue Feb 12 13:13:47 2013
New Revision: 1445159
URL: http://svn.apache.org/r1445159
Log:
Update native docs with r1445154
Correct instructions order in README.txt
Modified:
tomcat/site/trunk/README.txt
tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
On 12/02/2013 13:01, Mladen Turk wrote:
> On 02/12/2013 01:50 PM, Mark Thomas wrote:
>>
>> Because we use svnpubsub, changes you make to generated docs go live
>> within seconds. Since the 1.1.27 release hasn't been added to the dist
>> repo yet, you just broke all the download links for the native
Author: kkolinko
Date: Tue Feb 12 13:05:04 2013
New Revision: 1445154
URL: http://svn.apache.org/r1445154
Log:
1.1.25 has not been released. Wrap long lines.
Modified:
tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/ch
On 02/12/2013 01:50 PM, Mark Thomas wrote:
Because we use svnpubsub, changes you make to generated docs go live
within seconds. Since the 1.1.27 release hasn't been added to the dist
repo yet, you just broke all the download links for the native connector.
Huh, wasn't aware that it goes live
Author: mturk
Date: Tue Feb 12 12:57:12 2013
New Revision: 1387
Log:
Upload 1.1.27 release (and my new signing key)
Added:
release/tomcat/tomcat-connectors/native/1.1.27/
release/tomcat/tomcat-connectors/native/1.1.27/binaries/
release/tomcat/tomcat-connectors/native/1.1.27/binaries/
Author: mturk
Date: Tue Feb 12 12:57:12 2013
New Revision: 1387
Log:
Upload 1.1.27 release (and my new signing key)
Added:
release/tomcat/tomcat-connectors/native/1.1.27/
release/tomcat/tomcat-connectors/native/1.1.27/binaries/
release/tomcat/tomcat-connectors/native/1.1.27/binaries/
Author: kkolinko
Date: Tue Feb 12 12:52:56 2013
New Revision: 1445147
URL: http://svn.apache.org/r1445147
Log:
Add Native 1.1.24 announcement to the "old news" file.
Modified:
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/xdocs/oldnews.xml
Modified: tomcat/site/trunk/docs/oldnews
Author: markt
Date: Tue Feb 12 12:52:24 2013
New Revision: 1445146
URL: http://svn.apache.org/r1445146
Log:
UCDetector: Reduce visibility
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/Collector.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/Collector.java
URL:
http://s
On 12/02/2013 12:43, mt...@apache.org wrote:
> Author: mturk
> Date: Tue Feb 12 12:43:19 2013
> New Revision: 1445141
>
> URL: http://svn.apache.org/r1445141
> Log:
> Update generated docs
Because we use svnpubsub, changes you make to generated docs go live
within seconds. Since the 1.1.27 releas
Author: markt
Date: Tue Feb 12 12:46:08 2013
New Revision: 1445143
URL: http://svn.apache.org/r1445143
Log:
Make fields private
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/BeanRepository.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/BeanRepository.java
URL:
http://s
Author: mturk
Date: Tue Feb 12 12:43:19 2013
New Revision: 1445141
URL: http://svn.apache.org/r1445141
Log:
Update generated docs
Modified:
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/index.html
Modified: tomcat/site/trunk/docs/download-native.html
URL:
http://svn
Author: mturk
Date: Tue Feb 12 12:42:27 2013
New Revision: 1445140
URL: http://svn.apache.org/r1445140
Log:
Update new native release urls
Modified:
tomcat/site/trunk/xdocs/download-native.xml
Modified: tomcat/site/trunk/xdocs/download-native.xml
URL:
http://svn.apache.org/viewvc/tomcat/sit
Author: mturk
Date: Tue Feb 12 12:31:35 2013
New Revision: 1445137
URL: http://svn.apache.org/r1445137
Log:
Update 1.1.27 release notes
Modified:
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml
Author: mturk
Date: Tue Feb 12 12:29:45 2013
New Revision: 1445136
URL: http://svn.apache.org/r1445136
Log:
Update native docs with latest release
Added:
tomcat/site/trunk/docs/native-doc/news/2013.html (with props)
tomcat/site/trunk/docs/native-doc/news/printer/2013.html (with props)
Author: mturk
Date: Tue Feb 12 12:22:29 2013
New Revision: 1445131
URL: http://svn.apache.org/r1445131
Log:
inc version numbers and add release support files
Added:
tomcat/native/branches/1.1.x/xdocs/news/2013.xml (with props)
Modified:
tomcat/native/branches/1.1.x/build.properties.defa
Author: kkolinko
Date: Tue Feb 12 12:18:20 2013
New Revision: 1445129
URL: http://svn.apache.org/r1445129
Log:
Merged revision 1445125 from tomcat/trunk:
Document possible value for closeMethod attribute
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/c
Author: kkolinko
Date: Tue Feb 12 12:15:50 2013
New Revision: 1445125
URL: http://svn.apache.org/r1445125
Log:
Document possible value for closeMethod attribute
Modified:
tomcat/trunk/webapps/docs/config/context.xml
tomcat/trunk/webapps/docs/config/globalresources.xml
Modified: tomcat/tr
With 3 binding votes (Mark, Rainer, Mladen) this vote has passed!
I'll copy the artefacts and create ANN messages once when mirrors pick up.
On 02/08/2013 02:43 PM, Mladen Turk wrote:
Version 1.1.27 is bug fixing release.
The proposed release artefacts can be found at [1],
and the build was don
https://issues.apache.org/bugzilla/show_bug.cgi?id=54505
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Feb 12 11:53:03 2013
New Revision: 1445114
URL: http://svn.apache.org/r1445114
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54505
Clearer links to Tomcat specific options for JNDI resources
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7
Author: markt
Date: Tue Feb 12 11:50:14 2013
New Revision: 1445111
URL: http://svn.apache.org/r1445111
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54505
Clearer links to Tomcat specific options for JNDI resources
Modified:
tomcat/trunk/webapps/docs/jndi-resources-howto.xml
Mo
https://issues.apache.org/bugzilla/show_bug.cgi?id=54536
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #5 from Mark Th
2013/2/11 :
> Author: jfclere
> Date: Mon Feb 11 11:03:50 2013
> New Revision: 1444737
>
> URL: http://svn.apache.org/r1444737
> Log:
> Make the requestURI string is also reset.
>
> Modified:
> tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java
>
> Modified:
> tomcat/trunk
Author: markt
Date: Tue Feb 12 10:44:15 2013
New Revision: 1445095
URL: http://svn.apache.org/r1445095
Log:
ServiceLoader implementation
Added:
tomcat/trunk/java/org/apache/tomcat/websocket/WsContainerProvider.java
(with props)
tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/j
On 12.02.2013 06:03, Williams, Nick wrote:
> I tried to run all of the Junit tests locally, but when it completed 30
> minutes later I had dozens of failures and dozens of errors. After reviewing
> the messages carefully, I am 99.9% sure that none of these are due to changes
> I made. I don't th
Author: kfujino
Date: Tue Feb 12 09:18:37 2013
New Revision: 1445072
URL: http://svn.apache.org/r1445072
Log:
Improve support for metadata-complete.
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/ser
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Aleksander changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
On 12.02.2013 06:03, Williams, Nick wrote:
> I have attached a diff file for my changes, which I'm not sure will get
> through because I don't know whether the developer's list allows attachments.
> I know the user's list doesn't. But seeing as how this is new development
> (Servlet 3.1) and not
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871
Aleksander changed:
What|Removed |Added
Version|7.0.30 |7.0.35
Resolution|FIXED
Author: kfujino
Date: Tue Feb 12 08:53:40 2013
New Revision: 1445062
URL: http://svn.apache.org/r1445062
Log:
Improve support for Parallel deployment.
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/StoreContextAppender.java
tomcat/trunk/java/org/apache/catalina/storeconfig/se
90 matches
Mail list logo