https://bz.apache.org/bugzilla/show_bug.cgi?id=47214
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Apr 6 22:06:15 2017
New Revision: 1790476
URL: http://svn.apache.org/viewvc?rev=1790476&view=rev
Log:
Remove unnecessary privileged block for getLocalizeMessage.
I can't see anything in getLocalizeMessage that would trigger a security check.
I checked back through the svn
Author: markt
Date: Thu Apr 6 20:56:15 2017
New Revision: 1790465
URL: http://svn.apache.org/viewvc?rev=1790465&view=rev
Log:
Remove unnecessary privileged block from setAttribute.
I can't see anything in doSetAttribute that would trigger a security check.
Modified:
tomcat/trunk/java/org/apa
Author: markt
Date: Thu Apr 6 20:55:06 2017
New Revision: 1790464
URL: http://svn.apache.org/viewvc?rev=1790464&view=rev
Log:
Remove unnecessary privileged block from removeAttribute.
I can't see anything in doRemoveAttribute that would trigger a security check.
Modified:
tomcat/trunk/java/o
Author: markt
Date: Thu Apr 6 20:54:03 2017
New Revision: 1790463
URL: http://svn.apache.org/viewvc?rev=1790463&view=rev
Log:
Remove unnecessary privileged block from removeAttribute.
I can't see anything in doRemoveAttribute that would trigger a security check.
Modified:
tomcat/trunk/java/o
Author: markt
Date: Thu Apr 6 20:52:59 2017
New Revision: 1790462
URL: http://svn.apache.org/viewvc?rev=1790462&view=rev
Log:
Remove unnecessary privileged block from include.
I can't see anything in doInclude that would trigger a security check.
Modified:
tomcat/trunk/java/org/apache/jasper
Author: markt
Date: Thu Apr 6 20:47:38 2017
New Revision: 1790461
URL: http://svn.apache.org/viewvc?rev=1790461&view=rev
Log:
Remove unnecessary privileged block from handlePageException.
I can't see anything in doHandlePageException that would trigger a security
check.
Modified:
tomcat/tru
Author: markt
Date: Thu Apr 6 20:44:24 2017
New Revision: 1790460
URL: http://svn.apache.org/viewvc?rev=1790460&view=rev
Log:
Remove unnecessary privileged block from getAttributesScope.
I can't see anything in doGetAttributeScope that would trigger a security check.
Modified:
tomcat/trunk/j
Author: markt
Date: Thu Apr 6 20:42:01 2017
New Revision: 1790459
URL: http://svn.apache.org/viewvc?rev=1790459&view=rev
Log:
Remove unnecessary privileged block from getAttributeNamesInScope.
I can't see anything in doGetAttributeNamesInScope that would trigger a
security check.
Modified:
Author: markt
Date: Thu Apr 6 20:32:40 2017
New Revision: 1790456
URL: http://svn.apache.org/viewvc?rev=1790456&view=rev
Log:
Remove unnecessary privileged block from forward.
I can't see anything in doForward that would trigger a security check.
Modified:
tomcat/trunk/java/org/apache/jasper
Author: markt
Date: Thu Apr 6 20:29:13 2017
New Revision: 1790455
URL: http://svn.apache.org/viewvc?rev=1790455&view=rev
Log:
Remove unnecessary privileged block from findAttribute.
I can't see anything in doFindAttribute that would trigger a security check.
Modified:
tomcat/trunk/java/org/a
Author: markt
Date: Thu Apr 6 20:27:06 2017
New Revision: 1790454
URL: http://svn.apache.org/viewvc?rev=1790454&view=rev
Log:
Remove unnecessary privileged block from getAttribute.
I can't see anything in doGetAttribute that would trigger a security check.
Modified:
tomcat/trunk/java/org/apa
Author: markt
Date: Thu Apr 6 20:25:01 2017
New Revision: 1790453
URL: http://svn.apache.org/viewvc?rev=1790453&view=rev
Log:
Refactor to reduce duplicate(ish) code
Modified:
tomcat/trunk/java/org/apache/jasper/runtime/PageContextImpl.java
tomcat/trunk/java/org/apache/jasper/security/Sec
Author: markt
Date: Thu Apr 6 20:05:07 2017
New Revision: 1790448
URL: http://svn.apache.org/viewvc?rev=1790448&view=rev
Log:
Move null check outside privileged block to reduce duplication
Modified:
tomcat/trunk/java/org/apache/jasper/runtime/PageContextImpl.java
Modified: tomcat/trunk/java
Author: markt
Date: Thu Apr 6 20:00:51 2017
New Revision: 1790447
URL: http://svn.apache.org/viewvc?rev=1790447&view=rev
Log:
Refactor to reduce duplicate(ish) code
Modified:
tomcat/trunk/java/org/apache/jasper/runtime/PageContextImpl.java
tomcat/trunk/java/org/apache/jasper/security/Sec
I am not much close, but r1781988 broke it:
"Ensure that executor thread pools used with connectors pre-start the
configured minimum number of idle threads."
The change itself is OK, but as a consequence the test is now
executing with more threads in the executor:
Index: java/org/apache/to
Author: markt
Date: Thu Apr 6 19:43:16 2017
New Revision: 1790443
URL: http://svn.apache.org/viewvc?rev=1790443&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=47214
Replace explicitly referenced anonymous inner classes in
NioBlockingSelector.BlockPoller with named i
Author: markt
Date: Thu Apr 6 18:52:00 2017
New Revision: 1790437
URL: http://svn.apache.org/viewvc?rev=1790437&view=rev
Log:
Use longer lines
No functional change
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/catalina
Author: markt
Date: Thu Apr 6 15:20:00 2017
New Revision: 1790420
URL: http://svn.apache.org/viewvc?rev=1790420&view=rev
Log:
Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=47214
Refactor to remove a switch statement that resulted in the generation of a
synthetic class that neede
Github user alexisgayte commented on the issue:
https://github.com/apache/tomcat/pull/51
I can see the point to lock the table in case of load balancing.
But the previous version was deleting and inserting only.
Will it not put down the perf as 90% are update?
---
If your pro
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871
--- Comment #11 from Rainer Jung ---
(In reply to Andrey Zykov from comment #7)
> java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter
> org.apache.juli.OneLineFormatter.timeFormat = -MM-dd'T'HH:mm:ss.SSSZ
>
> But
Github user ChristopherSchultz commented on the issue:
https://github.com/apache/tomcat/pull/51
Might this be better written as `SELECT ... FOR UPDATE` with either
`updateRow` or `ResultSet.insert` if there are no results from the `SELECT`?
---
If your project is set up for it, you c
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/726
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871
--- Comment #10 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to Andrey Zykov from comment #9)
> (In reply to Michael Osipov from comment #8)
> >
> > I had the same issue, read he Javadoc: SSS is not supported. You wan't
> > "-MM-d
Author: markt
Date: Thu Apr 6 11:03:50 2017
New Revision: 1790379
URL: http://svn.apache.org/viewvc?rev=1790379&view=rev
Log:
Pre-load the ExceptionUtils class. Since the class is used extensively in error
handling, it is prudent to pre-load it to avoid any failure to load this class
masking th
Author: markt
Date: Thu Apr 6 11:02:57 2017
New Revision: 1790378
URL: http://svn.apache.org/viewvc?rev=1790378&view=rev
Log:
Pre-load the ExceptionUtils class. Since the class is used extensively in error
handling, it is prudent to pre-load it to avoid any failure to load this class
masking th
Author: markt
Date: Thu Apr 6 11:02:19 2017
New Revision: 1790377
URL: http://svn.apache.org/viewvc?rev=1790377&view=rev
Log:
Pre-load the ExceptionUtils class. Since the class is used extensively in error
handling, it is prudent to pre-load it to avoid any failure to load this class
masking th
Author: markt
Date: Thu Apr 6 11:01:42 2017
New Revision: 1790376
URL: http://svn.apache.org/viewvc?rev=1790376&view=rev
Log:
Pre-load the ExceptionUtils class. Since the class is used extensively in error
handling, it is prudent to pre-load it to avoid any failure to load this class
masking th
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871
--- Comment #9 from Andrey Zykov ---
(In reply to Michael Osipov from comment #8)
>
> I had the same issue, read he Javadoc: SSS is not supported. You wan't
> "-MM-dd'T'HH:mm:ss". Btw, never go for Z but for ZZZ only. Try
> "-MM-dd'T'H
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871
--- Comment #8 from Michael Osipov <1983-01...@gmx.net> ---
(In reply to Andrey Zykov from comment #7)
> (In reply to Mark Thomas from comment #5)
> > This is now configurable in 9.0.x (for 9.0.0.M10 onwards) and 8.5.x (for
> > 8.5.5) onwards.
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59871
--- Comment #7 from Andrey Zykov ---
(In reply to Mark Thomas from comment #5)
> This is now configurable in 9.0.x (for 9.0.0.M10 onwards) and 8.5.x (for
> 8.5.5) onwards.
Hello Mark! I'm trying to change timestamp for OneLineFormatter on my T
31 matches
Mail list logo