https://issues.apache.org/bugzilla/show_bug.cgi?id=57142
--- Comment #10 from Arthur Fiedler ---
Per comment #9's mention of #2 I ran into this issue with the class loader
before, I believe what I was doing was accessing EL 3.0 classes directly in the
context initialize listener and it could not
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287
--- Comment #5 from Konstantin Kolinko ---
1. The code have to pass checkstyle rules (see BUILDING.txt on details on how
enable checkstyle). One of rules: no ".*" imports.
2. I thought of using the same parameters as Apache HTTPD,
They use
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287
--- Comment #4 from Oleg Trokhov ---
Hi. I added patch with some changes in DefaultServlet. Now by default sorting
is Alphabetic ascending, directory first.User can add parameters to http
request to configure sorting:
1. http://localhost:80
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287
--- Comment #3 from Oleg Trokhov ---
Created attachment 32248
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32248&action=edit
Bug_57287 patch
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57283
Chuck Caldarale changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57283
Rajdeep Raut changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=55609
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57290
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: jboynes
Date: Tue Dec 2 05:09:47 2014
New Revision: 1642801
URL: http://svn.apache.org/r1642801
Log:
Cleanup warnings and add test for issue 57290
Added:
tomcat/taglibs/standard/trunk/spec/src/test/
tomcat/taglibs/standard/trunk/spec/src/test/java/
tomcat/taglibs/standard/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580
Chuck Caldarale changed:
What|Removed |Added
URL|public_html/jSearchEngine.w |
|ar
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580
Ankur changed:
What|Removed |Added
URL||public_html/jSearchEngine.w
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-apr has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community
integration
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-validate has an issue affecting its community
integration.
Author: remm
Date: Mon Dec 1 22:35:30 2014
New Revision: 1642773
URL: http://svn.apache.org/r1642773
Log:
Move the offending code to the server. Avoid sending a message when nothing has
actually been written.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java
tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966
--- Comment #3 from Christopher Schultz ---
Any other environmental notes? For instance, are you running on bare metal or
in a virtualized environment?
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215
--- Comment #7 from Christopher Schultz ---
Any reason not to have code available that does (2) but in a lazy way? That is,
a utility method that can do the work to produce the result and also cache the
value in the request in case it's req
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215
--- Comment #6 from Mark Thomas ---
I've fixed the issue identified in 1.
Regarding 2, that would cause the code to be executed for every request when it
is only likely to be used for a small percentage.
3 makes sense if we do 2 but I don
Author: markt
Date: Mon Dec 1 21:58:05 2014
New Revision: 1642766
URL: http://svn.apache.org/r1642766
Log:
Use correct character set when decoding
kkolinko's review of fix for BZ 57215
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
Modified: tomcat/trunk/java/org/apa
2014-12-01 22:00 GMT+01:00 Mark Thomas :
> This is an improvement since it is not just the scheme, host and port
> but it still reflects the connection being made to WebSocket rather than
> the Origin of the request. I don't see how the WebSocketContainer can
> possibly determine what the origin i
https://issues.apache.org/bugzilla/show_bug.cgi?id=57135
--- Comment #3 from Mark Thomas ---
https://java.net/jira/browse/UEL-41
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mai
https://issues.apache.org/bugzilla/show_bug.cgi?id=57238
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving th
On 01/12/2014 21:09, Rémy Maucherat wrote:
> 2014-12-01 21:44 GMT+01:00 Mark Thomas :
>
>> On 01/12/2014 17:56, r...@apache.org wrote:
>>> Author: remm
>>> Date: Mon Dec 1 17:56:10 2014
>>> New Revision: 1642722
>>>
>>> URL: http://svn.apache.org/r1642722
>>> Log:
>>> Don't call onMessage on whol
2014-12-01 21:44 GMT+01:00 Mark Thomas :
> On 01/12/2014 17:56, r...@apache.org wrote:
> > Author: remm
> > Date: Mon Dec 1 17:56:10 2014
> > New Revision: 1642722
> >
> > URL: http://svn.apache.org/r1642722
> > Log:
> > Don't call onMessage on whole empty messages.
>
> What is the justification
On 01/12/2014 17:55, r...@apache.org wrote:
> Author: remm
> Date: Mon Dec 1 17:55:07 2014
> New Revision: 1642721
>
> URL: http://svn.apache.org/r1642721
> Log:
> Try a better origin header.
This is an improvement since it is not just the scheme, host and port
but it still reflects the connecti
Author: markt
Date: Mon Dec 1 20:51:24 2014
New Revision: 1642750
URL: http://svn.apache.org/r1642750
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
On 01/12/2014 17:56, r...@apache.org wrote:
> Author: remm
> Date: Mon Dec 1 17:56:10 2014
> New Revision: 1642722
>
> URL: http://svn.apache.org/r1642722
> Log:
> Don't call onMessage on whole empty messages.
What is the justification for this?
RFC 6455 permits zero length messages.
There is
Author: remm
Date: Mon Dec 1 19:29:48 2014
New Revision: 1642740
URL: http://svn.apache.org/r1642740
Log:
Use a StringBuilder instead.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContai
Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas :
>Hi,
>
>I've been reviewing the moderators for our various lists and if I
>ignore
>the no longer active ones we are below the 3 moderators the ASF likes
>to
>have on a number of lists.
>
>Therefore, can I have some volunteers for the followi
Hi,
On Mon, Dec 1, 2014 at 6:55 PM, wrote:
> Author: remm
> Date: Mon Dec 1 17:55:07 2014
> New Revision: 1642721
>
> URL: http://svn.apache.org/r1642721
> Log:
> Try a better origin header.
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
>
> Modified
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215
--- Comment #5 from Konstantin Kolinko ---
(In reply to Mark Thomas from comment #4)
>
> Regarding the fragility of canonicalContextPath.equals(candidate), better
> suggestions welcome.
The code that was added to Request class is located
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966
--- Comment #2 from Tom Fitzhenry ---
I observed the 15ms precision on Windows Server 2012 R2, the latest MS server
edition.
Sorry, I should have mentioned that in the description.
--
You are receiving this mail because:
You are the assi
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966
Konstantin Kolinko changed:
What|Removed |Added
OS||All
Severity|normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884
Konstantin Kolinko changed:
What|Removed |Added
Status|VERIFIED|CLOSED
--
You are receiving
Author: remm
Date: Mon Dec 1 17:57:30 2014
New Revision: 1642723
URL: http://svn.apache.org/r1642723
Log:
Enforce ping/pong size limit.
Relax exception handling (it seems all encode exceptions should be caught and
processed through onError).
Modified:
tomcat/trunk/java/org/apache/tomcat/web
Author: remm
Date: Mon Dec 1 17:55:07 2014
New Revision: 1642721
URL: http://svn.apache.org/r1642721
Log:
Try a better origin header.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContain
Author: remm
Date: Mon Dec 1 17:56:10 2014
New Revision: 1642722
URL: http://svn.apache.org/r1642722
Log:
Don't call onMessage on whole empty messages.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBas
2014-12-01 14:01 GMT+03:00 Mark Thomas :
> On 29/11/2014 16:49, Rainer Jung wrote:
>> Since Tomcat 8 our JULI config uses AsyncFileHandler by default.
>>
>> The default config of AsyncFileHandler allows log records to be dropped
>> once the log queue gets full. I'd say this is not a sane default an
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/712
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: The AnyBranchSchedul
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287
--- Comment #2 from Christopher Schultz ---
I also think that sorting should be optional and not enabled by default: large
directories could be problematic for performance and memory usage.
Or maybe there could be a setting that doesn't so
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287
--- Comment #1 from Christopher Schultz ---
+1 to "dirs first"
Arguments can be had about whether or not sorting should be done case-sensitive
of case-insensitive.
--
You are receiving this mail because:
You are the assignee for the bug.
Hi,
On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas wrote:
> Hi,
>
> I've been reviewing the moderators for our various lists and if I ignore
> the no longer active ones we are below the 3 moderators the ASF likes to
> have on a number of lists.
>
> Therefore, can I have some volunteers for the foll
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/411
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Hi,
I've been reviewing the moderators for our various lists and if I ignore
the no longer active ones we are below the 3 moderators the ASF likes to
have on a number of lists.
Therefore, can I have some volunteers for the following lists:
users@tomcat.a.o- Need two moderators
dev@tomct.a.o
https://issues.apache.org/bugzilla/show_bug.cgi?id=57283
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 1 15:19:56 2014
New Revision: 1642702
URL: http://svn.apache.org/r1642702
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
Fix ServletContext.getContext() when parallel deployment is in use.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
to
Author: markt
Date: Mon Dec 1 15:18:04 2014
New Revision: 1642701
URL: http://svn.apache.org/r1642701
Log:
Be explicit about webapp version
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationContext.java
Propchange: tomca
Author: markt
Date: Mon Dec 1 15:17:36 2014
New Revision: 1642699
URL: http://svn.apache.org/r1642699
Log:
Be explicit about webapp version
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestApplicationContext.java
Modified: tomcat/trunk/test/org/apache/catalina/core/TestApplicationCo
Author: markt
Date: Mon Dec 1 14:58:44 2014
New Revision: 1642698
URL: http://svn.apache.org/r1642698
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
Fix ServletContext.getContext() when parallel deployment is in use.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
to
Author: markt
Date: Mon Dec 1 14:54:51 2014
New Revision: 1642697
URL: http://svn.apache.org/r1642697
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
Fix ServletContext.getContext() when parallel deployment is in use.
Modified:
tomcat/trunk/java/org/apache/catalina/core/App
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180
--- Comment #4 from Frank Kline ---
Fantastic! Thanks, Mark.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsu
Author: markt
Date: Mon Dec 1 13:29:47 2014
New Revision: 1642680
URL: http://svn.apache.org/r1642680
Log:
Clean-up.
No functional change.
Modified:
tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
URL:
ht
Author: markt
Date: Mon Dec 1 13:23:50 2014
New Revision: 1642679
URL: http://svn.apache.org/r1642679
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190
Add a test case with current failures commented out
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestApplicationContext.
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/710
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: The AnyBranchScheduler
2014-12-01 11:19 GMT+01:00 Mark Thomas :
> On 28/11/2014 20:33, r...@apache.org wrote:
> > Author: remm
> > Date: Fri Nov 28 20:33:20 2014
> > New Revision: 1642360
> >
> > URL: http://svn.apache.org/r1642360
> > Log:
> > - Use the extensions specified by the configuration (and ignore if there
> a
The Buildbot has detected a build exception on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/410
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Mon Dec 1 11:56:14 2014
New Revision: 1642671
URL: http://svn.apache.org/r1642671
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180
Don't limit HTTP methods to those defined in RFC 7231.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/
Author: markt
Date: Mon Dec 1 11:52:58 2014
New Revision: 1642670
URL: http://svn.apache.org/r1642670
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180
Don't limit HTTP methods to those defined in RFC 7231.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/
Author: markt
Date: Mon Dec 1 11:49:04 2014
New Revision: 1642669
URL: http://svn.apache.org/r1642669
Log:
Remove the deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java
Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java
URL:
http://
Author: markt
Date: Mon Dec 1 11:48:36 2014
New Revision: 1642668
URL: http://svn.apache.org/r1642668
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180
Don't limit HTTP methods to those defined in RFC 7231.
Modified:
tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.ja
On 29/11/2014 16:49, Rainer Jung wrote:
> Since Tomcat 8 our JULI config uses AsyncFileHandler by default.
>
> The default config of AsyncFileHandler allows log records to be dropped
> once the log queue gets full. I'd say this is not a sane default and
> suggest that we switch the default to the
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274
--- Comment #2 from Mark Thomas ---
Happy to leave this closed but I wanted to add the following comments:
1. If the transformation attempts to make a change that would trigger something
in the annotation scanning then that change is going
https://issues.apache.org/bugzilla/show_bug.cgi?id=57281
Andy Wilkinson changed:
What|Removed |Added
CC||awilkin...@pivotal.io
On 28/11/2014 20:33, r...@apache.org wrote:
> Author: remm
> Date: Fri Nov 28 20:33:20 2014
> New Revision: 1642360
>
> URL: http://svn.apache.org/r1642360
> Log:
> - Use the extensions specified by the configuration (and ignore if there are
> no associated transformations).
I can see how this w
66 matches
Mail list logo