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=42475>.
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=42475


[EMAIL PROTECTED] changed:

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




------- Additional Comments From [EMAIL PROTECTED]  2007-05-22 19:31 -------
The code works in TC4 because the generated code is much simpler - it ignores a
number of possible error conditions. The fix for these issues in TC5 and TC6
includes a fully qualified reference to
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode()

The complier is interpreting this as a reference to the field apache of object 
org.

When you have generated code, there is always going to be the possibility of a
naming clash. I can't see an easy way around this.

I am going to mark this as WONTFIX. More generally, avoiding the use of widely
used package prefixes (org, com, etc) as variable names will reduce your risk of
hitting this issue.

As an aside, a quick Google suggests you might also want to avoid 2 letter
variable names that clash with top level domains.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to