Skip to content

Commit 6bcbcdb

Browse files
author
matthias
committed
JWt 4.11.2
1 parent f8bd612 commit 6bcbcdb

File tree

120 files changed

+1294
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+1294
-292
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="jwt" default="all" basedir=".">
22
<!-- Name of project and version -->
33
<property name="proj.name" value="jwt"/>
4-
<property name="proj.version" value="4.11.1"/>
4+
<property name="proj.version" value="4.11.2"/>
55

66
<!-- Global properties for this build -->
77
<property name="src.java.dir" value="src"/>

examples/bobsmith/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/charts/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/composer/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/dialog/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/dragdrop/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/feature/auth1/.classpath

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
2828
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
2929
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
30-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
31-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-auth-4.11.1.jar"/>
30+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
31+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-auth-4.11.2.jar"/>
3232
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>
3333
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-simple-1.7.25.jar"/>
3434
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/vt-password/bcprov-jdk15-1.45.jar"/>

examples/feature/itemmodel/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/feature/mediaplayer/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/feature/serverpush/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/filetreetable/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/form/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/googlemap/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/hello-mvn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>eu.webtoolkit</groupId>
3131
<artifactId>jwt</artifactId>
32-
<version>4.11.1</version>
32+
<version>4.11.2</version>
3333
</dependency>
3434

3535
<dependency>

examples/hello/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/hellowidgetset/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/javascript/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/mandelbrot/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/mission/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/painting/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/planner/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/simplechat/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/style/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/textedit/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/treeview/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/treeviewdragdrop/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/gson-2.0.jar"/>
66
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta.servlet-api-4.0.4.jar"/>
7-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
7+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
1010
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/widgetgallery/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/widgetgallery/src/eu/webtoolkit/jwt/examples/widgetgallery/TreesTables.java

+26-1
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,14 @@ WWidget StyledTable() {
187187
}
188188

189189
WWidget Tree() {
190+
WContainerWidget container = new WContainerWidget();
190191
WTree tree = new WTree();
192+
container.addWidget(tree);
191193
tree.setSelectionMode(SelectionMode.Extended);
192194
WIconPair folderIcon =
193195
new WIconPair("icons/yellow-folder-closed.png", "icons/yellow-folder-open.png", false);
194196
WTreeNode node = new WTreeNode("Furniture", folderIcon);
197+
final WTreeNode furnitureNode = node;
195198
tree.setTreeRoot(node);
196199
tree.getTreeRoot().getLabel().setTextFormat(TextFormat.Plain);
197200
tree.getTreeRoot().setLoadPolicy(ContentLoading.NextLevel);
@@ -208,7 +211,29 @@ WWidget Tree() {
208211
subtree_.addChildNode(new WTreeNode("Dopey"));
209212
subtree_.addChildNode(new WTreeNode("Bashful"));
210213
subtree_.addChildNode(new WTreeNode("Sleepy"));
211-
return tree;
214+
WPushButton imageButton = new WPushButton("Use Image Icons");
215+
container.addWidget(imageButton);
216+
imageButton
217+
.clicked()
218+
.addListener(
219+
this,
220+
() -> {
221+
WIconPair icon =
222+
new WIconPair(
223+
"icons/yellow-folder-closed.png", "icons/yellow-folder-open.png", false);
224+
furnitureNode.setLabelIcon(icon);
225+
});
226+
WPushButton FAButton = new WPushButton("Use Font-Awesome Icons");
227+
container.addWidget(FAButton);
228+
FAButton.clicked()
229+
.addListener(
230+
this,
231+
() -> {
232+
WIconPair icon = new WIconPair("folder", "folder-open", false);
233+
icon.setIconsType(WIconPair.IconType.IconName);
234+
furnitureNode.setLabelIcon(icon);
235+
});
236+
return container;
212237
}
213238

214239
static WTreeTableNode addNode(

examples/widgetgallery/src/eu/webtoolkit/jwt/examples/widgetgallery/WidgetGalleryServlet.java

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package eu.webtoolkit.jwt.examples.widgetgallery;
22

3+
import java.util.ArrayList;
34
import java.util.List;
45
import java.util.Objects;
56

@@ -24,6 +25,38 @@ public WidgetGalleryServlet() {
2425
setTinyMCEVersion(4);
2526
getProperties().put("leafletJSURL", "https://unpkg.com/[email protected]/dist/leaflet.js");
2627
getProperties().put("leafletCSSURL", "https://unpkg.com/[email protected]/dist/leaflet.css");
28+
setBotList(new ArrayList<String>(
29+
List.of(".*Slurp.*",
30+
".*crawl.*",
31+
".*Crawl.*",
32+
".*bot.*",
33+
".*Bot.*",
34+
".*spider.*",
35+
".*Spider.*",
36+
".*ia_archiver.*",
37+
".*Twiceler.*",
38+
".*Yandex.*",
39+
".*Nutch.*",
40+
".*Ezooms.*",
41+
".*Scrapy.*",
42+
".*Buck.*",
43+
".*Barkrowler.*",
44+
".*Censys.*",
45+
".*Blogtrottr.*",
46+
".*InternetMeasurement.*",
47+
".*Owler.*",
48+
".*centuryb.o.t9.*",
49+
".*Turnitin.*",
50+
".*MatchorySearch.*",
51+
".*newspaper.*",
52+
".*Go-http-client.*",
53+
".*Mojolicious.*",
54+
".*python-requests.*",
55+
".*Python.*",
56+
".*python-urllib.*",
57+
".*Apache-HttpClient.*",
58+
".*com.apple.WebKit.Networking.*",
59+
".*NetworkingExtension.*")));
2760
}
2861

2962
@Override

0 commit comments

Comments
 (0)