Skip to content

Commit

Permalink
Brought JWt up-to-date with Wt 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Jul 4, 2017
1 parent 6d52408 commit 94ac80d
Show file tree
Hide file tree
Showing 96 changed files with 340 additions and 288 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="jwt" default="all" basedir=".">
<!-- Name of project and version -->
<property name="proj.name" value="jwt"/>
<property name="proj.version" value="3.3.7"/>
<property name="proj.version" value="3.3.8"/>

<!-- Global properties for this build -->
<property name="src.java.dir" value="src"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/bobsmith/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/charts/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/composer/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/dialog/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/dragdrop/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions examples/feature/auth1/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-auth-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-auth-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-simple-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/vt-password/bcprov-jdk15-1.45.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/feature/itemmodel/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/feature/mediaplayer/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/feature/serverpush/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/filetreetable/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/form/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/googlemap/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-mvn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>eu.webtoolkit</groupId>
<artifactId>jwt</artifactId>
<version>3.3.7</version>
<version>3.3.8</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/hello/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/hellowidgetset/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/mandelbrot/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/mission/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/painting/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/planner/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/simplechat/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/style/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/textedit/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/treeview/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/treeviewdragdrop/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/gson/gson-2.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/widgetgallery/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jwt-lib/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.7.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/jwt-3.3.8.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jwt-lib/slf4j-api-1.6.4.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion jwt-3.3.7.pom → jwt-3.3.8.pom
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>jwt</artifactId>
<packaging>jar</packaging>
<name>Java Web Toolkit</name>
<version>3.3.7</version>
<version>3.3.8</version>
<description>Java library for developing web applications</description>
<url>http://webtoolkit.eu/jwt/</url>

Expand Down
4 changes: 2 additions & 2 deletions jwt-auth-3.3.7.pom → jwt-auth-3.3.8.pom
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>jwt-auth</artifactId>
<packaging>jar</packaging>
<name>Java Web Toolkit Authentication Library</name>
<version>3.3.7</version>
<version>3.3.8</version>
<description>Authentication library for the Java Web Toolkit</description>
<url>http://webtoolkit.eu/jwt/</url>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>eu.webtoolkit</groupId>
<artifactId>jwt</artifactId>
<version>3.3.7</version>
<version>3.3.8</version>
</dependency>

<dependency>
Expand Down
15 changes: 15 additions & 0 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ <h1>Release notes</h1>
the way you build Wt, the way you configure Wt or the Wt API and
behaviour. It also indicates the main changes from version to verison.

<h2>Release 3.3.8 (July 2017)</h2>
<p>
This release consists of bug fixes, and adds one new feature:
</p>
<dl>
<dt>OpenID Connect support</dt>
<dd>
As we've previously announced
<a href="https://www.webtoolkit.eu/wt/blog/2017/06/20/announcing_openid_connect_support_in_wt">on our blog</a>,
JWt now supports OpenID Connect. All you need to do to use any OpenID Connect based service is
configure a <a href="eu/webtoolkit/jwt/auth/OidcService.html">Wt::Auth::OidcService</a>. You can also make your
own OpenID Connect identity provider.
</dd>
</dl>

<h2>Release 3.3.7 (March 31, 2017)</h2>
<p>
This release fixes many bugs, but also introduces some new features:
Expand Down
4 changes: 3 additions & 1 deletion src/eu/webtoolkit/jwt/AbstractJSignal.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ else if (toClass == Boolean.class)
return !jse.userEventArgs.get(index).equals("0");
else if (toClass == WMouseEvent.class)
return new WMouseEvent(jse);
else if (toClass == WTouchEvent.class)
return new WTouchEvent(jse);
else if (toClass == WKeyEvent.class)
return new WKeyEvent(jse);
else if (toClass == WGoogleMap.Coordinate.class) {
Expand All @@ -81,4 +83,4 @@ else if (toClass == WGoogleMap.Coordinate.class) {

return null;
}
}
}
Loading

0 comments on commit 94ac80d

Please sign in to comment.