Re: [VOTE] Release Apache Tomcat 8.5.84 [test-failure question]

2022-11-16 Thread Mark Thomas
On 16/11/2022 16:48, Christopher Schultz wrote: All, I'm getting a test failure on Windows for this test: TEST-javax.servlet.http.TestHttpServletDoHeadValidWrite513.NIO.txt Looking at the log file, it seems to be complaining that it can't clean-up after itself: Testsuite:

Re: [VOTE] Release Apache Tomcat 8.5.84 [test-failure question]

2022-11-16 Thread Christopher Schultz
All, I'm getting a test failure on Windows for this test: TEST-javax.servlet.http.TestHttpServletDoHeadValidWrite513.NIO.txt Looking at the log file, it seems to be complaining that it can't clean-up after itself: Testsuite: javax.servlet.http.TestHttpServletDoHeadValidWrite513 Tests run:

Re: Question about the log variable in Filters

2022-08-31 Thread tianshuang
Well, actually the Filter class will only be loaded once by the common classloader, to ensure that the latest log configuration in the webapp is used, we have to remove the static modifier to ensure that the log instance is recreated with the new configuration (if the configuration changes).

Re: Question about the log variable in Filters

2022-08-31 Thread Konstantin Kolinko
ср, 31 авг. 2022 г. в 13:25, tianshuang : > > Hi, > > In this commit > , > the static modifier was removed from the log variable in the Filters class, > but I don't understand why it needs to be removed. As far as

Question about the log variable in Filters

2022-08-31 Thread tianshuang
Hi, In this commit , the static modifier was removed from the log variable in the Filters class, but I don't understand why it needs to be removed. As far as I know, when a class is loaded by different

Re: Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
" tag handlers. This would work only for BSF script engines (the Apache scripting framework that predates the official Java scripting framework javax.script a.k.a. jsr223) as there terminate() is available. The question: would you see a problem in employing System.gc() independent o

Re: Question ad using System.gc()

