3001
by tm_jee on
19 January 2008, 01:58:24 -0600
(7 months ago)
Fix falling test case :-
Renamed EncodingTestCase to AbstractEncodingTestCase, cause ant's test target in osbuild.xml is configured to ignore Abstract* as test case, with EncodingTestCase (being abs…
2973
by tm_jee on
29 November 2007, 02:58:36 -0600
(8 months ago)
WW-1453 (customOnSubmit_parameters.id() function name cause problem when parameters.id contains forbidden characters) WW-1442 (webwork tag attribute should take js escaping into account)
2962
by tm_jee on
12 November 2007, 09:50:43 -0600
(9 months ago)
WW-1477 RestfulActionMapper getMapping and getUriFromMapping methods conflicts WW-1478 URL and Form Tag doesn't generate url properly when using ActionMapper other that DefaultActionMapper like Restfu…
2960
by tm_jee on
21 October 2007, 22:43:02 -0500
(10 months ago)
- Removed code that's commented out - added log (debug level) statement to print out session scoped key that's being removed
2954
by tm_jee on
23 September 2007, 11:43:39 -0500
(10 months ago)
WW-1480 - Unit test fail randomly on different boxes (Courtesy of Konstantin, Thanks Konstantin)
2949
by tm_jee on
25 August 2007, 10:48:18 -0500
(11 months ago)
WW-1473 - RestfulActionMapper should return null for both getMapping(HttpServletRequest) and getUrlFromActionMapping(ActionMapping) method when it cannot handle the situation