Skip to content
  1. Dec 07, 2020
  2. Aug 18, 2020
  3. Aug 14, 2020
  4. Nov 12, 2018
  5. Jun 16, 2016
  6. Feb 01, 2016
  7. Nov 04, 2015
  8. Nov 03, 2015
  9. Oct 23, 2015
  10. Oct 21, 2015
  11. Oct 09, 2015
  12. Feb 17, 2014
  13. Oct 23, 2013
  14. Jul 05, 2013
  15. Jun 05, 2013
  16. May 31, 2013
  17. May 14, 2013
  18. Feb 05, 2013
  19. Aug 30, 2012
  20. Apr 25, 2012
  21. Apr 24, 2012
  22. Apr 19, 2012
  23. Apr 18, 2012
  24. Apr 17, 2012
  25. Apr 16, 2012
  26. Apr 13, 2012
  27. Apr 09, 2012
    • dlk-truelink's avatar
      37. OcspLookup · c4a8e53b
      dlk-truelink authored
      - fixed bug with invalid date creation for future update:
       * new Date(2013, 1, 1) in java is year 1900 + 2013 = 3913, 1 of February!
       * 
       * So if we want to set it to 1.1.2013, let's use Calendar object like this:
       * 
       * Calendar c = Calendar.getInstance();
       * 
       * c.set(2013, 0, 1);
      But it is not good to hardcode such dates, so set expiration date to current date plus one day to avoid hardcoding of any exact date
      
      git-svn-id: file:///svnrepo/openebusiness/dk.gov.oiosi/library/java/trunk@19422 4e58de57-8926-0410-947e-8945c843cdd7
      c4a8e53b
  28. Apr 04, 2012
  29. Mar 30, 2012
  30. Mar 09, 2012
  31. Feb 21, 2012