Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Buffer corrected to CharBuffer to be consistent with the code.

...

This noncompliant code example declares a char array, wraps it within a Buffer CharBuffer, and exposes that Buffer CharBuffer to untrusted code via the getBufferCopy() method.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2c5eef8816d6d561-f34531d4-417d444f-b56ca467-e90e90efc9fb055b61c3ce08"><ac:plain-text-body><![CDATA[

[[API 2006

AA. References#API 06]]

class CharBuffer

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8bbe1b9781bad439-eca43179-4d074b31-9c0f9a4b-4cbb1a50a53f2112db688378"><ac:plain-text-body><![CDATA[

[[Hitchens 2002

AA. References#Hitchens 02]]

2.3 Duplicating Buffers

]]></ac:plain-text-body></ac:structured-macro>

...