Versions Compared

Key

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

...

Setting

Description

Default

Possible Values

crumbMax

Maximum crumbs to manage before a new request begiwill pop the oldest from stack

2

int

uniqueCrumbsOnly

Determines if the same Crumb object is unique in CrumbCollection

true

boolean{}

getRequestsOnly

This will include only HTTP method=GET requests

true

boolean{}

wildCardSeparator

Wildcard separator used in action mappings.  e.g.

http://strutsschool.com/samples/MemberAction_print.action?Image Added

.. uses the (_)

{_}

String{}

includeMethods

Maximum crumbs to manage before a new request begiwill pop the oldest from stack

2

int

excludeMethods

Maximum crumbs to manage before a new request begiwill pop the oldest from stack

2

int

This plugin can be installed by copying the plugin jar into your application's /WEB-INF/lib directory. No other files need to be copied or created.

...