2022-08-04 Thread Konstantin Kolinko
g provided by the JSP specification / Tag Extension API for "classical" tag handlers. > > The question: would you see a problem in employing System.gc() independent of > the JVM and/or Tomcat? > Theoretically it may be invoked every second or two (unless of course the >

Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
of a ScriptEngine that serves as the peer for a native programming language instance would employ a System.gc() in the case that 100 or more such unreferenced ScriptEngines exist in the currently running JVM. The question: would you see a problem in employing System.gc() independent of the JVM and/or Tomcat

RE: Question

2021-02-04 Thread jonmcalexander
Thank you so much Mark!!! Yesterday was a PEBKAC day. Sent with BlackBerry Work (www.blackberry.com) From: Mark Thomas Sent: Feb 4, 2021 1:57 AM To: dev@tomcat.apache.org Subject: Re: Question On 04/02/2021 05:04, jonmcalexan...@wellsfargo.com.INVALID wrote

Re: Question

2021-02-03 Thread Mark Thomas
On 04/02/2021 05:04, jonmcalexan...@wellsfargo.com.INVALID wrote: > Hi Folks! Another wild and crazy question. > > So, Tomcat 10.0.2. I see that it uses Jakarta EE 9, and the README states it > requires at least Java 8. So, will it run just fine on Java 1.8x or does the > Jaka

Question

2021-02-03 Thread jonmcalexander
Hi Folks! Another wild and crazy question. So, Tomcat 10.0.2. I see that it uses Jakarta EE 9, and the README states it requires at least Java 8. So, will it run just fine on Java 1.8x or does the Jakarta EE 1.9 have to be installed? Thanks, Dream * Excel * Explore * Inspire Jon McAlexander

Re: 10.0.x Release Question

2021-01-23 Thread Mark Thomas
On 23/01/2021 16:59, Volodymyr Siedlecki wrote: > Hello, > > Since 10.0.0 is still in beta, is there an expected timeframe of a non-beta > release? > Will it be 10.0.1 or another future release? That depends on how the community votes on the 10.0.1 release. Personally, I think 10.0.x is stable

10.0.x Release Question

2021-01-23 Thread Volodymyr Siedlecki
Hello, Since 10.0.0 is still in beta, is there an expected timeframe of a non-beta release? Will it be 10.0.1 or another future release? Thank you for your help, Volodymyr

RE: Migration Guide question

2021-01-11 Thread jonmcalexander
for your cooperation. > -Original Message- > From: Mark Thomas > Sent: Monday, January 11, 2021 1:59 AM > To: Tomcat Developers List > Subject: Re: Migration Guide question > > On 11/01/2021 05:04, jonmcalexan...@wellsfargo.com.INVALID wrote: > > Quick q

Re: Migration Guide question

2021-01-10 Thread Mark Thomas
On 11/01/2021 05:04, jonmcalexan...@wellsfargo.com.INVALID wrote: > Quick question. > > In looking at the Migration Guides, there is a guide for going from 7.0x to > 8.0x and a guide for going from 8.0x to 8.5x. However, there isn't a guide > for going from Tomcat 7x to 8.5x. Wit

Migration Guide question

2021-01-10 Thread jonmcalexander
Quick question. In looking at the Migration Guides, there is a guide for going from 7.0x to 8.0x and a guide for going from 8.0x to 8.5x. However, there isn't a guide for going from Tomcat 7x to 8.5x. With 7.0 going EOL at the end of March, is there any hope of a migration plan for developers

Re: Question regarding PoEditor

2020-04-18 Thread Mark Thomas
On 18/04/2020 06:51, Maxim Solodovnik wrote: > Hello, > > some time ago Mark announce the ability to use POEditor so users can > contribute translations > > I have started to import Apache OpenMeetings strings to PoEditor to > provide our users easier way to contribute > But found our strings 

Question regarding PoEditor

2020-04-17 Thread Maxim Solodovnik
Hello, some time ago Mark announce the ability to use POEditor so users can contribute translations I have started to import Apache OpenMeetings strings to PoEditor to provide our users easier way to contribute But found our strings doesn't fit into Free plan :( Can you share how you were able

Re: Question Regarding McastServiceImpl#setupSocket

2019-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gurkan, On Thursday, May 30th, 2019, Gurkan Erdogdu wrote: > > In macOS test server, when configuring the mcastBindAddress as > 192.168.1.139 and address as 228.0.0.4 , the code does not use > mcastBindAddress , instead it uses multicast

Re: Question Regarding McastServiceImpl#setupSocket

2019-05-30 Thread Gurkan Erdogdu
Hi ChrisIn  macOS test server, when configuring the mcastBindAddress as 192.168.1.139 and address as 228.0.0.4 , the code does not use mcastBindAddress , instead it uses multicast  address for socket binding and throws exception when sending the datagram packet. Here is the exception:

Re: Question Regarding McastServiceImpl#setupSocket

2019-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gurkan, On 5/29/19 02:28, Gurkan Erdogdu wrote: > Hi In an McastServiceImpl#setupSocket method, if the user > configures the mcastBindAddress, it will use the socket to bind to > this address. But, in the code below, it uses the "address" field >

Question Regarding McastServiceImpl#setupSocket

2019-05-29 Thread Gurkan Erdogdu
HiIn an McastServiceImpl#setupSocket method, if the user configures the mcastBindAddress, it will use the socket to bind to this address. But, in the code below, it uses the "address" field while creating the socket. Is this correct ? if (mcastBindAddress != null) {  try {    

Re: commons-daemon packaging question

2019-04-05 Thread Konstantin Kolinko
пт, 5 апр. 2019 г. в 22:48, Coty Sutherland : > > Hi, > > I'm looking into commons-daemon in Tomcat and it appears that the Windows > executables (prunsrv and prunmgr) don't require the commons-daemon.jar to > run Tomcat like the *nix binary (jsvc) does. Can someone confirm that (I > tested it and

commons-daemon packaging question

2019-04-05 Thread Coty Sutherland
Hi, I'm looking into commons-daemon in Tomcat and it appears that the Windows executables (prunsrv and prunmgr) don't require the commons-daemon.jar to run Tomcat like the *nix binary (jsvc) does. Can someone confirm that (I tested it and it seems to work fine without the jar)? If it's unused I

Re: 8.5.38 release date question

2019-01-28 Thread Mark Thomas
On 28/01/2019 18:27, Matt Stoddart wrote: > Hi all, > > Thanks for all the development support. Is there an expected release date > for 8.5.38? My company is significantly impacted by > https://bz.apache.org/bugzilla/show_bug.cgi?id=63022 and we're eager to > release a fix. Tag is expected early

8.5.38 release date question

2019-01-28 Thread Matt Stoddart
Hi all, Thanks for all the development support. Is there an expected release date for 8.5.38? My company is significantly impacted by https://bz.apache.org/bugzilla/show_bug.cgi?id=63022 and we're eager to release a fix. Thanks, --Matt

Re: Bug 62140 implementation question

2018-10-03 Thread Mitch Claborn
My only thought was the single-source value. If it would be a lot of extra work to do the text file, then I think the original design is fine. Mitch On 10/02/2018 09:56 AM, Marek Czernek wrote: Well, I personally would prefer if it was  a soure-able (or call-able for windows) script;

Re: Bug 62140 implementation question

2018-10-02 Thread Marek Czernek
Well, I personally would prefer if it was  a soure-able (or call-able for windows) script; otherwise, you'd have to parse the text file to check which part of the text you want to output, since you don't want to output all the text at once, but only for one particular verb. Any particular

Re: Bug 62140 implementation question

2018-10-02 Thread Mitch Claborn
Are the available verbs the same for both .sh and .bat? If so, perhaps a text file that contains the actual help text that could be output from both .bat and .sh. Mitch On 10/01/2018 02:48 PM, Marek Czernek wrote: Hi there, I'd like to resolve Bug 62140 [0]. I just wanted to gather some

Bug 62140 implementation question

2018-10-01 Thread Marek Czernek
Hi there, I'd like to resolve Bug 62140 [0]. I just wanted to gather some opinions about the implementation details. In my mind, the following solution is quite reasonable: 1. Create new help scripts, such as help.sh and help.bat. These files contain a method for each functional verb that

Re: Question about r1780601

2017-03-21 Thread Rémy Maucherat
2017-03-21 17:45 GMT+01:00 Violeta Georgieva : > Hi, > > I was checking some back ports related to bug 60897. > This [1] was not back ported to the older versions. > Do we really want it only for Tomcat 9? > It can now be backported since nobody complained about it,

Question about r1780601

2017-03-21 Thread Violeta Georgieva
Hi, I was checking some back ports related to bug 60897. This [1] was not back ported to the older versions. Do we really want it only for Tomcat 9? Regards, Violeta [1] https://svn.apache.org/viewvc?view=revision=1780601

Re: Question on submitting bugs/patches for multiple versions of Tomcat

2017-01-18 Thread Mark Thomas
On 18/01/2017 10:48, Michael Orr wrote: > Hi folks, > > I've submitted a patch for Tomcat 7 (bug #60597) and have patches > prepared for 8.5 and 9 as well. Do I just attach these patch files to > the same bug in Bugzilla or should I create two new bugs - one for > each major version of Tomcat?

Question on submitting bugs/patches for multiple versions of Tomcat

2017-01-18 Thread Michael Orr
Hi folks, I've submitted a patch for Tomcat 7 (bug #60597) and have patches prepared for 8.5 and 9 as well. Do I just attach these patch files to the same bug in Bugzilla or should I create two new bugs - one for each major version of Tomcat? Thanks, Michael

Re: Question about Windows zip distro

2017-01-09 Thread Mark Thomas
On 09/01/2017 18:24, Coty Sutherland wrote: > Hi all, > > Do we intentionally ship the shell scripts along with the > tomcat-native and commons-daemon-native tarballs in bin for the > Windows distribution? Yes. The only variation is the difference in line-endings. I believe the intention is to

Question about Windows zip distro

2017-01-09 Thread Coty Sutherland
Hi all, Do we intentionally ship the shell scripts along with the tomcat-native and commons-daemon-native tarballs in bin for the Windows distribution? +++ $ ll apache-tomcat-7.0.73-windows-x64.zip/apache-tomcat-7.0.73/bin/ | egrep '(tar.gz|sh)$' -rw-r--r--. 1 coty coty 21646 Nov 7 23:29

Re: a small question of org.apache.tomcat.util.digester.Digester

2016-12-12 Thread Mark Thomas
On 12/12/2016 12:01, 储巍 wrote: > Hi! > > when I read the code of Tomcat 9. I have the following question. > > CLass:org.apache.tomcat.util.digester.Digester > Method:endDocument() > > What's the purpose of the following code block. I think it is same as > &quo

a small question of org.apache.tomcat.util.digester.Digester

2016-12-12 Thread 储巍
Hi! when I read the code of Tomcat 9. I have the following question. CLass:org.apache.tomcat.util.digester.Digester Method:endDocument() What's the purpose of the following code block. I think it is same as "stack.clear()" in method clear(). while (getCount() &g

Re: Question about AccessLog.setRequestAttributesEnabled

2016-11-17 Thread Mark Thomas
On 17/11/2016 09:06, Violeta Georgieva wrote: > Hi, > > There is an issue [1] about an incorrect javadoc > for org.apache.catalina.AccessLog.setRequestAttributesEnabled > > I have a question about the default value. > > With the following change [2], back in 2

Question about AccessLog.setRequestAttributesEnabled

2016-11-17 Thread Violeta Georgieva
Hi, There is an issue [1] about an incorrect javadoc for org.apache.catalina.AccessLog.setRequestAttributesEnabled I have a question about the default value. With the following change [2], back in 2011, the default for all implementations was set to "true". But with change [3] the def

Re: Question about o.a.t.util.digester.Digester.useContextClassLoader

2016-09-13 Thread Mark Thomas
On 13/09/2016 17:24, Violeta Georgieva wrote: > Hi, > > There are places in org.apache.tomcat.util.digester.Digester that do not > consider useContextClassLoader. > I would like to ask whether this is intentional or I can change that and > use the provided classloader when useContextClassLoader

Question about o.a.t.util.digester.Digester.useContextClassLoader

2016-09-13 Thread Violeta Georgieva
Hi, There are places in org.apache.tomcat.util.digester.Digester that do not consider useContextClassLoader. I would like to ask whether this is intentional or I can change that and use the provided classloader when useContextClassLoader is false. Thanks a lot, Violeta

Re: question regarding current versioning scheme

2016-09-09 Thread Mark Thomas
On 09/09/2016 17:32, Jarosław Górny wrote: > Hi, > > I need to write a piece of code for the tool I'm working on, to > compare Tomcat version strings ;) I've been advised on #tomcat channel > to ask here, so here I am. Please forgive me, but I haven't found > relevant information on the homepage

question regarding current versioning scheme

2016-09-09 Thread Jarosław Górny
Hi, I need to write a piece of code for the tool I'm working on, to compare Tomcat version strings ;) I've been advised on #tomcat channel to ask here, so here I am. Please forgive me, but I haven't found relevant information on the homepage / docs. I see that for 9.x branch there are the builds

[Bug 57670] New: Question about javaEncoding of a generated-from-jsp java file

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57670 Bug ID: 57670 Summary: Question about javaEncoding of a generated-from-jsp java file Product: Tomcat 7 Version: unspecified Hardware: PC OS: Linux

[Bug 57670] Question about javaEncoding of a generated-from-jsp java file

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57670 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Question about taglibs. Issue 37466

2015-02-18 Thread Jeremy Boynes
On Feb 17, 2015, at 8:23 AM, Jeremy Boynes jboy...@apache.org wrote: On Feb 17, 2015, at 4:34 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) step...@republika.nl: Hi everyone, I have a question about this issue: https

Re: Question about taglibs. Issue 37466

2015-02-18 Thread Stephan van Loendersloot (LIST)
wrote: On Feb 17, 2015, at 4:34 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) step...@republika.nl: Hi everyone, I have a question about this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 I tried to switch

