On 10/21/2011 05:30 PM, Christopher Schultz wrote:
All,
On 10/20/2011 4:32 PM, Christopher Schultz wrote:
I'm arriving at 12:47 local time on Tuesday and I've got nothing to do
until the next morning besides check-into the hotel.
If anyone is interested in getting together for some drinks or e
>> So I have just commit some stuff in r 1187561.
>> Note: Sources layout not touched.
>> Currently only maven artifacts are build (I will work later on distrib).
>>
>> to test it on the top of
>> https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk.
>> Just use: mvn -f maven/pom.xml clean insta
Author: kkolinko
Date: Mon Oct 24 11:46:27 2011
New Revision: 1188097
URL: http://svn.apache.org/viewvc?rev=1188097&view=rev
Log:
Correct a pair of comment typos
Modified:
tomcat/jk/trunk/native/common/jk_lb_worker.c
tomcat/jk/trunk/native/common/jk_service.h
tomcat/jk/trunk/xdocs/ajp
Old code used stristr.
New code uses strncmp.
If I understand correctly, the old one is case-insensitive, while the
new one is case-sensitive.
Best regards,
Konstantin Kolinko
2011/10/23 :
> Author: rjung
> Date: Sun Oct 23 16:19:59 2011
> New Revision: 1187916
>
> URL: http://svn.apache.org/vi
On 24.10.2011 13:54, Konstantin Kolinko wrote:
> Old code used stristr.
> New code uses strncmp.
>
> If I understand correctly, the old one is case-insensitive, while the
> new one is case-sensitive.
Looks like I had tomatoes on my eyes.
Will fix.
Thanks!
Rainer
--
Hi all
I was looking into apache extras and noticed the following statement:
>>>
Projects hosted on Apache Extras are not considered official Apache Software
Foundation projects and they are also not associated, allied, or otherwise
organizationally related to The Apache Software Foundation. The
Author: rjung
Date: Mon Oct 24 16:54:05 2011
New Revision: 1188226
URL: http://svn.apache.org/viewvc?rev=1188226&view=rev
Log:
Fix bug introduced by r1187916 (case insensitive
comparison switched to case sensitive).
Modified:
tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
Modified: tomcat/jk/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968
--- Comment #8 from Rainer Jung 2011-10-24 18:37:25
UTC ---
Hi Eiji,
in jk_connect.c your removed a big block, which was executed when HAVE_APR was
defined. Below the block it saqys we should use gethostbyname_r in a
multi-threaded enviro
On 23/10/2011 23:13, Konstantin Kolinko wrote:
> BTW, reviewing properties changes, note the *.properties files in
> http://svn.apache.org/viewvc?limit_changes=0&view=revision&revision=1187803
>
> See "jsp.error.usebean.missing.type",
> "jsp.error.usebean.prohibited.as.session",
> "jsp.error.usebe
Author: markt
Date: Mon Oct 24 19:11:26 2011
New Revision: 1188301
URL: http://svn.apache.org/viewvc?rev=1188301&view=rev
Log:
Ignore .git dir when building src distro
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?
Author: markt
Date: Mon Oct 24 19:12:25 2011
New Revision: 1188303
URL: http://svn.apache.org/viewvc?rev=1188303&view=rev
Log:
Correct parameter usage in messages.
Modified:
tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/core/Local
Author: markt
Date: Mon Oct 24 19:13:03 2011
New Revision: 1188304
URL: http://svn.apache.org/viewvc?rev=1188304&view=rev
Log:
Correct a property name
Modified:
tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java
Modified: tomcat/trunk/java/org/apache/catalina/core/Default
Author: markt
Date: Mon Oct 24 19:13:41 2011
New Revision: 1188305
URL: http://svn.apache.org/viewvc?rev=1188305&view=rev
Log:
Add missing i18n lookups
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java
Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java
URL:
Modified:
tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties?rev=1188313&r1=1188312&r2=1188313&view=diff
===
Author: markt
Date: Mon Oct 24 19:19:32 2011
New Revision: 1188314
URL: http://svn.apache.org/viewvc?rev=1188314&view=rev
Log:
i18n resource fixes
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java
tomcat/t
2011/10/24 Henri Gomez :
>>> So I have just commit some stuff in r 1187561.
>>> Note: Sources layout not touched.
>>> Currently only maven artifacts are build (I will work later on distrib).
>>>
>>> to test it on the top of
>>> https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk.
>>> Just use:
Author: olamy
Date: Mon Oct 24 20:09:26 2011
New Revision: 1188346
URL: http://svn.apache.org/viewvc?rev=1188346&view=rev
Log:
more documentation on groupId change an how to configure that in pom
Modified:
tomcat/maven-plugin/trunk/src/site/apt/index.apt
Modified: tomcat/maven-plugin/trunk/s
Author: olamy
Date: Mon Oct 24 20:09:53 2011
New Revision: 1188347
URL: http://svn.apache.org/viewvc?rev=1188347&view=rev
Log:
use .apt.vm to have pom sample up2date with real plugin version
Added:
tomcat/maven-plugin/trunk/src/site/apt/index.apt.vm (contents, props
changed)
- copied
Author: markt
Date: Mon Oct 24 21:46:24 2011
New Revision: 1188399
URL: http://svn.apache.org/viewvc?rev=1188399&view=rev
Log:
Review javax.* and o.a.catalina.[ant-connectors] for unused code using
UCDetector and mark unused code as deprecated.
Modified:
tomcat/trunk/java/org/apache/catalina
Author: markt
Date: Mon Oct 24 21:50:26 2011
New Revision: 1188401
URL: http://svn.apache.org/viewvc?rev=1188401&view=rev
Log:
Start deprecating unused / unnecessary code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/Constant
Author: markt
Date: Mon Oct 24 21:53:36 2011
New Revision: 1188402
URL: http://svn.apache.org/viewvc?rev=1188402&view=rev
Log:
Remove code that was deprecated in r1188399
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java
tomcat/trunk/java/org/apache/cat
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/2407
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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/2408
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=38346
--- Comment #8 from naani...@gmail.com 2011-10-25 06:49:15 UTC ---
thi issue still occurs with tomcat 5.5.28. Could you please let me know, how to
apply this patch to 5.5.28?
--
Configure bugmail: https://issues.apache.org/bugzilla/userpre
24 matches
Mail list logo