omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Take all of the actual action out of the ifelse block that we're using to determine what exception type this is in F5ExceptionHandler #112

Open omadawn opened 12 years ago

omadawn commented 12 years ago

Create a separate method for each exception type. It sounds a little silly but it will make the code much cleaner, easier to read and easier to document.