Versions Compared

Key

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

...

Code Block
titleSnapshot Repository
<repositories>
  <repository>
    <id>apache.snapshots</id>
    <name>ASF Maven 2 Snapshot</name>
    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
  </repository>
</repositories>

New Features

  • * Cookie Interceptor: Inject cookie with a certain configurable name / value into action. (Since 2.0.7.) (WW-1678). Being new, the Cookie Interceptor is also labeled "experimental" in this release.

...