[Bug 63898] JSP EL generation is wrong when using newer version of Java 1.8 & tag class uses method overloading and isELIgnored="false

2019-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are recei

[Bug 63875] Tomcat 8.5.46, APR/libtcnative crashes

2019-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875 --- Comment #15 from Remy Maucherat --- We got and read your latest comment with the additional testing. However, pinging developers for updates is not acceptable behavior. Please don't do this again. -- You are receiving this mail because: Y

Re: RewriteMap parsing

2019-11-01 Thread Felix Schumacher
Am 28.10.19 um 23:06 schrieb Romain Manni-Bucau: > +1 for quotes > > Can the "function" support be pluggable either with an explicit > registry or a SPI? Would be awesome to enrich it in "super tomcat" > instances (thinking to meecrowave, tomee and maybe spring boot). The function support is alre

Re: RewriteMap parsing

2019-11-01 Thread Romain Manni-Bucau
Through the spi IMHO and if it can be ambiguous use an ordinal or priority to let it be overriden maybe? Le ven. 1 nov. 2019 à 10:46, Felix Schumacher < felix.schumac...@internetallee.de> a écrit : > > Am 28.10.19 um 23:06 schrieb Romain Manni-Bucau: > > +1 for quotes > > Can the "function" suppo

svn commit: r1869240 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2019-11-01 Thread fschumacher
Author: fschumacher Date: Fri Nov 1 10:14:59 2019 New Revision: 1869240 URL: http://svn.apache.org/viewvc?rev=1869240&view=rev Log: Added presentations from ApacheCon Europe 2019 Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomc

Re: RewriteMap parsing

2019-11-01 Thread Felix Schumacher
Am 01.11.19 um 11:11 schrieb Romain Manni-Bucau: > Through the spi IMHO and if it can be ambiguous use an ordinal or > priority to let it be overriden maybe? Do we want users to be able to overwrite our functions? Is the "int:" namespace free for everyone? Should we break the context startup in

[GitHub] [tomcat-training] dependabot[bot] opened a new pull request #2: Bump extend from 3.0.1 to 3.0.2

2019-11-01 Thread GitBox
dependabot[bot] opened a new pull request #2: Bump extend from 3.0.1 to 3.0.2 URL: https://github.com/apache/tomcat-training/pull/2 Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/just

[tomcat-training] branch dependabot/npm_and_yarn/extend-3.0.2 created (now 32fb224)

2019-11-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/extend-3.0.2 in repository https://gitbox.apache.org/repos/asf/tomcat-training.git. at 32fb224 Bump extend from 3.0.1 to 3.0.2 No new revisions were added by t

[Bug 63897] Jasper doesn't reload a JSP if it was modified while being compiled

2019-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63897 Christopher Schultz changed: What|Removed |Added Keywords||PatchAvailable --- Comment #1 fr

Re: RewriteMap parsing

2019-11-01 Thread Romain Manni-Bucau
Le ven. 1 nov. 2019 à 11:26, Felix Schumacher < felix.schumac...@internetallee.de> a écrit : > > Am 01.11.19 um 11:11 schrieb Romain Manni-Bucau: > > Through the spi IMHO and if it can be ambiguous use an ordinal or priority > to let it be overriden maybe? > > Do we want users to be able to overwr

[GitHub] [tomcat] FSchumacher opened a new pull request #221: RewriteMap with quoted parameters and ServiceLoader support

2019-11-01 Thread GitBox
FSchumacher opened a new pull request #221: RewriteMap with quoted parameters and ServiceLoader support URL: https://github.com/apache/tomcat/pull/221 This PR combines two things: * Allows quoted parameters for `RewriteValve` config and adds a new default method to `RewriteMap` to allow

Re: RewriteMap parsing

2019-11-01 Thread Felix Schumacher
Am 01.11.19 um 14:24 schrieb Romain Manni-Bucau: > > > Le ven. 1 nov. 2019 à 11:26, Felix Schumacher > > a écrit : > > > Am 01.11.19 um 11:11 schrieb Romain Manni-Bucau: >> Through the spi IMHO and if it can be ambiguous use an ordinal or >> p

[GitHub] [tomcat] rmaucher commented on issue #221: RewriteMap with quoted parameters and ServiceLoader support

2019-11-01 Thread GitBox
rmaucher commented on issue #221: RewriteMap with quoted parameters and ServiceLoader support URL: https://github.com/apache/tomcat/pull/221#issuecomment-548880968 This looks a bit overengineered, personally I am surprised to see the service loader being used for such a small feature [I ad

Re: RewriteMap parsing

2019-11-01 Thread Romain Manni-Bucau
Hi Felix Overall it looks good but I'd do two minor changes: 1. Only lookup providers once per context (ServiceLoader result being cached per parser instance) 2. Likely lazy load the parsing after context startup to ensure ioc can be used (spring web or cdi lookups) Hope it makes sense Le ven.

[Bug 63897] Jasper doesn't recompile a JSP if it was modified while being compiled

2019-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63897 Karl von Randow changed: What|Removed |Added Summary|Jasper doesn't reload a JSP |Jasper doesn't recompile a