Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The webDigester is also marked final. This prevents any subclasses from assigning a new object reference to webDigester. (See OBJ10-J. Do not use public static non-final nonfinal variables for more information.) It also prevents a race condition where another thread could access webDigester before it is fully initialized. (See OBJ11-J. Be wary of letting constructors throw exceptions for more information.)

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="526010dd6cff9cf1-20cffc58-458646f4-aff48bd3-2b4bff56e0cb353de072bcfd"><ac:plain-text-body><![CDATA[

[[CVE 2008

AA. Bibliography#CVE 08]]

[CVE-2009-0783

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0783]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="98edf01a9c5912dc-d83ae03f-47e04ff8-bdd0a393-6c55263c5f5267a8687c8239"><ac:plain-text-body><![CDATA[

[[Gong 2003

AA. Bibliography#Gong 03]]

Section 4.3.2, Class Loader Delegation Hierarchy

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f722c38855ee1425-94f97553-4b734f81-9ff987c2-a2441f7bb3ca564d06732701"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

§4.3.2, "The Class Object"

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="27817d7f7aa655c6-b672cb98-4de04831-a5a9bcda-667015a0ca8d5ff498b4f2c2"><ac:plain-text-body><![CDATA[

[[Tomcat 2009

AA. Bibliography#Tomcat 09]]

[Bug ID 29936

https://issues.apache.org/bugzilla/show_bug.cgi?id=29936], API Class org.apache.tomcat.util.digester.Digester, [Security fix in v 6.0.20

http://tomcat.apache.org/security-6.html]

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

...