Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-9
-
None
-
None
-
jdk 1.4.2_02
Description
If parameters are being passed to a groovy servlet the servlet crashes with MissingPropertyException.
This behaviour has been introduced with version 1.4 ( most current ) of groovy.lang.Binding.
The problem is, that GroovyServlet tries to determine the state of a variable by executing getVairable() method, which throws the exception if the variable can not be found.
I'll send the patch to the developer mailing list.