You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/12/27 00:10:42 UTC

DO NOT REPLY [Bug 44118] - org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44118>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44118


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From markt@apache.org  2007-12-26 15:10 -------
This is a feature of java.beans.Introspector which is what is eventually used here.

It assumes that:
method getT_FIELD  is for property t_FIELD
method getTT_FIELD is for property TT_FIELD

I haven't looked at the code but my assumption is that it doesn't look beyond
the underscore to determine if the field name is all caps. Where it only finds a
single character before the underscore, it assumes that the field name starts
with a lower case character.

If there is a bug here then it is in java.beans.Introspector but I haven't
looked in detail at the documentation to determine if it is a bug or not. What I
can be sure of is that it isn't a Tomcat issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org