The final list of implicit objects is: * param - Map from param name to String value * paramValues - Map from param name to String[] of values * header - Map from header name to String value * headerValues - Map from header name to String[] of values * initParam - Map from init param name to String value * pageScope - Map of page-scoped variables * requestScope - Map of request-scoped variables * sessionScope - Map of session-scoped variables * applicationScope - Map of application-scoped variables * cookie - Map from cookie name to first matching Cookie in request.getCookies()
The list of implicit objects has been changed to: * param - Map from param name to String value * paramValues - Map from param name to String[] of values * header - Map from header name to String value * headerValues - Map from header name to String[] of values * initParam - Map from init param name to String value * pageScope - Map of page-scoped variables * requestScope - Map of request-scoped variables * sessionScope - Map of session-scoped variables * applicationScope - Map of application-scoped variables * cookie - Map from cookie name to first matching Cookie in request.getCookies()