1. dfbcd90 SLING-2165 Form based login failure should stay on the same login page to show the login error by Eric Norman · 12 years ago
  2. c8c4f34 SLING-2080 Fix wrong JavaDoc references (Thanks Angela for reporting) by Felix Meschberger · 12 years ago
  3. 3cdae62 SLING-2080 Apply patch by Angela Schreiber (thank you very much) by Felix Meschberger · 12 years ago
  4. a3bcb1f using latest releases by Justin Edelson · 13 years ago
  5. b64729b temporarily using snapshots during release vote by Justin Edelson · 13 years ago
  6. 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 by Justin Edelson · 13 years ago
  7. b733d3b Using latest released parent pom by Carsten Ziegeler · 13 years ago
  8. 898ca48 Update to recent snapshot by Carsten Ziegeler · 13 years ago
  9. ea2a1f8 SLING-2150 : Update plugins to use the latest available versions by Carsten Ziegeler · 13 years ago
  10. 25b3bfc SLING-1847 Redirect after logout does not work with form authentication (+unit test) by Eric Norman · 13 years ago
  11. 1405c86 Update to releases by Carsten Ziegeler · 13 years ago
  12. 63a8cf0 Update to current snapshots by Carsten Ziegeler · 13 years ago
  13. 986a132 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 13 years ago
  14. 65f5133 [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.2 by Carsten Ziegeler · 13 years ago
  15. a851814 Prepare releases by Carsten Ziegeler · 13 years ago
  16. ca95ae3 Use latest releases. by Carsten Ziegeler · 13 years ago
  17. b7747cd Update to recent snapshots by Carsten Ziegeler · 13 years ago
  18. ebd0af9 SLING-1869 - upgrading to latest SCR plugin and putting scr.annotations in parent by Justin Edelson · 13 years ago
  19. f442d5d updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent by Justin Edelson · 14 years ago
  20. 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
  21. 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
  22. 87517ce SLING-1785 Use new redirect helper method of tha AbstractAuthenticationHandler by Felix Meschberger · 14 years ago
  23. df07af8 Don't quote cookie value and attributes by Felix Meschberger · 14 years ago
  24. 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
  25. 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
  26. 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
  27. df2c7c7 SLING-1752 Unify resource attribute/parameter setting and default value handling by Felix Meschberger · 14 years ago
  28. 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
  29. 30d39ee Use released version of auth/core dependency by Felix Meschberger · 14 years ago
  30. 1a9caec SLING-1729 Emit a log message if regular SecureRandom seeding is used by Felix Meschberger · 14 years ago
  31. 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
  32. 6e5a959 SLING-1721 Use no cookie domain if the configured (or requested) cookie domain is an empty string by Felix Meschberger · 14 years ago
  33. 74fa75a SLING-1722 Do not embed StringUtils class but import the Commons Lang package by Felix Meschberger · 14 years ago
  34. b55870c SLING-1714 Metatype descriptor generation is not enabled by default for annotations by Felix Meschberger · 14 years ago
  35. a3c0a9c SLING-1714 Convert @scr JavaDoc tags to SCR annotations by Felix Meschberger · 14 years ago
  36. 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
  37. 34c73b8 Use previous Auth Core SNAPSHOT until after release by Felix Meschberger · 14 years ago
  38. c03e293 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  39. bed53d9 [maven-release-plugin] prepare release org.apache.sling.auth.form-1.0.0 by Felix Meschberger · 14 years ago
  40. 912d362 use Auth Core 1.0.0 to prepare the release by Felix Meschberger · 14 years ago
  41. 9aaaca2 Update to Sling API 2.1.0 by Felix Meschberger · 14 years ago
  42. 4572694 Set JIRA version id and fix JavaDoc exclusions by Felix Meschberger · 14 years ago
  43. 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
  44. 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
  45. e2b8a67 SLING-1650 Consolidate authentication stuff in a new auth component; by Felix Meschberger · 14 years ago