You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:19:48 UTC

[sling-org-apache-sling-auth-form] branch master created (now 8282505)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git.


      at 8282505  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new e2b8a67  SLING-1650 Consolidate authentication stuff in a new auth component; * rename commons/auth to auth/core * rename extensions/formauth to auth/form * rename extensions/openidauth to auth/openid
     new bed4751  SLING-1650 Refactor auth/core, auth/form, auth/openid for the new packages identifying the auth component and refer to the new auth/core for the authentication handlers.
     new c55a3de  SLING-1650 Remove old packages; make sure the login.html form source is in the correct (new) location
     new 4572694  Set JIRA version id and fix JavaDoc exclusions
     new 9aaaca2  Update to Sling API 2.1.0
     new 912d362  use Auth Core 1.0.0 to prepare the release
     new bed53d9  [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.0
     new c03e293  [maven-release-plugin] prepare for next development iteration
     new 34c73b8  Use previous Auth Core SNAPSHOT until after release
     new a942f24  SLING-1695 - set the cookie domain either by a config admin property or using a key within the AuthenticationInfo object
     new a3c0a9c  SLING-1714 Convert @scr JavaDoc tags to SCR annotations
     new b55870c  SLING-1714 Metatype descriptor generation is not enabled by default for annotations
     new 74fa75a  SLING-1722 Do not embed StringUtils class but import the Commons Lang package
     new 6e5a959  SLING-1721 Use no cookie domain if the configured (or requested) cookie domain is an empty string
     new 7363b36  SLING-1729 Provide a simple and faster alternative to the default SecureRandom seeding. This might be of interest mostly for the Linux and Solaris platforms which seed SecureRandom from the blocking /dev/random by default.
     new 1a9caec  SLING-1729 Emit a log message if regular SecureRandom seeding is used
     new 30d39ee  Use released version of auth/core dependency
     new 1261aa4  SLING-1744 Split the authentication data into exactly three fields leaving any excess field separators in the user name field thus supporting user names with @ signs such as email addresses.
     new df2c7c7  SLING-1752 Unify resource attribute/parameter setting and default value handling
     new 3f0dffd  Revert changes from commit 996477 which are not intended to go into that commit (relative to handling auth failures for XHR requests and handling the cookie)
     new 0722aed  SLING-1762 Add the HttpOnly attribute to setting the authentication cookie to make sure the cookie is not available to client side JavaScript. Also, when extracting the authentication data from the cookie ignore empty values.
     new f62b615  SLING-1783 Make the use of the j_reason request attribute to inform about failures for authentication official
     new df07af8  Don't quote cookie value and attributes
     new 87517ce  SLING-1785 Use new redirect helper method of tha AbstractAuthenticationHandler
     new 6b72025  SLING-1428 Reimplement full j_validate functionality: Send a 403 response if either the provided cookie value is invalid or if the provided user name and password cannot be used to login. Created methods to actually send back the success or failure responses for validation requests.
     new 3d8f894  SLING-1428 Implement generalized support for validating credentials supplied by a request using the j_validate request parameter.
     new f442d5d  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new ebd0af9  SLING-1869 - upgrading to latest SCR plugin and putting scr.annotations in parent
     new b7747cd  Update to recent snapshots
     new ca95ae3  Use latest releases.
     new a851814  Prepare releases
     new 65f5133  [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.2
     new 986a132  [maven-release-plugin] prepare for next development iteration
     new 63a8cf0  Update to current snapshots
     new 1405c86  Update to releases
     new 25b3bfc  SLING-1847 Redirect after logout does not work with form authentication (+unit test)
     new ea2a1f8  SLING-2150 : Update plugins to use the latest available versions
     new 898ca48  Update to recent snapshot
     new b733d3b  Using latest released parent pom
     new 5c5c0d3  SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files
     new b64729b  temporarily using snapshots during release vote
     new a3bcb1f  using latest releases
     new 3cdae62  SLING-2080 Apply patch by Angela Schreiber (thank you very much)
     new c8c4f34  SLING-2080 Fix wrong JavaDoc references (Thanks Angela for reporting)
     new dfbcd90  SLING-2165 Form based login failure should stay on the same login page to show the login error
     new c4ce46b  SLING-2299 The checkReferer method has actually been moved to AuthUtil because it was not contained in a released version of Auth Core bundle yet.
     new 4b6e93e  SLING-2382 - having form auth handler set the login event triggering auth info property
     new e0341e1  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 71335fa  SLING-2483 Update jackrabbit.server and jcr.base dependencies and add JCR API dependency to prevent the new bundle plugin to generate a too restrictive import for the JCR API (2.0 is backwards compatible with 1.0)
     new dfa1d8d  Update to latest parent pom
     new 1fad0a2  Use released versions
     new eab04e7  Use latest releases and update to new parent pom
     new 6da82d0  Update to latest parent pom and use latest releases in launchpad
     new b3e2580  Use released versions after release.
     new 7d90b47  Correct reactor pom and update to parent pom 16
     new a2c6d24  SLING-2858 - Maven build fails after upgrading to parent 16: No annotation processors found in classpath
     new 172d016  [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.4
     new f34edcd  [maven-release-plugin] prepare for next development iteration
     new e58ac41  remove duplicate dependency
     new 4aedf26  Update to latest parent pom
     new 50e3bc2  Update to parent pom 18
     new e065186  SLING-3443 : Parameter based redirection in FormAuthenticationHandler should not handle absolute urls. Apply modified patch from Ravi Teja
     new 761b17d  Update to parent pom v19
     new 41d905e  SLING-3795 : Fields for dynamic references must be volatile
     new a468725  Updated to parent version 20
     new fbdc562  [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.6
     new d06b4e3  [maven-release-plugin] prepare for next development iteration
     new 59552de  Remove duplicate properties for service vendor
     new cc42672  Update to Sling Parent POM 22 with baselining enabled
     new 0afa61e  SLING-3227 - FormLoginModulePlugin does not work with Oak
     new dc75605  SLING-4698 - Set parent.relativePath to empty for all modules
     new 9742c9b  Update to Sling Parent 23
     new 35046e3  set parent version to 24 and add empty relativePath where missing
     new 28ec5ce  Update the main reactor to parent 25
     new f0a5e5b  [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.8
     new ae66bee  [maven-release-plugin] prepare for next development iteration
     new f6478ff  Switch to parent pom 26
     new 3febb1d  Update powermock and easymock
     new 1a431a8  SLING-5636 : Form Authentication handler does not redirect to login form with non ROOT context. Apply patch from Guillaume Lucazeau
     new 3a3ba42  SLING-7167 Adjust READMEs
     new 14c2081  SLING-7167 Adjust READMEs
     new 8282505  SLING-7167 Adjust READMEs

The 82 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].