Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-733

shorten the hashcode in the skin's generated css filename.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.3-core, 1.2.3-core
    • Skinning
    • None

    Description

      This is a small enhancement suggested by Blake Sullivan.

      Blake suggested that we shorten the hashcode that we put into the generated css filename by using radix 36 instead of the default.
      So in StyleSheetDocument, change:
      String.valueOf(Math.abs(hashCode));
      to
      Integer.toString(Math.abs(hashCode), 36);

      This will shorten the generated css filename.

      Attachments

        Activity

          People

            jeanne.waldman@oracle.com Jeanne Waldman
            jeanne.waldman@oracle.com Jeanne Waldman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: