Skip to content

Commit

Permalink
Add back permittedTaglibs descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Feb 23, 2022
1 parent 22ab908 commit 3e43702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion impl/src/main/resources/META-INF/permittedTaglibs-1_1.tld
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
</validator-class>
<init-param>
<description>
Whitespace-separated list of taglib URIs to permit.
Whitespace-separated list of taglib URIs to permit.
This example TLD for the Standard Taglib allows only
Jakarta Standard Tab Library el taglibs to be imported.
</description>
<param-name>permittedTaglibs</param-name>
<param-value>
Expand Down
6 changes: 4 additions & 2 deletions impl/src/main/resources/META-INF/permittedTaglibs.tld
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
</validator-class>
<init-param>
<description>
Whitespace-separated list of taglib URIs to permit.
This list only permits the EE10 jakarta.tags URIs.
Whitespace-separated list of taglib URIs to permit.
This example TLD for the Standard Taglib allows only
Jakarta Standard Tab Library el taglibs to be imported.
This list only permits the EE10 jakarta.tags URIs.
</description>
<param-name>permittedTaglibs</param-name>
<param-value>
Expand Down

0 comments on commit 3e43702

Please sign in to comment.