ncoronado / tracshell

Automatically exported from code.google.com/p/tracshell
1 stars 0 forks source link

Avoid crashes on invalid ticket numbers #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patch at

http://github.com/stefanv/tracshell-fixes/commit/d9ba0ce744e09727e873f629fc1f6cd
4819949b1

Original issue reported on code.google.com by sjvdw...@gmail.com on 1 Mar 2009 at 2:21

GoogleCodeExporter commented 8 years ago
good to go on this one.

somewhat related to the overall exception handling in xmlrpclib that I've been 
toying
with. Not all Fault objects are returned because of bad input data, so I'd 
rather
catch those exceptions lower and respond appropriate at the level this patch
addresses. Make sense?

However, this patch does enhance usability so I'll definitely included.

Original comment by j.kennet...@gmail.com on 1 Mar 2009 at 7:13

GoogleCodeExporter commented 8 years ago
added

Original comment by j.kennet...@gmail.com on 1 Mar 2009 at 10:53