Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Changes to Current Guidelines

1. All classes, methods will need to include the final keyword. Although this is against extensibility, it is critical from the security point of view. Multiple Sources...

2. All file separators must be replaced by platform independent File.separator

...

Possible Recommendations

1. Add recom recommendation in MISC. about being careful using the environment - investigate usual conditions

2. Use HttpSession carefully, Item 25 Daconta 03

...

Possible Rules

...