Françoise Rebel est absente.

2014-04-25 Thread francoise . rebel
Je serai absent(e) du 26/04/2014 au 12/05/2014. Je répondrai à votre message dès mon retour. En cas d'urgence, vous pouvez contacter le BIJ au 05 61 02 86 10 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For a

[Bug 55483] ELException when object has overloaded methods

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55483 --- Comment #8 from Konstantin Kolinko --- (In reply to Christopher Ng from comment #7) > The fix for this has broken one of our EL expressions, we have an overloaded > method like so: > > doSomething(HttpServletRequest a, String b, Strin

svn commit: r1590163 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 22:08:20 2014 New Revision: 1590163 URL: http://svn.apache.org/r1590163 Log: Propose combined patch 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=159

svn commit: r1590159 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 21:56:35 2014 New Revision: 1590159 URL: http://svn.apache.org/r1590159 Log: vote 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=1590159&r1=1590158&r2

[jira] [Updated] (MTOMCAT-238) Parameter staticContextDocbase cant be used

2014-04-25 Thread JIRA
[ https://issues.apache.org/jira/browse/MTOMCAT-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Guillopé updated MTOMCAT-238: - Attachment: tomcat7-maven-plugin-2.2.diff Hi, I've attached the diff file based on Laur

[Bug 56452] IPv6 address and log level debug caused crash

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 --- Comment #6 from Christopher Schultz --- (In reply to Konstantin Kolinko from comment #5) > First, the above code has an error. The IPv4 address part can be longer by 4 > decimal digits than the one written above. Aah, yes. Thanks for p

svn commit: r1590147 - /tomcat/trunk/webapps/docs/config/valve.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 21:10:51 2014 New Revision: 1590147 URL: http://svn.apache.org/r1590147 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-04-25 Thread Bill Barker
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140425.jar:/srv/g

RE: svn commit: r1590120 - in /tomcat/trunk: java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-04-25 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, April 25, 2014 10:43 PM > OK for Tomcat 8 then but not Tomcat 7. > > You have commit privs. It is all yours. OK, done. Regards, Konstantin Preißer -

svn commit: r1590138 - in /tomcat/trunk/java: javax/el/Util.java org/apache/el/util/ReflectionUtil.java

2014-04-25 Thread kpreisser
Author: kpreisser Date: Fri Apr 25 20:53:22 2014 New Revision: 1590138 URL: http://svn.apache.org/r1590138 Log: Follow-Up to r1590120: Simplify code by using Integer.compare(int, int) which is available since Java 1.7. Modified: tomcat/trunk/java/javax/el/Util.java tomcat/trunk/java/org/

Re: svn commit: r1590120 - in /tomcat/trunk: java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-04-25 Thread Mark Thomas
On 25/04/2014 21:41, Konstantin Preißer wrote: > Hi Mark, > What about using Integer.compare(int, int), e.g.: > > @Override > public int compareTo(MatchResult o) { > int cmp = Integer.compare(this.getExact(), o.getExact()); > if (cmp == 0) { >

RE: svn commit: r1590120 - in /tomcat/trunk: java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-04-25 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: ma...@apache.org [mailto:ma...@apache.org] > Sent: Friday, April 25, 2014 9:50 PM > +@Override > +public int compareTo(MatchResult o) { > +if (this.getExact() < o.getExact()) { > +return -1; > +

svn commit: r1590135 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 20:39:27 2014 New Revision: 1590135 URL: http://svn.apache.org/r1590135 Log: Stop threads used for secure WebSocket client connections when they are no longer required and give them better names for easier debugging while they are running. Modified: tomcat/tc7

svn commit: r1590128 - in /tomcat/trunk: java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 20:07:39 2014 New Revision: 1590128 URL: http://svn.apache.org/r1590128 Log: Stop threads used for secure WebSocket client connections when they are no longer required and give them better names for easier debugging while they are running. Modified: tomcat/tru

[Bug 56425] Unable to find unambiguous method in class String

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1590121 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 19:52:38 2014 New Revision: 1590121 URL: http://svn.apache.org/r1590121 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Improve method matching for EL expressions. When looking for matching methods, an exact match between parameter types is preferr

svn commit: r1590120 - in /tomcat/trunk: java/javax/el/Util.java java/org/apache/el/util/ReflectionUtil.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 19:49:46 2014 New Revision: 1590120 URL: http://svn.apache.org/r1590120 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Improve method matching for EL expressions. When looking for matching methods, an exact match between parameter types is prefer

[Bug 56452] IPv6 address and log level debug caused crash

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 --- Comment #5 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #4) > That's only 97 bytes plus a NULL-terminator. Where did you get the 39 from? 39 is the size of IPv6 address in the form used in your example. You

[Bug 56452] IPv6 address and log level debug caused crash

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 --- Comment #4 from Christopher Schultz --- (In reply to Konstantin Kolinko from comment #3) > (In reply to Christopher Schultz from comment #2) > > Created attachment 31557 [details] > > Proposed patch (against mod_jk/trunk) > > > > I hav

[Bug 56451] JNDI lookups under java:comp/Resources do not access resources

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56451 --- Comment #1 from Konstantin Kolinko --- 1. Note that this API is not available in Tomcat 8, but you can call > ic.lookup("java:comp/Resources") which will return StandardRoot. 2. Debugging Tomcat 7, the cause for this issue is differe

[Bug 56418] Manager incorrectly reports deployment as OK even though it failed

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56418 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1590077 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 16:22:45 2014 New Revision: 1590077 URL: http://svn.apache.org/r1590077 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56418 Ensure that the Manager web application does not report success for a web application deployment that fails. Based on a patch by

svn commit: r1590076 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 16:21:14 2014 New Revision: 1590076 URL: http://svn.apache.org/r1590076 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56418 Ensure that the Manager web application does not report success for a web application deployment that fails. Based on a patch by

[Bug 56418] Manager incorrectly reports deployment as OK even though it failed

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56418 --- Comment #3 from Mark Thomas --- (In reply to Sylvain Laurent from comment #2) > OK, I renamed the method to "checkAndOutputContextDeploymentStatus", see new > patch attached. I'm all for clear method names but that seems a little long

svn commit: r1590065 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 15:55:49 2014 New Revision: 1590065 URL: http://svn.apache.org/r1590065 Log: Use JLS recommended order Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java

[Bug 56458] session.isSecure() returning false when using SSL/TLS

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56458 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1590061 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 15:39:48 2014 New Revision: 1590061 URL: http://svn.apache.org/r1590061 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56458 Report WebSocket sessions that are created over secure connections as secure rather than as not secure. Modified: tomcat/tc

svn commit: r1590060 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 15:38:00 2014 New Revision: 1590060 URL: http://svn.apache.org/r1590060 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56458 Report WebSocket sessions that are created over secure connections as secure rather than as not secure. Modified: tomcat/tr

svn commit: r1590041 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 14:35:52 2014 New Revision: 1590041 URL: http://svn.apache.org/r1590041 Log: proposals 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=1590041&r1=15900

svn commit: r1590040 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 14:33:08 2014 New Revision: 1590040 URL: http://svn.apache.org/r1590040 Log: Followup to r1590036 1) simplify 2) add 'synchronized', as web applications may start in parallel Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java Mod

svn commit: r1590038 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 14:14:09 2014 New Revision: 1590038 URL: http://svn.apache.org/r1590038 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=1590038&r1=1590037&r

svn commit: r1590036 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/TldConfig.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 14:12:59 2014 New Revision: 1590036 URL: http://svn.apache.org/r1590036 Log: Ensure TLD parser obtained from cache has correct value of blockExternal Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java tomcat/tc7.0.x/trunk/webapps/

svn commit: r1590033 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 14:07:05 2014 New Revision: 1590033 URL: http://svn.apache.org/r1590033 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=1590033&r1=1590032&r

svn commit: r1590028 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java java/org/apache/jasper/compiler/JspDocumentParser.java webapps/docs/changelog.xml

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 13:49:02 2014 New Revision: 1590028 URL: http://svn.apache.org/r1590028 Log: Defensive coding around some XML activities that are triggered by web applications and are therefore at potential risk of a memory leak. Modified: tomcat/tc7.0.x/trunk/ (props change

Re: Tomcat wiki - edit permissions

2014-04-25 Thread Violeta Georgieva
2014-04-25 15:23 GMT+03:00 Konstantin Kolinko : > > 2014-04-25 16:09 GMT+04:00 Violeta Georgieva : > > Hi, > > > > Can you give me permissions to edit the wiki. > > > > User: VioletaGeorgieva > > Done. I added you to Admin Group, so that you can add more > contributors if needed. I also promoted

svn commit: r1590020 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 13:28:52 2014 New Revision: 1590020 URL: http://svn.apache.org/r1590020 Log: CTR: javadoc, reviewing r1589637 Merged r1590019 from tomcat/tc7.0.x/trunk: Add javadoc for AbstractReplicatedMap ctr parameters added in r1589637 In Tomcat 7 and 8 this feature is cont

svn commit: r1590019 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 13:23:51 2014 New Revision: 1590019 URL: http://svn.apache.org/r1590019 Log: Merged r1590018 from tomcat/trunk: Add javadoc for AbstractReplicatedMap ctr parameters added in r1498820 / r1498855 That feature is controlled via "terminateOnStartFailure" option of B

svn commit: r1590018 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2014-04-25 Thread kkolinko
Author: kkolinko Date: Fri Apr 25 13:21:34 2014 New Revision: 1590018 URL: http://svn.apache.org/r1590018 Log: Add javadoc for AbstractReplicatedMap ctr parameters added in r1498820 That feature is controlled via "terminateOnStartFailure" option of BackupManager. Modified: tomcat/trunk/java

[Bug 56458] session.isSecure() returning false when using SSL/TLS

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56458 burr.clo...@gmail.com changed: What|Removed |Added OS||All -- You are receiving t

[Bug 56458] New: session.isSecure() returning false when using SSL/TLS

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56458 Bug ID: 56458 Summary: session.isSecure() returning false when using SSL/TLS Product: Tomcat 8 Version: 8.0.5 Hardware: Macintosh Status: NEW Severity: normal

Re: Tomcat wiki - edit permissions

2014-04-25 Thread Konstantin Kolinko
2014-04-25 16:09 GMT+04:00 Violeta Georgieva : > Hi, > > Can you give me permissions to edit the wiki. > > User: VioletaGeorgieva Done. I added you to Admin Group, so that you can add more contributors if needed. I also promoted Jean and Keiichi into Admin Group as well. Best regards, Konstant

[Tomcat Wiki] Update of "ContributorsGroup" by KonstantinKolinko

2014-04-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=22&rev2=23 Comment: Moved jfclere and kfujino to Ad

[Tomcat Wiki] Update of "AdminGroup" by KonstantinKolinko

2014-04-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AdminGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/AdminGroup?action=diff&rev1=9&rev2=10 Comment: Add jfclere and kfujino * SebastianBazley

[Tomcat Wiki] Update of "AdminGroup" by KonstantinKolinko

2014-04-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AdminGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/AdminGroup?action=diff&rev1=8&rev2=9 Comment: Add Violeta Georgieva * PidSter * Sebast

Tomcat wiki - edit permissions

2014-04-25 Thread Violeta Georgieva
Hi, Can you give me permissions to edit the wiki. User: VioletaGeorgieva Thanks Violeta

svn commit: r1589997 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/xmlparser/ParserUtils.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 11:24:47 2014 New Revision: 1589997 URL: http://svn.apache.org/r1589997 Log: More defensive coding around some XML activities that are triggered by web applications and are therefore at potential risk of a memory leak. Modified: tomcat/tc7.0.x/trunk/java/org/ap

buildbot exception in ASF Buildbot on tomcat-trunk

2014-04-25 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source S

[Bug 52751] Optimized configuration of the system info displayed in the default error page

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52751 --- Comment #9 from Violeta Georgieva --- Hi Polina, Check Bug 56383. Do you think that the enhancement solves your use case? Regards Violeta -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56383] Securing ErrorReportValve [PATCH]

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

svn commit: r1589994 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml webapps/docs

2014-04-25 Thread violetagg
Author: violetagg Date: Fri Apr 25 11:14:52 2014 New Revision: 1589994 URL: http://svn.apache.org/r1589994 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Merged revision 1589967 from tomcat/trunk: Properties for disabling server information and error report are added to the o.a

svn commit: r1589992 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/Constants.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 11:10:55 2014 New Revision: 1589992 URL: http://svn.apache.org/r1589992 Log: Add new constant missed in previous commit Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/Constants.java Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/Co

svn commit: r1589991 - /tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

2014-04-25 Thread violetagg
Author: violetagg Date: Fri Apr 25 11:05:42 2014 New Revision: 1589991 URL: http://svn.apache.org/r1589991 Log: A quotation mark is missing. Modified: tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.ja

svn commit: r1589990 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/TldParser.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 11:04:24 2014 New Revision: 1589990 URL: http://svn.apache.org/r1589990 Log: More defensive coding around some XML activities that are triggered by web applications and are therefore at potential risk of a memory leak. Modified: tomcat/trunk/java/org/apache/tom

buildbot failure in ASF Buildbot on tomcat-trunk

2014-04-25 Thread buildbot
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/3 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Stamp

svn commit: r1589988 - /tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

2014-04-25 Thread violetagg
Author: violetagg Date: Fri Apr 25 10:57:39 2014 New Revision: 1589988 URL: http://svn.apache.org/r1589988 Log: Return the type attribute in the . Removed by mistake with the previous commit. Modified: tomcat/trunk/java/org/apache/catalina/valves/ErrorReportValve.java Modified: tomcat/trunk

svn commit: r1589985 - /tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 10:53:44 2014 New Revision: 1589985 URL: http://svn.apache.org/r1589985 Log: Parser uses lazy init so move creation of parser inside the block that uses the container class loader. Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java Mo

svn commit: r1589983 - /tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 10:44:05 2014 New Revision: 1589983 URL: http://svn.apache.org/r1589983 Log: Fix indents and copy/paste errors Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.j

svn commit: r1589980 - /tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java

2014-04-25 Thread markt
Author: markt Date: Fri Apr 25 10:28:18 2014 New Revision: 1589980 URL: http://svn.apache.org/r1589980 Log: More defensive coding around some XML activities that are triggered by web applications and are therefore at potential risk of a memory leak. Modified: tomcat/trunk/java/org/apache/jas

svn commit: r1589967 - in /tomcat/trunk: java/org/apache/catalina/valves/ErrorReportValve.java java/org/apache/catalina/valves/mbeans-descriptors.xml webapps/docs/changelog.xml webapps/docs/config/val

2014-04-25 Thread violetagg
Author: violetagg Date: Fri Apr 25 10:06:58 2014 New Revision: 1589967 URL: http://svn.apache.org/r1589967 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 Properties for disabling server information and error report are added to the o.a.catalina.valves.ErrorReportValve. Based on

Early Access builds for JDK 9 b09, JDK 8u20 b10 and JDK 7U60 b15 are available on java.net

2014-04-25 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, Early Access builds for JDK 9 b09 , JDK 8u20 b10 and JDK 7U60 b15 are available on java.net. As we enter the later phases of development for JDK 7u60 & JDK 8u20 , please lo

[Bug 56456] Suggesting lock-free endpoint state machine

2014-04-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56456 --- Comment #3 from Mark Thomas --- Patches should be in diff -u format to aid review. Without some performance tests that demonstrate that this code performs better than the current code for the normal usage case(s) then this issue is lik