One question about EL 2.2 :java.lang.NoSuchMethodException error when call a managedbean int method

2010-09-13 Thread viola lu
1. Create a managed bean ,define an int field package coreservlets; import javax.faces.bean.*; @ManagedBean public class SpanishColorMapper extends ColorMapper { private int age; public SpanishColorMapper() { super(Spanish, rojo, anaranjado, amarillo, verde, negro, blanco);

Re: One question about EL 2.2 :java.lang.NoSuchMethodException error when call a managedbean int method

2010-09-14 Thread viola lu
Hi, Mark: thanks, i already opened a bug : https://issues.apache.org/bugzilla/show_bug.cgi?id=49925. On Tue, Sep 14, 2010 at 2:49 PM, Mark Thomas ma...@apache.org wrote: On 14/09/2010 06:00, viola lu wrote: Is this a bug of EL implementation? Parse number as Long, not type of ManagedBean

Re: One question about EL 2.2 :java.lang.NoSuchMethodException error when call a managedbean int method

2010-09-15 Thread viola lu
, Pid p...@pidster.com wrote: On 15/09/2010 04:18, viola lu wrote: Hi, Mark: thanks, i already opened a bug : https://issues.apache.org/bugzilla/show_bug.cgi?id=49925. Are you sure this is a Tomcat bug? p On Tue, Sep 14, 2010 at 2:49 PM, Mark Thomas ma...@apache.org wrote: On 14/09

How to reproduce tomcat security vulnerabilities

2010-09-21 Thread viola lu
Hi, From tomcat 6.0.28 fix list: http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.28, there are two security vulnerabilities fixed, but i have no idea how to trigger these flaws in tomcat 6.0.27 and what's the failure should be after several trial for example the first

Re: How to reproduce tomcat security vulnerabilities

2010-09-22 Thread viola lu
PGP SIGNED MESSAGE- Hash: SHA1 Viola, On 9/21/2010 10:13 PM, viola lu wrote: Here is my client: [snip] Note that your client can be replaced by this one-liner: $ wget -S -O - --header='Transfer-Encoding: unsupported' \ --post-data='test send post' \ http://localhost

Re: How to reproduce tomcat security vulnerabilities

2010-09-23 Thread viola lu
? On Thu, Sep 23, 2010 at 11:29 AM, viola lu viola...@gmail.com wrote: thanks. I tried it on tomcat 6.0.26, and 6.0.29, it worked for the second one, i can get correct response headers on tomcat 6.0.26 and tomcat 6.0.29: tomcat 6.0.26 suse10sp268:~ # wget -S -O - --post-data='test send post

Re: How to reproduce tomcat security vulnerabilities

2010-09-24 Thread viola lu
Got it. Appreciate your clarification, Christopher. I will keep post clear to understand.:) On Fri, Sep 24, 2010 at 9:56 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Viola, On 9/22/2010 11:29 PM, viola lu wrote: thanks. I

NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2011-10-11 Thread viola lu
Hi, Dev: I met an urgent NPE exception in tomcat NIO connector, more details : https://issues.apache.org/bugzilla/show_bug.cgi?id=52009 Appreciate your help! -- viola Apache Geronimo