Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-759

Add Support in SystemUtils for Windows Server 2003 and Windows Server 2008

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • None
    • lang.*
    • None

    Description

      SystemUtils currently only knows about the "consumer" versions of Windows, however there are also the Server-Variants, which can be detected separatedely. E.g. in my case I would like to detect a Windows Server 2003 instance, but cannot, as it is not detected by any of the existing IS_OS_WINDOWS_xxx variants.

      I extracted the following values that can be used to detect these versions:

      • Windows Server 2003 R2: os.name=Windows 2003, os.version=5.2
      • Windows Server 2008 R2: os.name=Windows Server 2008 R2, os.version=6.1

      Attachments

        1. LANG-759.patch
          1 kB
          Dominik Stadler

        Activity

          People

            ggregory Gary D. Gregory
            centic Dominik Stadler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: