Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "jeremiahlevinson" page has been changed by jeremiahlevinson:
http://wiki.apache.org/tomcat/jeremiahlevinson
New page:
'''Cheltenham Festival Tips'''
You don’t get many odds-on fa
On Tue, Feb 7, 2012 at 03:47, Mark Thomas wrote:
> On 07/02/2012 02:23, Jonathan Drake wrote:
> > I'm one the three CS grad students working on WebSocket (along with Petr
> > Praus).
> >
> > Just wanted to give an update on our progress, to let you know what we're
> > working on:
> >
> > Adding s
reply to this mail
-邮件原件-
发件人: Apache Wiki [mailto:wikidi...@apache.org]
发送时间: 2012年2月9日 2:21
收件人: Apache Wiki
主题: [Tomcat Wiki] Update of "Logging_Tutorial" by ole
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Loggin
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627
--- Comment #3 from Ilya Maykov 2012-02-08 22:46:04 UTC ---
Created attachment 28292
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28292
Proposed patch
Here is my proposed bugfix, which uses memset() to zero-out the stack-allo
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627
--- Comment #2 from Ilya Maykov 2012-02-08 22:36:42 UTC ---
Right. But the tomcat-native library is open-source so it's possible to use it
in any Java (Scala, Clojure, Groovy, ...) project that's license-compatible
with the Apache license,
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627
--- Comment #1 from Mark Thomas 2012-02-08 22:28:22 UTC ---
For the record, Tomcat doesn't use that method.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627
Ilya Maykov changed:
What|Removed |Added
Summary|Segmentation in |Segmentation fault in
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627
Ilya Maykov changed:
What|Removed |Added
OS/Version||All
Severity|normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627
Bug #: 52627
Summary: Segmentation in org.apache.tomcat.jni.File.infoGet()
native method
Product: Tomcat Native
Version: 1.1.22
Platform: Macintosh
Statu
Author: markt
Date: Wed Feb 8 22:19:03 2012
New Revision: 1242142
URL: http://svn.apache.org/viewvc?rev=1242142&view=rev
Log:
Use interface rather than standard implementation
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java
Modified: tomcat/trunk/java/org/apac
Author: markt
Date: Wed Feb 8 21:54:46 2012
New Revision: 1242126
URL: http://svn.apache.org/viewvc?rev=1242126&view=rev
Log:
Remove another ValveBase reference
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardPipeline.java
Modified: tomcat/trunk/java/org/apache/catalina/core/St
Author: markt
Date: Wed Feb 8 21:54:07 2012
New Revision: 1242125
URL: http://svn.apache.org/viewvc?rev=1242125&view=rev
Log:
Remove dependency on ValveBase
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardHost.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHo
Author: markt
Date: Wed Feb 8 21:37:36 2012
New Revision: 1242113
URL: http://svn.apache.org/viewvc?rev=1242113&view=rev
Log:
Deprecate code that will be removed in 8.0.x
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/StandardClass
Author: markt
Date: Wed Feb 8 21:36:36 2012
New Revision: 1242112
URL: http://svn.apache.org/viewvc?rev=1242112&view=rev
Log:
Remove patterns that match files that no longer exist
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tru
Author: markt
Date: Wed Feb 8 21:36:12 2012
New Revision: 1242111
URL: http://svn.apache.org/viewvc?rev=1242111&view=rev
Log:
Remove StandardClassLoader
Removed:
tomcat/trunk/java/org/apache/catalina/loader/StandardClassLoader.java
tomcat/trunk/java/org/apache/catalina/loader/StandardCla
Author: markt
Date: Wed Feb 8 21:35:28 2012
New Revision: 1242110
URL: http://svn.apache.org/viewvc?rev=1242110&view=rev
Log:
Deprecated the StandardClassLoader since it is just a normal
URLClassLoader
Modified:
tomcat/trunk/java/org/apache/catalina/loader/StandardClassLoader.java
tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Feb 8 21:19:36 2012
New Revision: 1242101
URL: http://svn.apache.org/viewvc?rev=1242101&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52607
The ExtensionValidator needs to be aware of the classes in the shared
and common loaders.
Modified:
tomca
Author: markt
Date: Wed Feb 8 21:15:07 2012
New Revision: 1242099
URL: http://svn.apache.org/viewvc?rev=1242099&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52607
The ExtensionValidator needs to be aware of the classes in the shared
and common loaders.
Modified:
tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607
--- Comment #2 from Mark Thomas 2012-02-08 20:14:22 UTC ---
I've done some svn archaeology and r302820 is most enlightening.
Originally, only java.ext.dirs was supported. r302820 was the start of exposing
the common and shared class loader
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Logging_Tutorial" page has been changed by ole:
http://wiki.apache.org/tomcat/Logging_Tutorial?action=diff&rev1=5&rev2=6
in particular
the sections related to configuring Tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607
--- Comment #1 from Mark Thomas 2012-02-08 17:29:01 UTC ---
I'm tempted by 2 (I like the easy life) but I'll take a look at 1 and see if
there is a way to add the directories defined by catalina.ext.dirs to the
shared class loader.
--
Con
https://issues.apache.org/bugzilla/show_bug.cgi?id=52606
Mark Thomas changed:
What|Removed |Added
Component|Connectors |Connectors
Version|7.0.25
Author: markt
Date: Wed Feb 8 17:23:53 2012
New Revision: 1241994
URL: http://svn.apache.org/viewvc?rev=1241994&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1
Author: markt
Date: Wed Feb 8 17:14:46 2012
New Revision: 1241985
URL: http://svn.apache.org/viewvc?rev=1241985&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52606
Ensure replayed POST bodies are available when using AJP
Modified:
tomcat/tc7.0.x/trunk/ (props changed
Author: markt
Date: Wed Feb 8 17:12:08 2012
New Revision: 1241982
URL: http://svn.apache.org/viewvc?rev=1241982&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52606
Ensure replayed POST bodies are available when using AJP
Modified:
tomcat/trunk/java/org/apache/coyote/aj
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Susan Fernandez" page has been changed by Susan Fernandez:
http://wiki.apache.org/tomcat/Susan%20Fernandez
New page:
Euro Championship 2012
Euro Championship 2012, European Footba
https://issues.apache.org/bugzilla/show_bug.cgi?id=52591
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Feb 8 14:39:50 2012
New Revision: 1241913
URL: http://svn.apache.org/viewvc?rev=1241913&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52591
Skip attributes where getters throw UnsupportedOperationException
Modified:
tomcat/tc7.0.x/trunk/ (prop
Author: markt
Date: Wed Feb 8 14:34:00 2012
New Revision: 1241911
URL: http://svn.apache.org/viewvc?rev=1241911&view=rev
Log:
Fix catalinaBase property
Modified:
tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-des
Author: markt
Date: Wed Feb 8 14:33:23 2012
New Revision: 1241909
URL: http://svn.apache.org/viewvc?rev=1241909&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52591
Skip attributes where getters throw UnsupportedOperationException
Modified:
tomcat/trunk/java/org/apache/
Author: markt
Date: Wed Feb 8 14:32:44 2012
New Revision: 1241908
URL: http://svn.apache.org/viewvc?rev=1241908&view=rev
Log:
Add missing call to handleThrowable
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/MBeanDumper.java
Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MB
https://issues.apache.org/bugzilla/show_bug.cgi?id=52624
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi Mark,
On 08.02.2012 14:26, ma...@apache.org wrote:
Author: markt
Date: Wed Feb 8 13:26:26 2012
New Revision: 1241891
URL: http://svn.apache.org/viewvc?rev=1241891&view=rev
Log:
Restore method required for JSR 77.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.jav
Hi Mark,
On 08.02.2012 14:26, ma...@apache.org wrote:
Author: markt
Date: Wed Feb 8 13:26:26 2012
New Revision: 1241891
URL: http://svn.apache.org/viewvc?rev=1241891&view=rev
Log:
Restore method required for JSR 77.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.jav
Author: markt
Date: Wed Feb 8 13:28:05 2012
New Revision: 1241892
URL: http://svn.apache.org/viewvc?rev=1241892&view=rev
Log:
Remove deprecation. Required by JSR-77.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java
Modified:
tomcat/tc7.0.x/trunk/java/org/ap
Author: markt
Date: Wed Feb 8 13:26:26 2012
New Revision: 1241891
URL: http://svn.apache.org/viewvc?rev=1241891&view=rev
Log:
Restore method required for JSR 77.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java
Modified: tomcat/trunk/java/org/apache/catalina/core/St
https://issues.apache.org/bugzilla/show_bug.cgi?id=49035
--- Comment #3 from m8r-3mye...@thisisnotmyrealemail.com 2012-02-08 12:29:38
UTC ---
setting the
packetSize Attribute in jboss server.xml fixed the problem for me
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?ta
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #31 from Johno Crawford 2012-02-08 10:37:53 UTC
---
Flexibility more than anything, the developer may require access to the request
in order to determine / set the initial state of the socket or application. I
will try and look
https://issues.apache.org/bugzilla/show_bug.cgi?id=52624
Bug #: 52624
Summary: Include the machine hostname in the response sent by
mod_jk when an HTTP error occurs between mod_jk and a
downstream application
Product: Tomca
Author: markt
Date: Wed Feb 8 08:54:07 2012
New Revision: 1241822
URL: http://svn.apache.org/viewvc?rev=1241822&view=rev
Log:
Provide a hook to check the origin.
Based on a patch by Johno Crawford.
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java
Modified: tom
Author: markt
Date: Wed Feb 8 08:53:22 2012
New Revision: 1241820
URL: http://svn.apache.org/viewvc?rev=1241820&view=rev
Log:
Fix some generics warnings
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java
tomcat/trunk/java/org/apache/catalina/websocket/WsInputStr
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #30 from Mark Thomas 2012-02-08 08:33:37 UTC ---
The origin changes look good. I'll incorporate them shortly.
Regarding the changes to createWebSocketInbound, I understand passing the
protocol but why pass the HttpServletReques
Author: kfujino
Date: Wed Feb 8 08:19:04 2012
New Revision: 1241810
URL: http://svn.apache.org/viewvc?rev=1241810&view=rev
Log:
Alternative patch
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATU
Author: kfujino
Date: Wed Feb 8 08:17:56 2012
New Revision: 1241809
URL: http://svn.apache.org/viewvc?rev=1241809&view=rev
Log:
Alternative patch
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "VietcombankCardif" page has been changed by VietcombankCardif:
http://wiki.apache.org/tomcat/VietcombankCardif
New page:
##language:en
== Your Name ==
Email:thuy.trinhtr...@vcli.v
46 matches
Mail list logo