-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7.x #536
1.7.x #536
Conversation
Add possibility for service provider to add authorization by overriding setAuthentication
A NegotiateSecurityFilter that supports dependency injection to authorize principal at serviceprovider after authenticating in AD.
We use slf4j - these were missed.
Set jacoco minimum coverage back to zero as it breaks site build. Update assertj and mockito. Exclude hamcrest from mockito so it doesn't pick up wrong version. Add new plugin owasp to check for vulnerabilities
slf4j to 1.7.10 jstl to 1.2.4 maven-project-info-reports-plugin to 2.8 JavaEWAH to 1.0.0 jgit to 3.6.1.201501031845-r sonar-maven-plugin to 2.5 Added report for owasp
Using jautodoc to automatically generate out missing javadocs. Incorrect ones are fixed as well.
war plugin is managed in parent, remove drom demo level.
waffle-jna is used on all, it shouldn't then be managed as that makes no sense. It's also duplicated otherwise in dependencies so just move version number and remove the duplicate in dependency management.
being created and used instead of pulling LoginConfig out of the context.
1.7.x - Merging from master series
to 9.2.7.v20150116
updated waffle version link updated copywrite year
adding missing serializable adding missing this accessor
catch-exception relied on older mockito version. In newer mockito version which we use, code has been make class default thus no longer available for external use. I worked on catch-exception library trying to address this but that never panned out as it was rather difficult thing to address. That said, this new library 'fluent-exception-rule' utilizes junit rules and only relies on assertj which we also use. In fact, so did catch-exception. The overall code is even cleaner to read.
Now that we have resolved issue with using catch-exception by replacing it, we are free to upgrade back on target with mockito.
1.7.x - Cherry picking to the 1.7.4 release
This reverts commit 57ba68e.
Revert "Use ${project.version} throughout."
Resetting me to 1.7.4
fix scm tag to HEAD.
Fix all the tags to HEAD.
Fix snapshots.
Backport handle leak and sonatype updates to 1.7.x
[gitignore] Update gitignore
Fix build for 1.7.5-SNAPSHOT and update all dependencies/plugins
[forced] Prepare for next release 1.7.6-SNAPSHOT
Unfortunately this will be closed in its current state.
If you need things back ported, that would need done separately.
New functionality should only be added on 1.8.x or against master.
1.7.x is no longer supported.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: PankajSharma02-Nagarro <notifications@github.com>
Sent: Monday, June 12, 2017 3:28:33 AM
To: Waffle/waffle
Cc: Subscribed
Subject: [Waffle/waffle] 1.7.x (#536)
________________________________
You can view, comment on, or merge this pull request online at:
#536
Commit Summary
* Support service provider authorization
* Implementation to Authorize in SP
* Added notes about future support and updated download link.
* updated release date in release notes.
* Update spring 3 and 4.
* Exclude commons logging
* Pom updates
* Added support for Spring security 3 and 4
* Updated changelog and referenced issue
* first draft of documentation
* [WIP] - documentation
* [WIP] - documentation
* Update dependencies and owasp report
* Add missing javadocs
* Update copyright to 2015
* Slightly faster maven build - some cases and war update.
* Remove duplicate managed plugin.
* Fix waffle-jna dependency in demo
* Updated tomcat 8
* For the Tomcat 8 MixedAuthenticator, a dummy LoginConfig object was
* Update changelog for 1.7.4 release
* Merge pull request #212 from hazendaz/1.7.x
* Fixed unit tests for class MixedAuthenticatorTests and module tomcat8
* Updated Jetty
* Updated site readme
* minor code cleanup
* Update copywrite year in pom.
* Replace catch-exception with fluent-exception-rule
* Updated maven-dependency-plugin
* Update waffle-tests mockito to 1.10.19
* Updated maven-enforcer-plugin
* Updated maven-gpg-plugin
* Updated license-maven-plugin
* Updated org.eclipse.jgit
* Update tomcat 8 to 8.0.18
* update plugins
* update to tomcat 7.0.59
* Format pom and move m2e setting into profile
* Fix copyright in pom
* Updated tidy plugin
* Update plugins
* Update jmockit to 1.16
* Update jetty and ecj
* Update spring security3 to 3.2.6
* Update spring 4
* Update tomcat 8
* Updated jgit and jsch
* Enforce maven 3.2.3 as minimum version
* Oops - get all of maven 3.2.3 enforcement.
* Update slf4j to 1.7.11
* Update plugin items
* [issue #203] Catch Win32Exception and make 401
* Cleanup change log
* Update 3rd parties including official spring-security 4
* Remove fluent exception rule for native assertj
* Remove spring from third party
* Added change log about break
* Updated yml file without jdk 6 or spring
* Update wix to 3.9 R2
* Update dependencies
* Use ${project.version} throughout.
* Update to spring security 4.0.1
* Update to tomcat 7.0.61
* 🚋 Maven train continues
* Remove gpg useAgent
* Update fluido skin to 1.4
* Update tomcat 8 to 8.0.22
* WaffleINfoServlet cleanup.
* Fix javadoc.
* Apply tomcat 5 fixes for 401 issues.
* Update copyright year for spring 2.
* Add missing import.
* Update copyright year for tomcat5.
* Merge pull request #214 from hazendaz/1.7.x
* [maven-release-plugin] prepare release waffle-parent-1.7.4
* [maven-release-plugin] prepare for next development iteration
* [maven-release-plugin] prepare release waffle-parent-1.7.5
* [maven-release-plugin] prepare for next development iteration
* Revert "Use ${project.version} throughout."
* Merge pull request #215 from hazendaz/1.7.x
* [maven-release-plugin] prepare release waffle-parent-1.7.4
* Resetting me to 1.7.4
* Merge pull request #216 from hazendaz/1.7.x
* fix scm tag to HEAD.
* Merge pull request #217 from hazendaz/1.7.x
* Fix all the tags to HEAD.
* Merge pull request #218 from hazendaz/1.7.x
* Fix snapshots.
* Merge pull request #219 from hazendaz/1.7.x
* [maven-release-plugin] prepare release waffle-parent-1.7.4
* Merge pull request #239 from Coveo/fix-lsass-handle-leak
* Sonatype parent is deprecated - replace with local items per sonatype
* Apply handle leak fix to tomcat 5
* Merge pull request #251 from hazendaz/1.7.x
* [gitignore] Update gitignore
* Merge pull request #288 from hazendaz/1.7.x
* Fix build for 1.7.5-SNAPSHOT and update all dependencies/plugins
* Merge pull request #289 from hazendaz/1.7.x
* [forced] Prepare for next release 1.7.6-SNAPSHOT
* Merge pull request #290 from hazendaz/1.7.x
File Changes
* M .gitignore<https://github.com/Waffle/waffle/pull/536/files#diff-0> (5)
* M .travis.yml<https://github.com/Waffle/waffle/pull/536/files#diff-1> (4)
* M CHANGELOG.md<https://github.com/Waffle/waffle/pull/536/files#diff-2> (23)
* M Docs/SettingUpDevelopmentEnvironment.md<https://github.com/Waffle/waffle/pull/536/files#diff-3> (3)
* A Docs/spring/DelegatingSpringSecuritySingleSignOnFilter.md<https://github.com/Waffle/waffle/pull/536/files#diff-4> (61)
* M Docs/spring/SpringSecuritySingleSignOnFilter.md<https://github.com/Waffle/waffle/pull/536/files#diff-5> (2)
* M README.md<https://github.com/Waffle/waffle/pull/536/files#diff-6> (17)
* M Source/JNA/license.txt<https://github.com/Waffle/waffle/pull/536/files#diff-7> (2)
* M Source/JNA/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-8> (335)
* M Source/JNA/src/site/markdown/README.md<https://github.com/Waffle/waffle/pull/536/files#diff-9> (4)
* M Source/JNA/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-10> (2)
* M Source/JNA/waffle-demo/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-11> (15)
* M Source/JNA/waffle-demo/waffle-filter/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-12> (4)
* M Source/JNA/waffle-demo/waffle-form/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-13> (4)
* M Source/JNA/waffle-demo/waffle-jaas/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-14> (4)
* M Source/JNA/waffle-demo/waffle-mixed-post/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-15> (4)
* M Source/JNA/waffle-demo/waffle-mixed/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-16> (4)
* M Source/JNA/waffle-demo/waffle-negotiate/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-17> (4)
* M Source/JNA/waffle-demo/waffle-spring-filter/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-18> (6)
* M Source/JNA/waffle-demo/waffle-spring-form/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-19> (6)
* M Source/JNA/waffle-distro/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-20> (44)
* M Source/JNA/waffle-distro/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-21> (2)
* M Source/JNA/waffle-jetty/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-22> (23)
* M Source/JNA/waffle-jetty/src/main/java/waffle/jetty/DummyClass.java<https://github.com/Waffle/waffle/pull/536/files#diff-23> (5)
* M Source/JNA/waffle-jetty/src/main/java/waffle/jetty/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-24> (2)
* M Source/JNA/waffle-jetty/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-25> (2)
* M Source/JNA/waffle-jetty/src/test/java/waffle/jetty/StartEmbeddedJetty.java<https://github.com/Waffle/waffle/pull/536/files#diff-26> (2)
* M Source/JNA/waffle-jetty/src/test/java/waffle/jetty/StartEmbeddedJettyValidateNTLMGroup.java<https://github.com/Waffle/waffle/pull/536/files#diff-27> (2)
* M Source/JNA/waffle-jna/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-28> (13)
* M Source/JNA/waffle-jna/src/main/java/waffle/jaas/RolePrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-29> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/jaas/UserPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-30> (13)
* M Source/JNA/waffle-jna/src/main/java/waffle/jaas/WindowsLoginModule.java<https://github.com/Waffle/waffle/pull/536/files#diff-31> (39)
* M Source/JNA/waffle-jna/src/main/java/waffle/jaas/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-32> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/AutoDisposableWindowsPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-33> (28)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/NegotiateRequestWrapper.java<https://github.com/Waffle/waffle/pull/536/files#diff-34> (21)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/NegotiateSecurityFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-35> (45)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/WaffleInfoServlet.java<https://github.com/Waffle/waffle/pull/536/files#diff-36> (73)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/WindowsPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-37> (36)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-38> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/spi/BasicSecurityFilterProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-39> (30)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/spi/NegotiateSecurityFilterProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-40> (44)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/spi/SecurityFilterProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-41> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/spi/SecurityFilterProviderCollection.java<https://github.com/Waffle/waffle/pull/536/files#diff-42> (32)
* M Source/JNA/waffle-jna/src/main/java/waffle/servlet/spi/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-43> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/util/AuthorizationHeader.java<https://github.com/Waffle/waffle/pull/536/files#diff-44> (42)
* M Source/JNA/waffle-jna/src/main/java/waffle/util/NtlmMessage.java<https://github.com/Waffle/waffle/pull/536/files#diff-45> (13)
* M Source/JNA/waffle-jna/src/main/java/waffle/util/NtlmServletRequest.java<https://github.com/Waffle/waffle/pull/536/files#diff-46> (14)
* M Source/JNA/waffle-jna/src/main/java/waffle/util/SPNegoMessage.java<https://github.com/Waffle/waffle/pull/536/files#diff-47> (27)
* M Source/JNA/waffle-jna/src/main/java/waffle/util/WaffleInfo.java<https://github.com/Waffle/waffle/pull/536/files#diff-48> (47)
* M Source/JNA/waffle-jna/src/main/java/waffle/util/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-49> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsAccount.java<https://github.com/Waffle/waffle/pull/536/files#diff-50> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsAuthProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-51> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsComputer.java<https://github.com/Waffle/waffle/pull/536/files#diff-52> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsCredentialsHandle.java<https://github.com/Waffle/waffle/pull/536/files#diff-53> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsDomain.java<https://github.com/Waffle/waffle/pull/536/files#diff-54> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsIdentity.java<https://github.com/Waffle/waffle/pull/536/files#diff-55> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsImpersonationContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-56> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/IWindowsSecurityContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-57> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/PrincipalFormat.java<https://github.com/Waffle/waffle/pull/536/files#diff-58> (14)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/WindowsAccount.java<https://github.com/Waffle/waffle/pull/536/files#diff-59> (43)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsAccountImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-60> (9)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsAuthProviderImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-61> (32)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsComputerImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-62> (23)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsCredentialsHandleImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-63> (13)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsDomainImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-64> (62)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsIdentityImpersonationContextImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-65> (7)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsIdentityImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-66> (44)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsSecurityContextImpersonationContextImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-67> (14)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/WindowsSecurityContextImpl.java<https://github.com/Waffle/waffle/pull/536/files#diff-68> (116)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/impl/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-69> (2)
* M Source/JNA/waffle-jna/src/main/java/waffle/windows/auth/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-70> (2)
* M Source/JNA/waffle-jna/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-71> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/jaas/RolePrincipalTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-72> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/jaas/UserPrincipalTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-73> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/jaas/UsernamePasswordCallbackHandler.java<https://github.com/Waffle/waffle/pull/536/files#diff-74> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/jaas/WindowsLoginModuleTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-75> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/servlet/WindowsPrincipalTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-76> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/servlet/spi/SecurityFilterProviderCollectionTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-77> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/util/NtlmMessageTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-78> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/util/SPNegoMessageTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-79> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/util/WaffleInfoTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-80> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/windows/auth/PrincipalFormatTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-81> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/windows/auth/WindowsAccountTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-82> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/windows/auth/WindowsCredentialsHandleTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-83> (2)
* M Source/JNA/waffle-jna/src/test/java/waffle/windows/auth/WindowsSecurityContextTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-84> (2)
* M Source/JNA/waffle-shiro/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-85> (10)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/AbstractWaffleRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-86> (27)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/GroupMappingWaffleRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-87> (4)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/WaffleFqnPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-88> (30)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/dynamic/DynamicAuthenticationFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-89> (41)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/dynamic/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-90> (2)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/AuthenticationInProgressException.java<https://github.com/Waffle/waffle/pull/536/files#diff-91> (4)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/NegotiateAuthenticationFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-92> (96)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/NegotiateAuthenticationRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-93> (15)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/NegotiateAuthenticationStrategy.java<https://github.com/Waffle/waffle/pull/536/files#diff-94> (11)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/NegotiateInfo.java<https://github.com/Waffle/waffle/pull/536/files#diff-95> (6)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/NegotiateToken.java<https://github.com/Waffle/waffle/pull/536/files#diff-96> (92)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/negotiate/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-97> (2)
* M Source/JNA/waffle-shiro/src/main/java/waffle/shiro/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-98> (2)
* M Source/JNA/waffle-shiro/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-99> (2)
* M Source/JNA/waffle-shiro/src/test/java/waffle/shiro/GroupMappingWaffleRealmTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-100> (2)
* M Source/JNA/waffle-shiro/src/test/java/waffle/shiro/dynamic/DynamicAuthenticationFilterTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-101> (2)
* M Source/JNA/waffle-shiro/src/test/java/waffle/shiro/negotiate/NegotiateAuthenticationFilterTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-102> (2)
* M Source/JNA/waffle-shiro/src/test/java/waffle/shiro/negotiate/NegotiateAuthenticationRealmTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-103> (2)
* M Source/JNA/waffle-shiro/src/test/java/waffle/shiro/negotiate/NegotiateAuthenticationStrategyTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-104> (2)
* M Source/JNA/waffle-spring-security2/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-105> (8)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/FqnGrantedAuthorityFactory.java<https://github.com/Waffle/waffle/pull/536/files#diff-106> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/GrantedAuthorityFactory.java<https://github.com/Waffle/waffle/pull/536/files#diff-107> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/GuestLoginDisabledAuthenticationException.java<https://github.com/Waffle/waffle/pull/536/files#diff-108> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/NegotiateSecurityFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-109> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/NegotiateSecurityFilterEntryPoint.java<https://github.com/Waffle/waffle/pull/536/files#diff-110> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/WindowsAuthenticationProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-111> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/WindowsAuthenticationToken.java<https://github.com/Waffle/waffle/pull/536/files#diff-112> (2)
* M Source/JNA/waffle-spring-security2/src/main/java/waffle/spring/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-113> (2)
* M Source/JNA/waffle-spring-security2/src/test/java/waffle/spring/FqnGrantedAuthorityFactoryTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-114> (2)
* M Source/JNA/waffle-spring-security2/src/test/java/waffle/spring/NegotiateSecurityFilterEntryPointTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-115> (2)
* M Source/JNA/waffle-spring-security2/src/test/java/waffle/spring/NegotiateSecurityFilterTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-116> (2)
* M Source/JNA/waffle-spring-security2/src/test/java/waffle/spring/WindowsAuthenticationProviderTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-117> (2)
* M Source/JNA/waffle-spring-security2/src/test/java/waffle/spring/WindowsAuthenticationTokenTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-118> (2)
* M Source/JNA/waffle-spring-security3/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-119> (18)
* A Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/DelegatingNegotiateSecurityFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-120> (283)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/FqnGrantedAuthorityFactory.java<https://github.com/Waffle/waffle/pull/536/files#diff-121> (17)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/GrantedAuthorityFactory.java<https://github.com/Waffle/waffle/pull/536/files#diff-122> (2)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/GuestLoginDisabledAuthenticationException.java<https://github.com/Waffle/waffle/pull/536/files#diff-123> (9)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/NegotiateSecurityFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-124> (130)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/NegotiateSecurityFilterEntryPoint.java<https://github.com/Waffle/waffle/pull/536/files#diff-125> (22)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/WindowsAuthenticationProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-126> (106)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/WindowsAuthenticationToken.java<https://github.com/Waffle/waffle/pull/536/files#diff-127> (32)
* M Source/JNA/waffle-spring-security3/src/main/java/waffle/spring/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-128> (2)
* M Source/JNA/waffle-spring-security3/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-129> (2)
* M Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/FqnGrantedAuthorityFactoryTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-130> (2)
* M Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterEntryPointTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-131> (2)
* M Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/NegotiateSecurityFilterTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-132> (2)
* M Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationProviderTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-133> (2)
* M Source/JNA/waffle-spring-security3/src/test/java/waffle/spring/WindowsAuthenticationTokenTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-134> (2)
* M Source/JNA/waffle-spring-security4/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-135> (18)
* A Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/DelegatingNegotiateSecurityFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-136> (283)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/FqnGrantedAuthorityFactory.java<https://github.com/Waffle/waffle/pull/536/files#diff-137> (17)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/GrantedAuthorityFactory.java<https://github.com/Waffle/waffle/pull/536/files#diff-138> (6)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/GuestLoginDisabledAuthenticationException.java<https://github.com/Waffle/waffle/pull/536/files#diff-139> (9)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/NegotiateSecurityFilter.java<https://github.com/Waffle/waffle/pull/536/files#diff-140> (130)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/NegotiateSecurityFilterEntryPoint.java<https://github.com/Waffle/waffle/pull/536/files#diff-141> (22)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/WindowsAuthenticationProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-142> (106)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/WindowsAuthenticationToken.java<https://github.com/Waffle/waffle/pull/536/files#diff-143> (33)
* M Source/JNA/waffle-spring-security4/src/main/java/waffle/spring/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-144> (2)
* M Source/JNA/waffle-spring-security4/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-145> (2)
* M Source/JNA/waffle-spring-security4/src/test/java/waffle/spring/FqnGrantedAuthorityFactoryTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-146> (2)
* M Source/JNA/waffle-spring-security4/src/test/java/waffle/spring/NegotiateSecurityFilterEntryPointTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-147> (2)
* M Source/JNA/waffle-spring-security4/src/test/java/waffle/spring/NegotiateSecurityFilterTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-148> (2)
* M Source/JNA/waffle-spring-security4/src/test/java/waffle/spring/WindowsAuthenticationProviderTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-149> (2)
* M Source/JNA/waffle-spring-security4/src/test/java/waffle/spring/WindowsAuthenticationTokenTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-150> (2)
* M Source/JNA/waffle-tests/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-151> (10)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsAccount.java<https://github.com/Waffle/waffle/pull/536/files#diff-152> (40)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsAuthProvider.java<https://github.com/Waffle/waffle/pull/536/files#diff-153> (42)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsIdentity.java<https://github.com/Waffle/waffle/pull/536/files#diff-154> (34)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsImpersonationContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-155> (7)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/MockWindowsSecurityContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-156> (41)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/SimpleFilterChain.java<https://github.com/Waffle/waffle/pull/536/files#diff-157> (18)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/SimpleFilterConfig.java<https://github.com/Waffle/waffle/pull/536/files#diff-158> (33)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/SimpleHttpRequest.java<https://github.com/Waffle/waffle/pull/536/files#diff-159> (145)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/SimpleHttpResponse.java<https://github.com/Waffle/waffle/pull/536/files#diff-160> (67)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/SimpleHttpSession.java<https://github.com/Waffle/waffle/pull/536/files#diff-161> (58)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/SimpleRequestDispatcher.java<https://github.com/Waffle/waffle/pull/536/files#diff-162> (17)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/http/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-163> (2)
* M Source/JNA/waffle-tests/src/main/java/waffle/mock/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-164> (2)
* M Source/JNA/waffle-tests/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-165> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/jaas/UsernamePasswordCallbackHandler.java<https://github.com/Waffle/waffle/pull/536/files#diff-166> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/jaas/WindowsLoginModuleTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-167> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/servlet/BasicSecurityFilterTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-168> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/servlet/ImpersonateTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-169> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/servlet/NegotiateSecurityFilterLoadTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-170> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/servlet/NegotiateSecurityFilterTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-171> (6)
* M Source/JNA/waffle-tests/src/test/java/waffle/servlet/WaffleInfoServletTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-172> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/servlet/WindowsPrincipalTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-173> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/util/AuthorizationHeaderTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-174> (18)
* M Source/JNA/waffle-tests/src/test/java/waffle/util/NtlmServletRequestTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-175> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/windows/auth/WindowsAuthProviderLoadTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-176> (2)
* M Source/JNA/waffle-tests/src/test/java/waffle/windows/auth/WindowsAuthProviderTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-177> (8)
* M Source/JNA/waffle-tomcat5/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-178> (10)
* M Source/JNA/waffle-tomcat5/src/main/java/waffle/apache/GenericWindowsPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-179> (2)
* M Source/JNA/waffle-tomcat5/src/main/java/waffle/apache/MixedAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-180> (2)
* M Source/JNA/waffle-tomcat5/src/main/java/waffle/apache/NegotiateAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-181> (12)
* M Source/JNA/waffle-tomcat5/src/main/java/waffle/apache/WaffleAuthenticatorBase.java<https://github.com/Waffle/waffle/pull/536/files#diff-182> (2)
* M Source/JNA/waffle-tomcat5/src/main/java/waffle/apache/WindowsRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-183> (2)
* M Source/JNA/waffle-tomcat5/src/main/java/waffle/apache/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-184> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/MixedAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-185> (6)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/NegotiateAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-186> (15)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/WaffleAuthenticatorBaseTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-187> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/WindowsAccountTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-188> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/WindowsRealmTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-189> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-190> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleFilterChain.java<https://github.com/Waffle/waffle/pull/536/files#diff-191> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleHttpRequest.java<https://github.com/Waffle/waffle/pull/536/files#diff-192> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleHttpResponse.java<https://github.com/Waffle/waffle/pull/536/files#diff-193> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleHttpSession.java<https://github.com/Waffle/waffle/pull/536/files#diff-194> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-195> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleRequestDispatcher.java<https://github.com/Waffle/waffle/pull/536/files#diff-196> (2)
* M Source/JNA/waffle-tomcat5/src/test/java/waffle/apache/catalina/SimpleServletContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-197> (2)
* M Source/JNA/waffle-tomcat6/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-198> (10)
* M Source/JNA/waffle-tomcat6/src/main/java/waffle/apache/GenericWindowsPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-199> (25)
* M Source/JNA/waffle-tomcat6/src/main/java/waffle/apache/MixedAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-200> (44)
* M Source/JNA/waffle-tomcat6/src/main/java/waffle/apache/NegotiateAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-201> (24)
* M Source/JNA/waffle-tomcat6/src/main/java/waffle/apache/WaffleAuthenticatorBase.java<https://github.com/Waffle/waffle/pull/536/files#diff-202> (20)
* M Source/JNA/waffle-tomcat6/src/main/java/waffle/apache/WindowsRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-203> (12)
* M Source/JNA/waffle-tomcat6/src/main/java/waffle/apache/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-204> (2)
* M Source/JNA/waffle-tomcat6/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-205> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/MixedAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-206> (6)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/NegotiateAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-207> (15)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/WaffleAuthenticatorBaseTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-208> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/WindowsAccountTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-209> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/WindowsRealmTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-210> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-211> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleFilterChain.java<https://github.com/Waffle/waffle/pull/536/files#diff-212> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleHttpRequest.java<https://github.com/Waffle/waffle/pull/536/files#diff-213> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleHttpResponse.java<https://github.com/Waffle/waffle/pull/536/files#diff-214> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleHttpSession.java<https://github.com/Waffle/waffle/pull/536/files#diff-215> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-216> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleRequestDispatcher.java<https://github.com/Waffle/waffle/pull/536/files#diff-217> (2)
* M Source/JNA/waffle-tomcat6/src/test/java/waffle/apache/catalina/SimpleServletContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-218> (2)
* M Source/JNA/waffle-tomcat7/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-219> (10)
* M Source/JNA/waffle-tomcat7/src/main/java/waffle/apache/GenericWindowsPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-220> (25)
* M Source/JNA/waffle-tomcat7/src/main/java/waffle/apache/MixedAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-221> (44)
* M Source/JNA/waffle-tomcat7/src/main/java/waffle/apache/NegotiateAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-222> (24)
* M Source/JNA/waffle-tomcat7/src/main/java/waffle/apache/WaffleAuthenticatorBase.java<https://github.com/Waffle/waffle/pull/536/files#diff-223> (26)
* M Source/JNA/waffle-tomcat7/src/main/java/waffle/apache/WindowsRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-224> (12)
* M Source/JNA/waffle-tomcat7/src/main/java/waffle/apache/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-225> (2)
* M Source/JNA/waffle-tomcat7/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-226> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/MixedAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-227> (6)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/NegotiateAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-228> (15)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/WaffleAuthenticatorBaseTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-229> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/WindowsAccountTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-230> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/WindowsRealmTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-231> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-232> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleEngine.java<https://github.com/Waffle/waffle/pull/536/files#diff-233> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleFilterChain.java<https://github.com/Waffle/waffle/pull/536/files#diff-234> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleHttpRequest.java<https://github.com/Waffle/waffle/pull/536/files#diff-235> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleHttpResponse.java<https://github.com/Waffle/waffle/pull/536/files#diff-236> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleHttpSession.java<https://github.com/Waffle/waffle/pull/536/files#diff-237> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimplePipeline.java<https://github.com/Waffle/waffle/pull/536/files#diff-238> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-239> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleRequestDispatcher.java<https://github.com/Waffle/waffle/pull/536/files#diff-240> (2)
* M Source/JNA/waffle-tomcat7/src/test/java/waffle/apache/catalina/SimpleServletContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-241> (2)
* M Source/JNA/waffle-tomcat8/pom.xml<https://github.com/Waffle/waffle/pull/536/files#diff-242> (10)
* M Source/JNA/waffle-tomcat8/src/main/java/waffle/apache/GenericWindowsPrincipal.java<https://github.com/Waffle/waffle/pull/536/files#diff-243> (27)
* M Source/JNA/waffle-tomcat8/src/main/java/waffle/apache/MixedAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-244> (48)
* M Source/JNA/waffle-tomcat8/src/main/java/waffle/apache/NegotiateAuthenticator.java<https://github.com/Waffle/waffle/pull/536/files#diff-245> (24)
* M Source/JNA/waffle-tomcat8/src/main/java/waffle/apache/WaffleAuthenticatorBase.java<https://github.com/Waffle/waffle/pull/536/files#diff-246> (28)
* M Source/JNA/waffle-tomcat8/src/main/java/waffle/apache/WindowsRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-247> (12)
* M Source/JNA/waffle-tomcat8/src/main/java/waffle/apache/package-info.java<https://github.com/Waffle/waffle/pull/536/files#diff-248> (2)
* M Source/JNA/waffle-tomcat8/src/site/site.xml<https://github.com/Waffle/waffle/pull/536/files#diff-249> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/MixedAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-250> (12)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/NegotiateAuthenticatorTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-251> (15)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/WaffleAuthenticatorBaseTest.java<https://github.com/Waffle/waffle/pull/536/files#diff-252> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/WindowsAccountTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-253> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/WindowsRealmTests.java<https://github.com/Waffle/waffle/pull/536/files#diff-254> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-255> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleEngine.java<https://github.com/Waffle/waffle/pull/536/files#diff-256> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleFilterChain.java<https://github.com/Waffle/waffle/pull/536/files#diff-257> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleHttpRequest.java<https://github.com/Waffle/waffle/pull/536/files#diff-258> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleHttpResponse.java<https://github.com/Waffle/waffle/pull/536/files#diff-259> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleHttpSession.java<https://github.com/Waffle/waffle/pull/536/files#diff-260> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimplePipeline.java<https://github.com/Waffle/waffle/pull/536/files#diff-261> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleRealm.java<https://github.com/Waffle/waffle/pull/536/files#diff-262> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleRequestDispatcher.java<https://github.com/Waffle/waffle/pull/536/files#diff-263> (2)
* M Source/JNA/waffle-tomcat8/src/test/java/waffle/apache/catalina/SimpleServletContext.java<https://github.com/Waffle/waffle/pull/536/files#diff-264> (2)
* M Source/ThirdParty/maven-install.cmd<https://github.com/Waffle/waffle/pull/536/files#diff-265> (3)
* D Source/ThirdParty/spring-security/spring-security-core-4.0.0.M2.jar<https://github.com/Waffle/waffle/pull/536/files#diff-266> (0)
* D Source/ThirdParty/spring-security/spring-security-web-4.0.0.M2.jar<https://github.com/Waffle/waffle/pull/536/files#diff-267> (0)
Patch Links:
* https://github.com/Waffle/waffle/pull/536.patch
* https://github.com/Waffle/waffle/pull/536.diff
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#536>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AA7ho4pa7Hu82j2T5CdypvxZqs4BCW0kks5sDOihgaJpZM4N2vfq>.
|
I see now what the attempt was. So let me explain. 1.7.x was cut off master when 1.7.x became supported for one final year as 1.8.x came into master. There were cherry-pick patches on 1.7.x, updates, and other things that don't need to ever come into master. This same pattern is being used with 1.8.x from the current master. Because the legacy branches are not part of the main code base any longer when these cuts are made, there is zero reason to try to pull commit history into master. It would be rather pointless as the paths were diverged and therefore no benefit to bringing it in. |
No description provided.