Re: Question about taglibs. Issue 37466

2015-02-18 Thread Jeremy Boynes
On Feb 18, 2015, at 3:10 AM, Stephan van Loendersloot (LIST) step...@republika.nl wrote: Hi Konstantin, Jeremy, Yes I can provide a simple example shortly... Apologies for breaking the first rule of questioning: provide all details about operating system, container, libraries, etc.

Re: Question about taglibs. Issue 37466

2015-02-17 Thread Jeremy Boynes
On Feb 17, 2015, at 4:34 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) step...@republika.nl: Hi everyone, I have a question about this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 I tried to switch

Re: Question about taglibs. Issue 37466

2015-02-17 Thread Konstantin Kolinko
2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) step...@republika.nl: Hi everyone, I have a question about this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 I tried to switch to the latest Tomcat TagLibs implementation, but due to this fixed bug, it seems

Question about taglibs. Issue 37466

2015-02-14 Thread Stephan van Loendersloot (LIST)
Hi everyone, I have a question about this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 I tried to switch to the latest Tomcat TagLibs implementation, but due to this fixed bug, it seems that posted form parameters aren't visible anymore in relative pages imported by c:import

Question of new SessionIdGenerator implementation.

2014-10-14 Thread Keiichi Fujino
I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass that is cached to Manager. However, attributes of jvmRoute and sessionIdLength are default value. I think these attributes are need

