Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
titleClasses
class Filter {
}
PlantUML
titleSequences
Filter -> Chain: Text
Code Block
java
java
titleTitle