Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2287

RepositoryExplorer code should not use sun.misc classes

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 4.0.0.Beta2
    • 4.0.0.Beta1
    • Web Application
    • None

    Description

      The org.modeshape.web.AuthFilter class uses the sun.misc.BASE64Decoder class. This class is not part of the JDK public API and should not be used; other JDKs might not provide the class.

      Please replace this with a call to ModeShape's Base64.decode method, which converts to a byte[] (you can then convert this to a String if needed, or just use the byte[].

      BTW, there are several INFO-level log statements; these should be removed or changed to DEBUG or TRACE.

      Attachments

        Activity

          People

            oleg.kulikov Oleg Kulikov (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: