-
The following code in connection.js ensures that no exceptions are ever seen thrown from callbacks. Swallowing of exceptions in this way is a poor practice and also greatly impedes debugging:
if(httpStatus >= 200 && httpStatus < 300){
try {
... invoke callback here
}
catch(e){}
Please can we have this catch block removed in the next release (currently there in 0.12)
2006-11-15 14:53:50 UTC in YUI Library
-
amb26 committed patchset 20 of module JSFUtil to the RSF CVS repository, changing 8 files.
2005-04-12 20:02:58 UTC in RSF
-
amb26 committed patchset 288 of module coursework2_5 to the CourseWork CVS repository, changing 1 files.
2005-04-08 16:48:06 UTC in CourseWork
-
amb26 committed patchset 287 of module coursework2_5 to the CourseWork CVS repository, changing 1 files.
2005-04-08 16:46:07 UTC in CourseWork
-
amb26 committed patchset 286 of module coursework2_5 to the CourseWork CVS repository, changing 1 files.
2005-04-08 16:44:53 UTC in CourseWork
-
amb26 committed patchset 8 of module ServletUtil to the RSF CVS repository, changing 5 files.
2005-04-01 19:45:37 UTC in RSF
-
amb26 committed patchset 46 of module PonderUtilCore to the RSF CVS repository, changing 9 files.
2005-04-01 19:45:21 UTC in RSF
-
amb26 committed patchset 19 of module JSFUtil to the RSF CVS repository, changing 6 files.
2005-04-01 19:44:57 UTC in RSF
-
amb26 committed patchset 45 of module PonderUtilCore to the RSF CVS repository, changing 8 files.
2005-03-22 19:37:52 UTC in RSF
-
amb26 committed patchset 7 of module ServletUtil to the RSF CVS repository, changing 7 files.
2005-03-22 19:33:34 UTC in RSF