1. ebd0af9 SLING-1869 - upgrading to latest SCR plugin and putting scr.annotations in parent by Justin Edelson · 14 years ago
  2. f442d5d updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent by Justin Edelson · 14 years ago
  3. 3d8f894 SLING-1428 Implement generalized support for validating credentials supplied by a request using the j_validate request parameter. by Felix Meschberger · 14 years ago
  4. 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. by Felix Meschberger · 14 years ago
  5. 87517ce SLING-1785 Use new redirect helper method of tha AbstractAuthenticationHandler by Felix Meschberger · 14 years ago
  6. df07af8 Don't quote cookie value and attributes by Felix Meschberger · 14 years ago
  7. f62b615 SLING-1783 Make the use of the j_reason request attribute to inform about failures for authentication official by Felix Meschberger · 14 years ago
  8. 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. by Felix Meschberger · 14 years ago
  9. 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) by Felix Meschberger · 14 years ago
  10. df2c7c7 SLING-1752 Unify resource attribute/parameter setting and default value handling by Felix Meschberger · 14 years ago
  11. 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. by Felix Meschberger · 14 years ago
  12. 30d39ee Use released version of auth/core dependency by Felix Meschberger · 14 years ago
  13. 1a9caec SLING-1729 Emit a log message if regular SecureRandom seeding is used by Felix Meschberger · 14 years ago
  14. 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. by Felix Meschberger · 14 years ago
  15. 6e5a959 SLING-1721 Use no cookie domain if the configured (or requested) cookie domain is an empty string by Felix Meschberger · 14 years ago
  16. 74fa75a SLING-1722 Do not embed StringUtils class but import the Commons Lang package by Felix Meschberger · 14 years ago
  17. b55870c SLING-1714 Metatype descriptor generation is not enabled by default for annotations by Felix Meschberger · 14 years ago
  18. a3c0a9c SLING-1714 Convert @scr JavaDoc tags to SCR annotations by Felix Meschberger · 14 years ago
  19. a942f24 SLING-1695 - set the cookie domain either by a config admin property or using a key within the AuthenticationInfo object by Justin Edelson · 14 years ago
  20. 34c73b8 Use previous Auth Core SNAPSHOT until after release by Felix Meschberger · 14 years ago
  21. c03e293 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  22. bed53d9 [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.0 by Felix Meschberger · 14 years ago
  23. 912d362 use Auth Core 1.0.0 to prepare the release by Felix Meschberger · 14 years ago
  24. 9aaaca2 Update to Sling API 2.1.0 by Felix Meschberger · 14 years ago
  25. 4572694 Set JIRA version id and fix JavaDoc exclusions by Felix Meschberger · 14 years ago
  26. c55a3de SLING-1650 Remove old packages; make sure the login.html form source is in the correct (new) location by Felix Meschberger · 14 years ago
  27. 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. by Felix Meschberger · 14 years ago
  28. e2b8a67 SLING-1650 Consolidate authentication stuff in a new auth component; by Felix Meschberger · 14 years ago