Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-228

sweep code for java2security compatibility

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • 1.1
    • None
    • None

    Description

      Was just thinking about the problems java2security may introduce regarding WINK-226 and WINK-227. The places fixed in these two Jiras probably need to be wrapped in doPrivs.

      Perhaps we'd be better off having our own ClassUtils implementation so we can manage the loadClass utility method

      doPriv {
          try {
              use thread context classloader to load class
          } catch (ClassNotFoundException cnfe) {
              use system classloader to load class
          }
      }
      

      Attachments

        Activity

          People

            rott Michael Rheinheimer
            rott Michael Rheinheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: