Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8182407

unescaped entity in AWT_Native_Interface.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 9
    • client-libs
    • b23

      AWT_Native_Interface.html line 749 containts the unescaped text &awt.
      The & should be escaped as &


       * Example:
       * JAWT awt;
       * awt.version = JAWT_VERSION_1_4 | JAWT_MACOSX_USE_CALAYER;
       * jboolean success = JAWT_GetAWT(env, &awt);


      Also, The < > in the following lines near line 727 need to be escaped

      #ifdef __OBJC__
      #import <QuartzCore/CALayer.h>
      #endif

            serb Sergey Bylokhov
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: