Skip to content

Commit

Permalink
Update namespace for permittedTaglibs
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Feb 23, 2022
1 parent 84bf40f commit 22ab908
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions impl/src/main/resources/META-INF/permittedTaglibs.tld
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
-->

<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
version="2.0">
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd"
version="3.0">

<description>
Restricts JSP pages to the Tags libraries
</description>
Expand Down

0 comments on commit 22ab908

Please sign in to comment.