> I have to search what it's done exactly with that. (BTW version is
> defined in poms with maven).
> I will try to work on that later this week.
Thanks
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional c
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346
--- Comment #9 from Rainer Jung 2011-10-25 08:33:03
UTC ---
This is very unlikely the same problem.
Bugzilla is not a support form.
Please post your problem description to the Tomcat users list.
Regards,
Rainer
--
Configure bugmail: h
https://issues.apache.org/bugzilla/show_bug.cgi?id=52083
Bug #: 52083
Summary: java.lang.NullPointerException at
org.apache.catalina.connector.Request.getSession
Product: Tomcat 6
Version: 6.0.32
Platform: Other
OS
https://issues.apache.org/bugzilla/show_bug.cgi?id=52083
--- Comment #1 from kevinser...@sina.com 2011-10-25 08:37:31 UTC ---
I use request.getSession(true) in code.
--
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=52083
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi Mark,
since this mostly deprecates getters and setters, did you cross check,
whether they were published via JMX? I guess your eclipse tooling
wouldn't do that for you.
I went through the list and there was nothing I could immediately spot,
but it might be good if you (or others) check it as w
On 25/10/2011 09:52, Rainer Jung wrote:
> Hi Mark,
>
> since this mostly deprecates getters and setters, did you cross check,
> whether they were published via JMX? I guess your eclipse tooling
> wouldn't do that for you.
When reviewing the results from the UCDetector, I ignored a number of
resul
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346
--- Comment #10 from naani...@gmail.com 2011-10-25 09:02:16 UTC ---
Thanks for your response Jung. We have an environment using HTTP connector. The
issue does not occur, other environment using AJP connector.
In code we are using
BufferedRe
https://issues.apache.org/bugzilla/show_bug.cgi?id=38346
--- Comment #11 from Rainer Jung 2011-10-25 09:07:46
UTC ---
Please discuss this on the Tomcat users list, see
http://tomcat.apache.org/lists.html
Thank you.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties?r1=1188313&r2=1188312&pathrev=1188313
The new value of webXml.mergeConflictOrder is wrong, it is
concatenation of two values.
It is the only glitch that I noted.
Is your tool able to find properties
Author: markt
Date: Tue Oct 25 11:25:56 2011
New Revision: 1188612
URL: http://svn.apache.org/viewvc?rev=1188612&view=rev
Log:
Fix missing new line in r1188313
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/catalina/deplo
On 25/10/2011 12:06, Konstantin Kolinko wrote:
> http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties?r1=1188313&r2=1188312&pathrev=1188313
>
> The new value of webXml.mergeConflictOrder is wrong, it is
> concatenation of two values.
>
> It is the only
Author: markt
Date: Tue Oct 25 13:14:05 2011
New Revision: 1188644
URL: http://svn.apache.org/viewvc?rev=1188644&view=rev
Log:
Remove unused code missed in earlier commit
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java
Modified: tomcat/trunk/java/org/apache/ca
https://issues.apache.org/bugzilla/show_bug.cgi?id=52071
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Mark Thomas changed:
What|Removed |Added
Attachment #27772|0 |1
is obsolete|
Author: markt
Date: Tue Oct 25 17:42:43 2011
New Revision: 1188822
URL: http://svn.apache.org/viewvc?rev=1188822&view=rev
Log:
Deprecate unused code in o.a.catalina.core
Modified:
tomcat/trunk/java/org/apache/catalina/Container.java
tomcat/trunk/java/org/apache/catalina/core/ApplicationCo
Author: markt
Date: Tue Oct 25 17:43:47 2011
New Revision: 1188823
URL: http://svn.apache.org/viewvc?rev=1188823&view=rev
Log:
Clean-up. No functional change.
Modified:
tomcat/trunk/java/org/apache/catalina/filters/AddDefaultCharsetFilter.java
tomcat/trunk/java/org/apache/catalina/filters
Author: markt
Date: Tue Oct 25 17:53:29 2011
New Revision: 1188832
URL: http://svn.apache.org/viewvc?rev=1188832&view=rev
Log:
Make unused code as deprecated prior to removal in Tomcat 8.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Conta
Rainer,
On 10/23/2011 12:19 PM, rj...@apache.org wrote:
> +/*
> + * Find the first occurrence of path in uri tokenized by "/".
> + * The comparison is done case insensitive.
> + */
> +static const char *find_path_in_uri(const char *uri, const char *path)
> +{
> +size_t len = strlen(path);
> +
Rainer,
On 10/23/2011 12:19 PM, rj...@apache.org wrote:
> +static const char *find_path_in_uri(const char *uri, const char *path)
> +{
> +size_t len = strlen(path);
> +while (uri = strchr(uri, '/')) {
> +uri++;
> +if (!strncmp(uri, path, len) &&
> +(*(uri + len)
https://issues.apache.org/bugzilla/show_bug.cgi?id=35959
Rainer Jung changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=39967
Rainer Jung changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
Author: markt
Date: Tue Oct 25 18:13:51 2011
New Revision: 1188841
URL: http://svn.apache.org/viewvc?rev=1188841&view=rev
Log:
Remove deprecated code from o.a.catalina.core
Modified:
tomcat/trunk/java/org/apache/catalina/Container.java
tomcat/trunk/java/org/apache/catalina/core/Applicatio
https://issues.apache.org/bugzilla/show_bug.cgi?id=40208
Rainer Jung changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366
--- Comment #7 from Rainer Jung 2011-10-25 18:22:20
UTC ---
No response for 3.5 years.
Closing as invalid.
--
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=42366
Rainer Jung changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=44290
Rainer Jung changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Rainer
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968
Rainer Jung changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
Configure bugmail: http
https://issues.apache.org/bugzilla/show_bug.cgi?id=44349
Rainer Jung changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #22 from Rainer
https://issues.apache.org/bugzilla/show_bug.cgi?id=45395
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|Common
Author: rjung
Date: Tue Oct 25 19:04:27 2011
New Revision: 1188856
URL: http://svn.apache.org/viewvc?rev=1188856&view=rev
Log:
47038: Fix compiler warning when using --enable-flock
for configure.
Modified:
tomcat/jk/trunk/native/common/jk_mt.h
tomcat/jk/trunk/xdocs/miscellaneous/changelog
https://issues.apache.org/bugzilla/show_bug.cgi?id=47038
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=35959
Sven changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=47327
--- Comment #1 from Rainer Jung 2011-10-25 19:05:40
UTC ---
This would be a protocol enhancement for AJP.
You can work around the issue by using a filter that returns the user id as a
response header. Response headers can be logged with m
https://issues.apache.org/bugzilla/show_bug.cgi?id=47617
--- Comment #1 from Rainer Jung 2011-10-25 19:09:37
UTC ---
I hesitate to add yet another call to the clock here (for each request).
Usually the wait time will be close to the defined acquire timeout.
Do you have a more concrete reason,
https://issues.apache.org/bugzilla/show_bug.cgi?id=47617
Rainer Jung changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
Configure bugmail: http
https://issues.apache.org/bugzilla/show_bug.cgi?id=47750
Rainer Jung changed:
What|Removed |Added
Component|Common |isapi
--
Configure bugmail: https:/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47840
--- Comment #6 from Rainer Jung 2011-10-25 19:12:18
UTC ---
Eiji: Does this problem still exist in 1.2.32?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: timw
Date: Tue Oct 25 19:18:21 2011
New Revision: 1188865
URL: http://svn.apache.org/viewvc?rev=1188865&view=rev
Log:
Fixing mod_jk build on Windows with strict C style variable declarations.
Modified:
tomcat/jk/trunk/native/apache-2.0/mod_jk.c
Modified: tomcat/jk/trunk/native/apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413
Rainer Jung changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: rjung
Date: Tue Oct 25 19:32:25 2011
New Revision: 1188878
URL: http://svn.apache.org/viewvc?rev=1188878&view=rev
Log:
Fixing mod_jk build on Windows with strict
C style variable declarations.
Port of Tim's fix from apache-2.0 to apache-1.3.
Modified:
tomcat/jk/trunk/native/apache-1.
On 25.10.2011 20:07, Christopher Schultz wrote:
> Rainer,
>
> On 10/23/2011 12:19 PM, rj...@apache.org wrote:
>> +static const char *find_path_in_uri(const char *uri, const char
>> *path) +{ +size_t len = strlen(path); +while (uri =
>> strchr(uri, '/')) { +uri++; +if (!strn
On 25.10.2011 20:03, Christopher Schultz wrote:
> Rainer,
>
> On 10/23/2011 12:19 PM, rj...@apache.org wrote:
>> +/* + * Find the first occurrence of path in uri tokenized by
>> "/". + * The comparison is done case insensitive. + */ +static
>> const char *find_path_in_uri(const char *uri, const ch
All,
On 10/25/2011 2:03 PM, Christopher Schultz wrote:
> On 10/23/2011 12:19 PM, rj...@apache.org wrote:
>>
>> +if (!strncmp(uri, path, len) &&
>
> strncmp doesn't use case-insensitive compare: will this ever match if
> you use "web-inf" (as below)?
Duh just saw Konstantin's response. Ap
2011/10/25 Christopher Schultz :
> All,
>
> On 10/25/2011 2:03 PM, Christopher Schultz wrote:
>> On 10/23/2011 12:19 PM, rj...@apache.org wrote:
>>>
>>> + if (!strncmp(uri, path, len) &&
>>
>> strncmp doesn't use case-insensitive compare: will this ever match if
>> you use "web-inf" (as belo
Rainer,
On 10/25/2011 3:37 PM, Rainer Jung wrote:
> On 25.10.2011 20:07, Christopher Schultz wrote:
>> Rainer,
>>
>> On 10/23/2011 12:19 PM, rj...@apache.org wrote:
>>> +static const char *find_path_in_uri(const char *uri, const char
>>> *path) +{ +size_t len = strlen(path); +while (uri =
https://issues.apache.org/bugzilla/show_bug.cgi?id=51744
Leonid Mikhailov changed:
What|Removed |Added
Version|7.0.14 |7.0.22
OS/Version|Linux
Author: markt
Date: Tue Oct 25 21:34:21 2011
New Revision: 1188930
URL: http://svn.apache.org/viewvc?rev=1188930&view=rev
Log:
Git ignores empty directories and the unit tests require this directory to be
present for the welcome file tests to pass. The presence of this file doesn't
break the uni
Author: markt
Date: Tue Oct 25 21:35:04 2011
New Revision: 1188931
URL: http://svn.apache.org/viewvc?rev=1188931&view=rev
Log:
Remove unnecessary code
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java
Modified:
tomcat/trunk/test/org/apache/tomcat/ut
Author: markt
Date: Tue Oct 25 21:35:49 2011
New Revision: 1188932
URL: http://svn.apache.org/viewvc?rev=1188932&view=rev
Log:
Remove unused code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java
Pr
Can you add descriptive comment in the file itself and ASL license?
2011/10/26 :
> Author: markt
> Date: Tue Oct 25 21:34:21 2011
> New Revision: 1188930
>
> URL: http://svn.apache.org/viewvc?rev=1188930&view=rev
> Log:
> Git ignores empty directories and the unit tests require this directory to
Dear All,
After going through the thread renewal code in
/tomcat-8.0.x/java/org/apache/tomcat/util/threads/TaskQueue.java ,
/tomcat-8.0.x/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java
and the bug (Improve ThreadLocal memory leak clean-up)
https://issues.apache.org/bugzilla/show_bug.c
52 matches
Mail list logo