Skip to content

Commit

Permalink
Adds missing info about AcceptedPatternsChecker extension point
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Sep 30, 2014
1 parent 587e3a4 commit 6098ef0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@
* <td>request</td>
* <td>Used across different interceptors to check if given string matches one of the excluded patterns</td>
* </tr>
* <tr>
* <td>com.opensymphony.xwork2.AcceptedPatternsChecker</td>
* <td>struts.acceptedPatterns.checker</td>
* <td>request</td>
* <td>Used across different interceptors to check if given string matches one of the accepted patterns</td>
* </tr>
* </table>
*
* <!-- END SNIPPET: extensionPoints -->
Expand Down

0 comments on commit 6098ef0

Please sign in to comment.