Re: Question of new SessionIdGenerator implementation.

2014-10-14 Thread Konstantin Kolinko
2014-10-14 10:12 GMT+04:00 Keiichi Fujino kfuj...@apache.org: I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass that is cached to Manager. However, attributes of jvmRoute

Re: Question of new SessionIdGenerator implementation.

2014-10-14 Thread Konstantin Kolinko
2014-10-14 16:17 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-10-14 10:12 GMT+04:00 Keiichi Fujino kfuj...@apache.org: I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass

tomcat staging 8.0.0 RC7 question

2013-12-16 Thread Ludovic Champenois
Hi, I see there is a maven staging repo at https://repository.apache.org/content/repositories/orgapachetomcat-047 but it seems I am missing the 2 artifacts: The POM for org.eclipse.jdt.core.compiler:ecj:jar:4.3.1 is missing, no dependency information available The POM for

Re: tomcat staging 8.0.0 RC7 question

2013-12-16 Thread Mark Thomas
On 17/12/2013 00:47, Ludovic Champenois wrote: Hi, I see there is a maven staging repo at https://repository.apache.org/content/repositories/orgapachetomcat-047 but it seems I am missing the 2 artifacts: The POM for org.eclipse.jdt.core.compiler:ecj:jar:4.3.1 is missing, no dependency

