Re: Fwd: Fwd: EL Stream API differing from the Java one

2016-08-24 Thread Mark Thomas
On 24/08/2016 07:43, Aritz Maeztu wrote: > I've already posted the issue in StackOverflow: > http://stackoverflow.com/questions/39096941/does-tomcats-el-stream-api-make-sense > > Using Tomcat 8.0.30, I've implemented some EL accesses to the stream > API. However, I've found that this expression:

Fwd: Fwd: EL Stream API differing from the Java one

2016-08-24 Thread Aritz Maeztu
I've already posted the issue in StackOverflow: http://stackoverflow.com/questions/39096941/does-tomcats-el-stream-api-make-sense Using Tomcat 8.0.30, I've implemented some EL accesses to the stream API. However, I've found that this expression: |#{testBean.values.stream().anyMatch(str ->str

Re: Fwd: Fwd: bug

2016-04-19 Thread Mark Thomas
On 19/04/2016 15:51, André Warnier (tomcat) wrote: > On 19.04.2016 16:47, Cristian Lorenzetto wrote: >> it sounds a good response for me :) >> It would be appreciated a task assignment for solving that bug. > > There might still be a small misunderstanding. > I believe that Mark means : *your*

Re: Fwd: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 16:47, Cristian Lorenzetto wrote: it sounds a good response for me :) It would be appreciated a task assignment for solving that bug. There might still be a small misunderstanding. I believe that Mark means : *your* application has a bug, not Tomcat. -- Forwarded

Fwd: Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
it sounds a good response for me :) It would be appreciated a task assignment for solving that bug. -- Forwarded message -- From: Mark Thomas Date: 2016-04-19 16:27 GMT+02:00 Subject: Re: Fwd: bug To: Tomcat Users List On 19/04/2016

Re: Fwd: Fwd:

2015-05-26 Thread André Warnier
Hello Yuval. As a kind of generic answer to your previous enquiries : Tomcat is a Servlet Container, and the developers who write Tomcat strive to have it behave in accordance with the applicable Java Servlet Specification. Refer to this page to find out which version of Tomcat matches which

Re: Fwd: Fwd:

2015-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/25/15 8:58 AM, Yuval Schwartz wrote: On Mon, May 25, 2015 at 3:18 PM, Christopher Schultz ch...@christopherschultz.net wrote: Yuval, On 5/24/15 5:06 PM, Yuval Schwartz wrote: Firstly, I'd like to clear something up: Is

Re: Fwd: Fwd:

2015-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/24/15 5:06 PM, Yuval Schwartz wrote: Firstly, I'd like to clear something up: Is container managed security security only intended for use with administrative users of a web application? No. What would give you that impression?

Re: Fwd: Fwd:

2015-05-25 Thread Yuval Schwartz
Hello Chris, Answers below. Thanks again. On Mon, May 25, 2015 at 3:18 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/24/15 5:06 PM, Yuval Schwartz wrote: Firstly, I'd like to clear something up: Is container

Re: Fwd: Fwd:

2015-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/23/15 7:15 AM, Yuval Schwartz wrote: I can currently initialize a MessageDigestCredentialHandler object with my desired salt, iteration and algorithm parameters and then call the handler's mutate() method before inserting the

Re: Fwd: Fwd:

2015-05-24 Thread Yuval Schwartz
Hello, Firstly, I'd like to clear something up: Is container managed security security only intended for use with administrative users of a web application? Because I was intending on using it for all users of my web application (eg: customers, students, etc. People with no administrative

Re: Fwd: Fwd:

2015-05-23 Thread Yuval Schwartz
Hello Chris, Thanks once again. I can currently initialize a MessageDigestCredentialHandler object with my desired salt, iteration and algorithm parameters and then call the handler's mutate() method before inserting the password into my database. And, from a servlet, the HttpServletRequest

Re: Fwd: Fwd:

2015-05-22 Thread Yuval Schwartz
Thanks again Chris, I wasn't aware that I can look at the actual classes but I wasn't able to find a precompiled version of RealmBase for tomcat 8. The following is a link to the class of version 7 (which doesn't include the CredentialHandler code):

Re: Fwd: Fwd:

2015-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/22/15 9:54 AM, Yuval Schwartz wrote: I wasn't aware that I can look at the actual classes but I wasn't able to find a precompiled version of RealmBase for tomcat 8. You mean you didn't know you could look at the source code for

Fwd: Fwd:

2015-05-21 Thread Yuval Schwartz
Hello, I have some follow-up questions to Chris' response below (in blue). On Wed, May 20, 2015 at 5:53 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/20/15 9:34 AM, Yuval Schwartz wrote: I believe I am running

Re: Fwd: Fwd:

2015-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yuval, On 5/21/15 2:39 PM, Yuval Schwartz wrote: Hello, I have some follow-up questions to Chris' response below (in blue). On Wed, May 20, 2015 at 5:53 PM, Christopher Schultz ch...@christopherschultz.net wrote: Yuval, On 5/20/15

Re: [Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-10 Thread Rui Monteiro
So it was true that with the same lib set in my tomcat6 windows xp everything worked fine, but on there i was using jdk1.5 and not jdk1.6 and that seems to make a lot of difference in this particular case. Anyway Filip is right and it was just a matter of removing (in the centos jdk1.6

Re: [Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-10 Thread Pid
Rui Monteiro wrote: I put the same instalation (the same jars on lib) on a tomcat6.0.10 installed in my windows xp machine and everything goes fine. The problem only occurs on the Centos 4 machine and only for jsp. If anyone knows the inner subtleties of jasper jsp compiler tell me what could

Re: [Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-10 Thread Rui Monteiro
To be honest I didn't try to confirm the hipothesis but the only difference relevant between both it was the jdk being used. The windows xp environment was using jdk 1.5 and centos was using jdk1.6. Anyway problem solved Pid since the really important stuff was the extra jasper jars i loaded

[Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-09 Thread Rui Monteiro
I put the same instalation (the same jars on lib) on a tomcat6.0.10 installed in my windows xp machine and everything goes fine. The problem only occurs on the Centos 4 machine and only for jsp. If anyone knows the inner subtleties of jasper jsp compiler tell me what could be going wrong.

Re: [Fwd: [Fwd: Re: [Fwd: Can't run jsp pages on tomcat 6.0.10]]]

2007-04-09 Thread Filip Hanik - Dev Lists
this is the list that goes into Tomcat lib annotations-api.jar jasper-el.jartomcat-dbcp.jar catalina-ant.jar jasper-jdt.jar tomcat-i18n-es.jar catalina-ha.jar jasper.jar tomcat-i18n-fr.jar catalina-tribes.jar jsp-api.jar tomcat-i18n-ja.jar catalina.jar