Waffle Waffle Versions Save

Enable drop-in Windows Single Sign On for popular Java web servers.

waffle-1.8.2

7 years ago

1.8.2 (12/31/2016)

  • Lots of documentation updates from the community (many thanks!)
  • Moved to 'Waffle' organization with removal of 'dblock' from groupId and documentation
  • #338: Don't allow SPNEGO NegTokenArg to start re-authentication process @AriSuutariST.
  • #342: Add tomcat 8.5.x support @hazendaz.
  • #357: Fix security token handle leak in Tomcat. Issue #355
  • #382: Bug fix in DelegatingNegotiateSecurityFilter when no custom authentication provider was declared [@Unaor]
  • #397: WindowsLoginModule missing roles in Principal. @devnullpointer
  • #454: Tomcat 9.0.0.M15+ support for Realm class simple name change for logging. @hazendaz

And cumulative changes on .net side sees official release since 1.8.

Waffle-1.8.0

8 years ago

1.8.0 (09/10/15)

*** Java Requirement now 1.7 ***

  • Introduction of diamond operator and try with resources firmly requiring java 7.
  • #187: Removed Spring 2 and Tomcat 5 support.
  • #226: Moving base to java 1.7
  • #239: Fix handle leak in LSASS.exe process.

11/7/2015

  • Added new .net build and upgraded jna libraries.
  • Removed waffle-test from distribution as that is for internal usage and was leaking into overall build.

waffle-1.6

8 years ago

Bundle of the waffle 1.6 release

waffle-1.5

8 years ago

Uploade waffle-1.5 from old downloads branch

waffle-1.4

8 years ago

Uploade waffle-1.4 from old downloads branch

waffle-1.3

8 years ago

Uploade waffle-1.3 from old downloads branch

waffle-1.2

8 years ago

Import waffle-2 release from downloads branch

Waffle-1.7.4

8 years ago

This release patches a few regressions over 1.6.x series. This is expected to be the last 1.7.4 release.

Waffle-1.7.3

9 years ago

This release patches used versions of spring to vulnerability free versions released after 11/20/2014. Additionally, the entire library was rebuilt for consistancy.

Waffle-1.7.1

9 years ago

Waffle release 1.7 caused a regression in how error handling worked when users were prompted for logon and failed to provide valid logon. In prior versions, users would be asked again to enter credentials. In Waffle 1.7, an immediate error was encountered. This was a result of specifically changing try/catch exception logic through static analysis to only check for 'checked' exceptions that are actually thrown. In this case, an unchecked exception was previously being trapped resulting in user prompt being redisplayed. In order to restore this prior logic, the unchecked exception is now caught and handled as expected.

This bundle includes waffle-jna 1.7.1 patch for issue.