Re: tomcat staging 8.0.0 RC7 question

2013-12-16 Thread Ludovic Champenois
Cool! Thank you, Ludo On Mon, Dec 16, 2013 at 4:55 PM, Mark Thomas ma...@apache.org wrote: On 17/12/2013 00:47, Ludovic Champenois wrote: Hi, I see there is a maven staging repo at https://repository.apache.org/content/repositories/orgapachetomcat-047 but it seems I am missing the 2

Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a setter, then a PropertyNotFoundException is thrown. But the throws clause states

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Konstantin Kolinko
2013/7/11 Violeta Georgieva miles...@gmail.com: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a setter

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Mark Thomas
On 11/07/2013 13:49, Violeta Georgieva wrote: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a setter

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
2013/7/11 Konstantin Kolinko wrote: 2013/7/11 Violeta Georgieva miles...@gmail.com: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
2013/7/11 Mark Thomas wrote: On 11/07/2013 13:49, Violeta Georgieva wrote: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have

[Bug 54942] New: a design question of websocket

2013-05-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54942 Bug ID: 54942 Summary: a design question of websocket Product: Tomcat 7 Version: 7.0.39 Hardware: PC OS: Windows XP Status: NEW Severity: normal

[Bug 54942] a design question of websocket

2013-05-08 Thread bugzilla
|RESOLVED Resolution|--- |INVALID --- Comment #1 from Chuck Caldarale chuck.caldar...@unisys.com --- Bugzilla is not a question and answer forum. Post your query on the Tomcat users' mailing list. -- You are receiving this mail because: You are the assignee for the bug

