[Bug 55552] Potential NullPointerException in compiled JSPs if expected EL result is of primitive type

2013-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=2

Arvīds Grabovskis arvids.grabovs...@gmail.com changed:

   What|Removed |Added

Summary|Potential   |Potential
   |NullPointerException in |NullPointerException in
   |compiled JSPs if expected   |compiled JSPs if expected
   |result is of primitive type |EL result is of primitive
   ||type
 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55552] Potential NullPointerException in compiled JSPs if expected EL result is of primitive type

2013-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=2

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Mark Thomas ma...@apache.org ---
The change in default handling for non-primitive types did trigger this bug.
The problem was that Jasper was converting primitive expected types to the
object versions before calling the expression engine. This has been fixed and
now Jasper passes exactly the type requested.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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