Skip to content
  1. Dec 07, 2020
  2. Nov 12, 2018
  3. Feb 01, 2016
  4. Oct 23, 2015
  5. Oct 21, 2015
  6. Oct 09, 2015
  7. Feb 17, 2014
  8. Oct 23, 2013
  9. Jul 05, 2013
  10. Jun 05, 2013
  11. May 14, 2013
  12. Feb 05, 2013
  13. Aug 30, 2012
  14. Apr 25, 2012
  15. Apr 24, 2012
  16. Apr 19, 2012
  17. Apr 18, 2012
  18. Apr 17, 2012
  19. Apr 16, 2012
  20. Apr 13, 2012
  21. 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
  22. Apr 04, 2012
  23. Mar 30, 2012
  24. Mar 09, 2012
  25. Feb 21, 2012
  26. Dec 30, 2011
  27. Nov 02, 2011
  28. Aug 29, 2011
  29. Jul 09, 2009
  30. Mar 31, 2009
  31. Mar 27, 2009
  32. Mar 24, 2009