https://issues.apache.org/bugzilla/show_bug.cgi?id=56607
--- Comment #2 from elias.wul...@apptus.com ---
I would be happy to test a patch for you but I do not want you to toil with DOS
scripts if there is a better solution.
All I need is an official interface for doing this, not necessarily a DOS
https://issues.apache.org/bugzilla/show_bug.cgi?id=56611
Bug ID: 56611
Summary: No need to call method.isAnnotationPresent() then call
method.getAnnotation.
Product: Tomcat 7
Version: 7.0.47
Hardware: All
OS
https://issues.apache.org/bugzilla/show_bug.cgi?id=56611
Mou, Jian changed:
What|Removed |Added
Attachment #31702|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=56518
--- Comment #12 from hanyong ---
Created attachment 31703
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31703&action=edit
fix bug 56518 on TOMCAT_7_0_54
Clear thread interrupted status before write to NIO socket. i.e. Never
in
Author: markt
Date: Tue Jun 10 09:37:39 2014
New Revision: 1601583
URL: http://svn.apache.org/r1601583
Log:
Pull up waitingRequests.
NIO2 used a ConcurrentHashMap whereas BIO and APR/native used a Queue. Switch
to ConcurrentHashMap for all since what we really want here is a Set (and there
isn't
Author: markt
Date: Tue Jun 10 09:52:56 2014
New Revision: 1601590
URL: http://svn.apache.org/r1601590
Log:
Pull up AsyncTimeout
APR/native used a separate flag to stop the thread. This avoided issues where
running was set true->false-true in quick succession. This fix is now available
to NIO2 a
https://issues.apache.org/bugzilla/show_bug.cgi?id=56610
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56561
Mark Thomas changed:
What|Removed |Added
CC||raffaele.trip...@gmail.com
--- Comme
Author: markt
Date: Tue Jun 10 10:15:17 2014
New Revision: 1601597
URL: http://svn.apache.org/r1601597
Log:
Ensure that the new attribute name username is used in the tomcat-users.xml
examples rather than the old name of user.
Modified:
tomcat/trunk/res/tomcat.nsi
tomcat/trunk/webapps/do
Author: markt
Date: Tue Jun 10 10:16:01 2014
New Revision: 1601598
URL: http://svn.apache.org/r1601598
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56606
Ensure that the new attribute name username is used in the tomcat-users.xml
examples rather than the old name of user.
Modified
Author: markt
Date: Tue Jun 10 10:18:51 2014
New Revision: 1601599
URL: http://svn.apache.org/r1601599
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=1601599&r1=1601598&r
https://issues.apache.org/bugzilla/show_bug.cgi?id=56606
Mark Thomas changed:
What|Removed |Added
Component|Packaging |Native:Packaging
Version|
https://issues.apache.org/bugzilla/show_bug.cgi?id=56612
Bug ID: 56612
Summary: Jasper is not able to parse two consecutive escaped
single quotes in EL
Product: Tomcat 8
Version: 8.0.5
Hardware: PC
OS: Linux
https://issues.apache.org/bugzilla/show_bug.cgi?id=56612
Pavel Horal changed:
What|Removed |Added
CC||pavel.ho...@orchitech.cz
--
You are
https://issues.apache.org/bugzilla/show_bug.cgi?id=56518
--- Comment #13 from Mark Thomas ---
Thanks for all your work on this. It is much appreciated.
Given that it is the application that is triggering the interrupt, shouldn't it
be the application's responsibility to clear that interrupt befo
On 10/06/2014 10:52, ma...@apache.org wrote:
> Author: markt
> Date: Tue Jun 10 09:52:56 2014
> New Revision: 1601590
>
> URL: http://svn.apache.org/r1601590
> Log:
> Pull up AsyncTimeout
> APR/native used a separate flag to stop the thread. This avoided issues where
> running was set true->false
All,
I noticed a series of typos on the connectors docs and I was going to
fix them. Before noticing that, as usual, .xml -> .html, I saw that
there are two copies of many parts of the site: "regular" and "printer".
For example:
./tomcat-site/docs/connectors-doc/generic_howto/printer/workers.html
All,
OpenSSL was released last week with a bunch of patches for fun
vulnerabilities. We should probably roll a new release that includes it.
I would offer to do it myself, but I don't have a win32 build
environment, nor are there instructions for building on win32. I believe
Mladen posted them a
Hi
in /org/apache/catalina/connector/Request.java it would be nice if error
message if there is a filter/servlet not supporting async would be more
explicit. Here is the code:
1654 @Override
1655 public AsyncContext startAsync(ServletRequest request,
1656 ServletResponse respo
Author: markt
Date: Tue Jun 10 20:01:05 2014
New Revision: 1601761
URL: http://svn.apache.org/r1601761
Log:
Fix failures to timeout async requests after refactoring. The removed condition
was added to the APR connector (by me) some time ago but reviewing the current
code I can see no reason for
2014-06-10 18:06 GMT+04:00 Mark Thomas :
> On 10/06/2014 10:52, ma...@apache.org wrote:
>> Author: markt
>> Date: Tue Jun 10 09:52:56 2014
>> New Revision: 1601590
>>
>> URL: http://svn.apache.org/r1601590
>> Log:
>> Pull up AsyncTimeout
>> APR/native used a separate flag to stop the thread. This a
2014-06-10 18:46 GMT+04:00 Christopher Schultz :
> All,
>
> OpenSSL was released last week with a bunch of patches for fun
> vulnerabilities. We should probably roll a new release that includes it.
>
> I would offer to do it myself, but I don't have a win32 build
> environment, nor are there instru
2014-06-10 18:25 GMT+04:00 Christopher Schultz :
> All,
>
> I noticed a series of typos on the connectors docs and I was going to
> fix them. Before noticing that, as usual, .xml -> .html, I saw that
> there are two copies of many parts of the site: "regular" and "printer".
> For example:
>
> ./tom
On 10/06/2014 21:01, Konstantin Kolinko wrote:
> 2014-06-10 18:06 GMT+04:00 Mark Thomas :
>> On 10/06/2014 10:52, ma...@apache.org wrote:
>>> Author: markt
>>> Date: Tue Jun 10 09:52:56 2014
>>> New Revision: 1601590
>>>
>>> URL: http://svn.apache.org/r1601590
>>> Log:
>>> Pull up AsyncTimeout
>>>
Konstantin,
On 6/10/14, 4:46 PM, Konstantin Kolinko wrote:
> 2014-06-10 18:25 GMT+04:00 Christopher Schultz :
>> All,
>>
>> I noticed a series of typos on the connectors docs and I was going to
>> fix them. Before noticing that, as usual, .xml -> .html, I saw that
>> there are two copies of many p
Konstantin,
On 6/10/14, 4:09 PM, Konstantin Kolinko wrote:
> 2014-06-10 18:46 GMT+04:00 Christopher Schultz :
>> All,
>>
>> OpenSSL was released last week with a bunch of patches for fun
>> vulnerabilities. We should probably roll a new release that includes it.
>>
>> I would offer to do it myself
On 10/06/2014 22:59, Christopher Schultz wrote:
> Aah, okay. I didn't realize that .htaccess files were okay to use.
> They seem like a huge security hole ;)
Infra limits what you can do in a .htaccess file and - by default - we
trust committers. That said, infra won't hesitate to lock an account
Author: markt
Date: Tue Jun 10 22:39:22 2014
New Revision: 1601785
URL: http://svn.apache.org/r1601785
Log:
Correctly parse two consecutive escaped single quotes when used in UEL
expression in a JSP.
Includes various unit tests that check the parsing of ${'\'\''}
Added:
tomcat/trunk/test/web
Author: markt
Date: Tue Jun 10 22:46:55 2014
New Revision: 1601787
URL: http://svn.apache.org/r1601787
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56612
Correctly parse two consecutive escaped single quotes when used in UEL
expression in a JSP.
Includes various unit tests that che
https://issues.apache.org/bugzilla/show_bug.cgi?id=56612
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
2014-06-11 2:46 GMT+04:00 :
> Author: markt
> Date: Tue Jun 10 22:46:55 2014
> New Revision: 1601787
>
> URL: http://svn.apache.org/r1601787
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56612
> Correctly parse two consecutive escaped single quotes when used in UEL
> expression i
Author: markt
Date: Tue Jun 10 22:57:52 2014
New Revision: 1601788
URL: http://svn.apache.org/r1601788
Log:
Revert accidental commit.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioChannel.java
Hi Christopher,
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Wednesday, June 11, 2014 12:11 AM
> I'm trying to fetch Visual Studio Express but I'm in circular-link hell
> at http://www.visualstudio.com/en-us/downloads/download-visual-studi
On 10/06/2014 23:55, Konstantin Kolinko wrote:
> 2014-06-11 2:46 GMT+04:00 :
>> Author: markt
>> Date: Tue Jun 10 22:46:55 2014
>> New Revision: 1601787
>>
>> URL: http://svn.apache.org/r1601787
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56612
>> Correctly parse two consecut
Author: markt
Date: Tue Jun 10 23:23:59 2014
New Revision: 1601790
URL: http://svn.apache.org/r1601790
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=1601790&r1=1601789&r
2014-06-11 3:18 GMT+04:00 Mark Thomas :
> On 10/06/2014 23:55, Konstantin Kolinko wrote:
>> 2014-06-11 2:46 GMT+04:00 :
>>> Author: markt
>>> Date: Tue Jun 10 22:46:55 2014
>>> New Revision: 1601787
>>>
>>> URL: http://svn.apache.org/r1601787
>>> Log:
>>> Fix https://issues.apache.org/bugzilla/sho
Author: violetagg
Date: Wed Jun 11 01:49:21 2014
New Revision: 1601796
URL: http://svn.apache.org/r1601796
Log:
Provide a better error message when asynchronous operations are not supported
by a filter or servlet. Patch provided by Romain Manni-Bucau. Issue was
reported via users at tomcat.a.o.
Author: violetagg
Revision: 1601796
Modified property: svn:log
Modified: svn:log at Wed Jun 11 01:51:39 2014
--
--- svn:log (original)
+++ svn:log Wed Jun 11 01:51:39 2014
@@ -1 +1 @@
-Provide a better error message when a
Author: violetagg
Date: Wed Jun 11 01:55:59 2014
New Revision: 1601797
URL: http://svn.apache.org/r1601797
Log:
Merged revision 1601796 from tomcat/trunk:
Provide a better error message when asynchronous operations are not supported
by a filter or servlet. Patch provided by Romain Manni-Bucau. Is
Hi,
2014-06-10 21:28 GMT+03:00 Romain Manni-Bucau :
>
> Hi
>
> in /org/apache/catalina/connector/Request.java it would be nice if error
> message if there is a filter/servlet not supporting async would be more
> explicit. Here is the code:
>
> 1654 @Override
> 1655 public AsyncContext star
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/162
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Thanks!
Le 11 juin 2014 02:58, "Violeta Georgieva" a écrit :
> Hi,
>
> 2014-06-10 21:28 GMT+03:00 Romain Manni-Bucau :
> >
> > Hi
> >
> > in /org/apache/catalina/connector/Request.java it would be nice if error
> > message if there is a filter/servlet not supporting async would be more
> > explic
42 matches
Mail list logo