Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
This design is intended to address the following issues:

KNOX-179: Simple way to introduce new servlet filters into the chains
KNOX-103: Support multiple <pattern> children in <resource> for gateway.xml
KNOX-177: Simplify service deployment contributor implementation

{plantuml}
class Filter {
}
{plantuml}

{planutml}
Filter -> Chain: Text
{plantuml}

{newcode:java|title=Title}
{newcode}