Re: Question for the loader used in o.a.t.util.scan.StandardJarScanner

2013-03-21 Thread Violeta Georgieva
2013/3/20 Mark Thomas wrote: On 20/03/2013 13:55, Violeta Georgieva wrote: Hi, I have a question for the loader that is used in o.a.t.util.scan.StandardJarScanner.scan(ServletContext, ClassLoader, JarScannerCallback, SetString) (7.0.x trunk). Why don't we use the loader that is provided

Re: Question for the loader used in o.a.t.util.scan.StandardJarScanner

2013-03-21 Thread Mark Thomas
On 21/03/2013 08:09, Violeta Georgieva wrote: 2013/3/20 Mark Thomas wrote: On 20/03/2013 13:55, Violeta Georgieva wrote: Hi, I have a question for the loader that is used in o.a.t.util.scan.StandardJarScanner.scan(ServletContext, ClassLoader, JarScannerCallback, SetString) (7.0.x trunk

Question for the loader used in o.a.t.util.scan.StandardJarScanner

2013-03-20 Thread Violeta Georgieva
Hi, I have a question for the loader that is used in o.a.t.util.scan.StandardJarScanner.scan(ServletContext, ClassLoader, JarScannerCallback, SetString) (7.0.x trunk). Why don't we use the loader that is provided as a method parameter, but instead of this we are using the thread context class

Re: Question for the loader used in o.a.t.util.scan.StandardJarScanner

2013-03-20 Thread Mark Thomas
On 20/03/2013 13:55, Violeta Georgieva wrote: Hi, I have a question for the loader that is used in o.a.t.util.scan.StandardJarScanner.scan(ServletContext, ClassLoader, JarScannerCallback, SetString) (7.0.x trunk). Why don't we use the loader that is provided as a method parameter

Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
I'm implementing the Part#getSubmittedFileName method introduced in SERVLET_SPEC-57 [1]. o.a.c.core.ApplicationPart already has a getFilename method that accomplishes this that is not part of the interface but IS public. This method is used only in o.a.c.connector.Request (once), but that's

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Mark Thomas
Renaming the method is fine. We don't change the API for the sake of it but if there is a need to then it is fine. Mark Nick Williams nicho...@nicholaswilliams.net wrote: I'm implementing the Part#getSubmittedFileName method introduced in SERVLET_SPEC-57 [1]. o.a.c.core.ApplicationPart

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
On Mar 9, 2013, at 3:15 PM, Nick Williams wrote: I'm implementing the Part#getSubmittedFileName method introduced in SERVLET_SPEC-57 [1]. o.a.c.core.ApplicationPart already has a getFilename method that accomplishes this that is not part of the interface but IS public. This method is

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote: Renaming the method is fine. We don't change the API for the sake of it but if there is a need to then it is fine. Mark Look at you top-posting. :-P You replied just as I was. I deprecated getFilename and wrapped it around

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Konstantin Kolinko
2013/3/10 Nick Williams nicho...@nicholaswilliams.net: On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote: Renaming the method is fine. We don't change the API for the sake of it but if there is a need to then it is fine. Mark Look at you top-posting. :-P You replied just as I was. I

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Mark Thomas
Nick Williams nicho...@nicholaswilliams.net wrote: On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote: Renaming the method is fine. We don't change the API for the sake of it but if there is a need to then it is fine. Mark Look at you top-posting. :-P :-) Sorry. Mobile client wasn't

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
On Mar 9, 2013, at 4:57 PM, Mark Thomas wrote: Nick Williams nicho...@nicholaswilliams.net wrote: On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote: Renaming the method is fine. We don't change the API for the sake of it but if there is a need to then it is fine. Mark Look at you

Question about bug 51526

2013-02-11 Thread Violeta Georgieva
Hi, I would like to work on this enhancement request [1]. What do you think? Is it Ok to provide implementation for it in Tomcat 7? Thanks Violeta [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=51526 - To unsubscribe,

Re: Question about bug 51526

2013-02-11 Thread Mark Thomas
On 11/02/2013 18:23, Violeta Georgieva wrote: Hi, I would like to work on this enhancement request [1]. What do you think? Is it Ok to provide implementation for it in Tomcat 7? For addWebapp, processing META-INF/context.xml seems reasonable to me. I don't have an issue with that feature

RE: Tomcat 8 question

2013-01-21 Thread Williams, Nick
Thanks, Mark. Also, thanks Violeta for pointing out Mark's slides where he mentions JSP 2.3. Nick On 20/01/2013 07:14, Violeta Georgieva wrote: Hi, 2013/1/20 Williams, Nick So, will Tomcat 8 be targeted for EE 7, or will it wait until JSP-next comes out, even if that takes a good deal

Re: Tomcat 8 question

2013-01-20 Thread Mark Thomas
On 20/01/2013 07:14, Violeta Georgieva wrote: Hi, 2013/1/20 Williams, Nick So, will Tomcat 8 be targeted for EE 7, or will it wait until JSP-next comes out, even if that takes a good deal longer than EE 7? Also, I know that a lot depends on the timeline of EE 7, but now that that date

Tomcat 8 question

2013-01-19 Thread Williams, Nick
Back in August 2011 (a long time ago, I know) Mark wrote a blog posting about Tomcat 8 and Java 7: http://www.tomcatexpert.com/blog/2011/08/25/apache-tomcat-8-and-java-7-will-they-work-together In it, he said We create a new major version of Tomcat when there are new versions of three

Re: Tomcat 8 question

2013-01-19 Thread Violeta Georgieva
Hi, 2013/1/20 Williams, Nick So, will Tomcat 8 be targeted for EE 7, or will it wait until JSP-next comes out, even if that takes a good deal longer than EE 7? Also, I know that a lot depends on the timeline of EE 7, but now that that date is approaching, do we have a GENERAL timeframe for

Question about a change in the el-api in v7.0.14

2013-01-07 Thread Emmanuel Poitier
All, This is my first post for the Tomcat project, and I do hope it is the right place for this question, as it is involving a change in the development branch. I have implemented my own EL based on the EL API. The EL API interface provided in Tomcat I used up to v7.0.12 made all my test pass

Re: Question about a change in the el-api in v7.0.14

2013-01-07 Thread Mark Thomas
On 07/01/2013 10:03, Emmanuel Poitier wrote: All, This is my first post for the Tomcat project, and I do hope it is the right place for this question, as it is involving a change in the development branch. This is one of a the few questions that could be asked on either list. As a general

Re: Question about a change in the el-api in v7.0.14

2013-01-07 Thread Emmanuel Poitier
Mark, thanks for the prompt answer, and yes I do know now why the change was made. Le 07/01/2013 11:20, Mark Thomas a écrit : On 07/01/2013 10:03, Emmanuel Poitier wrote: All, This is my first post for the Tomcat project, and I do hope it is the right place for this question

Re: Question about bug 54284

2013-01-03 Thread Mark Thomas
On 03/01/2013 14:30, Violeta Georgieva wrote: I think that when the filter name is NULL the proper behaviour is to return IllegalArgumentException. From other point of view the method's javadoc specifies only IllegalStateException and UnsupportedOperationException. If the method starts

Re: Question about bug 54284

2013-01-03 Thread Violeta Georgieva
Thanks 2013/1/3 Mark Thomas ma...@apache.org On 03/01/2013 14:30, Violeta Georgieva wrote: I think that when the filter name is NULL the proper behaviour is to return IllegalArgumentException. From other point of view the method's javadoc specifies only IllegalStateException and

[Bug 53836] New: This question is about Bug ID 40000

2012-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53836 Priority: P2 Bug ID: 53836 Assignee: dev@tomcat.apache.org Summary: This question is about Bug ID 4 Severity: normal Classification: Unclassified OS: Linux

[Bug 53836] This question is about Bug ID 40000

2012-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53836 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53836] This question is about Bug ID 40000

2012-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53836 --- Comment #2 from Nikhil npun...@consultantemail.com --- Hello, Thanks for your response. I have mailed Armin who reported 4, about the issue. -- You are receiving this mail because: You are the assignee for the bug.

Re: A small question regarding connector.Request.getCoyoteRequest method

2012-05-28 Thread Mark Thomas
On 28/05/2012 14:07, N V Hari Krishna wrote: Hello all, I had few questions regarding org.apache.connector.Request.getCoyoteRequest() method. My questions are: Request.getCoyoteRequest() method's corresponding response method org.apache.catalina.connector.Response.getCoyoteResponse

Re: A question regarding using Tomcat

2011-12-20 Thread Konstantin Kolinko
2011/12/20 Mayank Tripathi may...@customerxps.com: Hi , Greetings for the day. I've a question about using the tomcat as a TCP server. Given that tomcat uses basic TCPConnections how can we use it as TCP server?Are there some settings we need to turn on or given we already have our

A question regarding using Tomcat

2011-12-19 Thread Mayank Tripathi
Hi , Greetings for the day. I've a question about using the tomcat as a TCP server. Given that tomcat uses basic TCPConnections how can we use it as TCP server?Are there some settings we need to turn on or given we already have our TCPClient how tomcat will be able to receive data from a port

Re: question on IP for VirtualContext

2011-11-16 Thread Mark Thomas
On 16/11/2011 20:31, Sylvain Laurent wrote: Hello, To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 (Eclipse WTP Serve modules without publishing broken with tc7), I'd like to enhance the existing org.apache.naming.resources.VirtualDirContext with some features very much

Question regarding of an implementation of a custom Valve

2011-10-21 Thread Gregor S.
/ Is it that I just have to specify a getter / setter inside my Valve-source for the corresponding attribute inside the Valve-specification, and it will be picked up automatically? Sorry if this is a lame question, but I'm not into Tomcat's source, and before spending hours and hours, I'd rather ask the guys

Re: Question regarding of an implementation of a custom Valve

2011-10-21 Thread Francis Galiegue
On Fri, Oct 21, 2011 at 19:26, Gregor S. rc4...@googlemail.com wrote: Hi guys, for some reasons, I need to implement a Valve within Tomcat 6, and everything's running smoothely. I put the Valve into my Context-definition, fire up Tomcat there we go. However, I just don't see how I can

DO NOT REPLY [Bug 51756] Question on driver URL Tomcat JDBC Pool with Sybase

2011-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51756 windson.rangavajh...@gmail.com changed: What|Removed |Added Summary|Tomcat JDBC Pool does not |Question on driver

DO NOT REPLY [Bug 51756] Question on driver URL Tomcat JDBC Pool with Sybase

2011-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51756 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Question about endAccess method in org.apache.catalina.session.StandardServlet

2011-06-08 Thread Ben Souther
I'm wondering if anyone can tell me why the endAccess method (which resets the lastAccessedTime) in org.apache.catalina.session.StandardServlet is called by the org.apache.catalina.connector.request.recycle() method. /** * End the access. */ @Override public void

Re: Question about endAccess method in org.apache.catalina.session.StandardServlet

2011-06-08 Thread Mark Thomas
than happy to put together a small patch that gets Tomcat to handle this the way it did in version 6 if anyone is interested. Any such patch is highly unlikely to be accepted since it would cause Tomcat to violate the Servlet 3.0 spec. This is really a question for the users list. Any follow-up

  1   2   3   >