Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/ServletContextCleaner.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/ServletContextCleaner.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/ServletContextCleaner.html
 Wed May 15 16:57:04 2024
@@ -59,91 +59,98 @@
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> 
Class&lt;?&gt;[] RELEASE_SIGNATURE = { ClassLoader.<strong 
class="jxr_keyword">class</strong> };
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>      <em 
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em 
class="jxr_javadoccomment">     * Invoked when a webapp is undeployed, this 
tells the LogFactory</em>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em 
class="jxr_javadoccomment">     * class to release any logging information 
related to the current</em>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em 
class="jxr_javadoccomment">     * contextClassloader.</em>
-<a class="jxr_linenumber" name="L57" href="#L57">57</a>  <em 
class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L58" href="#L58">58</a>      @Override
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
contextDestroyed(<strong class="jxr_keyword">final</strong> ServletContextEvent 
sce) {
-<a class="jxr_linenumber" name="L60" href="#L60">60</a>          <strong 
class="jxr_keyword">final</strong> ClassLoader tccl = 
Thread.currentThread().getContextClassLoader();
-<a class="jxr_linenumber" name="L61" href="#L61">61</a>  
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>          <strong 
class="jxr_keyword">final</strong> Object[] params = <strong 
class="jxr_keyword">new</strong> Object[1];
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>          params[0] = 
tccl;
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>  
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>          <em 
class="jxr_comment">// Walk up the tree of class loaders, finding all the 
available</em>
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>          <em 
class="jxr_comment">// LogFactory classes and releasing any objects associated 
with</em>
-<a class="jxr_linenumber" name="L67" href="#L67">67</a>          <em 
class="jxr_comment">// the tccl (ie the webapp).</em>
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>          <em 
class="jxr_comment">//</em>
-<a class="jxr_linenumber" name="L69" href="#L69">69</a>          <em 
class="jxr_comment">// When there is only one LogFactory in the classpath, and 
it</em>
-<a class="jxr_linenumber" name="L70" href="#L70">70</a>          <em 
class="jxr_comment">// is within the webapp being undeployed then there is no 
problem;</em>
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>          <em 
class="jxr_comment">// garbage collection works fine.</em>
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>          <em 
class="jxr_comment">//</em>
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>          <em 
class="jxr_comment">// When there are multiple LogFactory classes in the 
classpath but</em>
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>          <em 
class="jxr_comment">// parent-first classloading is used everywhere, this loop 
is really</em>
-<a class="jxr_linenumber" name="L75" href="#L75">75</a>          <em 
class="jxr_comment">// short. The first instance of LogFactory found will</em>
-<a class="jxr_linenumber" name="L76" href="#L76">76</a>          <em 
class="jxr_comment">// be the highest in the classpath, and then no more will 
be found.</em>
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>          <em 
class="jxr_comment">// This is ok, as with this setup this will be the only 
LogFactory</em>
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>          <em 
class="jxr_comment">// holding any data associated with the tccl being 
released.</em>
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em 
class="jxr_javadoccomment">     * Constructs a new instance.</em>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong 
class="jxr_keyword">public</strong> <a name="ServletContextCleaner" 
href="../../../../../org/apache/commons/logging/impl/ServletContextCleaner.html#ServletContextCleaner">ServletContextCleaner</a>()
 {
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>          <em 
class="jxr_comment">// empty</em>
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>      }
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>  
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>      <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>  <em 
class="jxr_javadoccomment">     * Invoked when a webapp is undeployed, this 
tells the LogFactory</em>
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>  <em 
class="jxr_javadoccomment">     * class to release any logging information 
related to the current</em>
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>  <em 
class="jxr_javadoccomment">     * contextClassloader.</em>
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>  <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>      @Override
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
contextDestroyed(<strong class="jxr_keyword">final</strong> ServletContextEvent 
sce) {
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>          <strong 
class="jxr_keyword">final</strong> ClassLoader tccl = 
Thread.currentThread().getContextClassLoader();
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>  
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>          <strong 
class="jxr_keyword">final</strong> Object[] params = <strong 
class="jxr_keyword">new</strong> Object[1];
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>          params[0] = 
tccl;
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>  
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>          <em 
class="jxr_comment">// Walk up the tree of class loaders, finding all the 
available</em>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>          <em 
class="jxr_comment">// LogFactory classes and releasing any objects associated 
with</em>
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>          <em 
class="jxr_comment">// the tccl (ie the webapp).</em>
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>          <em 
class="jxr_comment">//</em>
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          <em 
class="jxr_comment">// When there is only one LogFactory in the classpath, and 
it</em>
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>          <em 
class="jxr_comment">// is within the webapp being undeployed then there is no 
problem;</em>
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>          <em 
class="jxr_comment">// garbage collection works fine.</em>
 <a class="jxr_linenumber" name="L79" href="#L79">79</a>          <em 
class="jxr_comment">//</em>
-<a class="jxr_linenumber" name="L80" href="#L80">80</a>          <em 
class="jxr_comment">// When there are multiple LogFactory classes in the 
classpath and</em>
-<a class="jxr_linenumber" name="L81" href="#L81">81</a>          <em 
class="jxr_comment">// child-first classloading is used in any class loader, 
then multiple</em>
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>          <em 
class="jxr_comment">// LogFactory instances may hold info about this TCCL; 
whenever the</em>
-<a class="jxr_linenumber" name="L83" href="#L83">83</a>          <em 
class="jxr_comment">// webapp makes a call into a class loaded via an ancestor 
class loader</em>
-<a class="jxr_linenumber" name="L84" href="#L84">84</a>          <em 
class="jxr_comment">// and that class calls LogFactory the tccl gets registered 
in</em>
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>          <em 
class="jxr_comment">// the LogFactory instance that is visible from the 
ancestor</em>
-<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <em 
class="jxr_comment">// class loader. However the concrete logging library it 
points</em>
-<a class="jxr_linenumber" name="L87" href="#L87">87</a>          <em 
class="jxr_comment">// to is expected to have been loaded via the TCCL, so 
the</em>
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>          <em 
class="jxr_comment">// underlying logging lib is only initialized/configured 
once.</em>
-<a class="jxr_linenumber" name="L89" href="#L89">89</a>          <em 
class="jxr_comment">// These references from ancestor LogFactory classes down 
to</em>
-<a class="jxr_linenumber" name="L90" href="#L90">90</a>          <em 
class="jxr_comment">// TCCL class loaders are held via weak references and so 
should</em>
-<a class="jxr_linenumber" name="L91" href="#L91">91</a>          <em 
class="jxr_comment">// be released but there are circumstances where they may 
not.</em>
-<a class="jxr_linenumber" name="L92" href="#L92">92</a>          <em 
class="jxr_comment">// Walking up the class loader ancestry ladder 
releasing</em>
-<a class="jxr_linenumber" name="L93" href="#L93">93</a>          <em 
class="jxr_comment">// the current tccl at each level tree, though, will 
definitely</em>
-<a class="jxr_linenumber" name="L94" href="#L94">94</a>          <em 
class="jxr_comment">// clear any problem references.</em>
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>          ClassLoader 
loader = tccl;
-<a class="jxr_linenumber" name="L96" href="#L96">96</a>          <strong 
class="jxr_keyword">while</strong> (loader != <strong 
class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L97" href="#L97">97</a>              <em 
class="jxr_comment">// Load via the current loader. Note that if the class is 
not accessible</em>
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>              <em 
class="jxr_comment">// via this loader, but is accessible via some ancestor 
then that class</em>
-<a class="jxr_linenumber" name="L99" href="#L99">99</a>              <em 
class="jxr_comment">// will be returned.</em>
-<a class="jxr_linenumber" name="L100" href="#L100">100</a>             <strong 
class="jxr_keyword">try</strong> {
-<a class="jxr_linenumber" name="L101" href="#L101">101</a>                 
@SuppressWarnings(<span class="jxr_string">"unchecked"</span>)
-<a class="jxr_linenumber" name="L102" href="#L102">102</a>                 
<strong class="jxr_keyword">final</strong> Class&lt;LogFactory&gt; 
logFactoryClass = (Class&lt;LogFactory&gt;) loader.loadClass(<span 
class="jxr_string">"org.apache.commons.logging.LogFactory"</span>);
-<a class="jxr_linenumber" name="L103" href="#L103">103</a>                 
<strong class="jxr_keyword">final</strong> Method releaseMethod = 
logFactoryClass.getMethod(<span class="jxr_string">"release"</span>, 
RELEASE_SIGNATURE);
-<a class="jxr_linenumber" name="L104" href="#L104">104</a>                 
releaseMethod.invoke(<strong class="jxr_keyword">null</strong>, params);
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>                 
loader = logFactoryClass.getClassLoader().getParent();
-<a class="jxr_linenumber" name="L106" href="#L106">106</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> ClassNotFoundException ex) {
-<a class="jxr_linenumber" name="L107" href="#L107">107</a>                 <em 
class="jxr_comment">// Neither the current class loader nor any of its 
ancestors could find</em>
-<a class="jxr_linenumber" name="L108" href="#L108">108</a>                 <em 
class="jxr_comment">// the LogFactory class, so we can stop now.</em>
-<a class="jxr_linenumber" name="L109" href="#L109">109</a>                 
loader = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L110" href="#L110">110</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> NoSuchMethodException ex) {
-<a class="jxr_linenumber" name="L111" href="#L111">111</a>                 <em 
class="jxr_comment">// This is not expected; every version of JCL has this 
method</em>
-<a class="jxr_linenumber" name="L112" href="#L112">112</a>                 
System.err.println(<span class="jxr_string">"LogFactory instance found which 
does not support release method!"</span>);
-<a class="jxr_linenumber" name="L113" href="#L113">113</a>                 
loader = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L114" href="#L114">114</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> IllegalAccessException ex) {
-<a class="jxr_linenumber" name="L115" href="#L115">115</a>                 <em 
class="jxr_comment">// This is not expected; every ancestor class should be 
accessible</em>
-<a class="jxr_linenumber" name="L116" href="#L116">116</a>                 
System.err.println(<span class="jxr_string">"LogFactory instance found which is 
not accessible!"</span>);
-<a class="jxr_linenumber" name="L117" href="#L117">117</a>                 
loader = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L118" href="#L118">118</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> InvocationTargetException ex) {
-<a class="jxr_linenumber" name="L119" href="#L119">119</a>                 <em 
class="jxr_comment">// This is not expected</em>
-<a class="jxr_linenumber" name="L120" href="#L120">120</a>                 
System.err.println(<span class="jxr_string">"LogFactory instance release method 
failed!"</span>);
-<a class="jxr_linenumber" name="L121" href="#L121">121</a>                 
loader = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L122" href="#L122">122</a>             }
-<a class="jxr_linenumber" name="L123" href="#L123">123</a>         }
-<a class="jxr_linenumber" name="L124" href="#L124">124</a> 
-<a class="jxr_linenumber" name="L125" href="#L125">125</a>         <em 
class="jxr_comment">// Just to be sure, invoke release on the LogFactory that 
is visible from</em>
-<a class="jxr_linenumber" name="L126" href="#L126">126</a>         <em 
class="jxr_comment">// this ServletContextCleaner class too. This should 
already have been caught</em>
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>         <em 
class="jxr_comment">// by the above loop but just in case...</em>
-<a class="jxr_linenumber" name="L128" href="#L128">128</a>         
LogFactory.release(tccl);
-<a class="jxr_linenumber" name="L129" href="#L129">129</a>     }
-<a class="jxr_linenumber" name="L130" href="#L130">130</a> 
-<a class="jxr_linenumber" name="L131" href="#L131">131</a>     <em 
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L132" href="#L132">132</a> <em 
class="jxr_javadoccomment">     * Invoked when a webapp is deployed. Nothing 
needs to be done here.</em>
-<a class="jxr_linenumber" name="L133" href="#L133">133</a> <em 
class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L134" href="#L134">134</a>     @Override
-<a class="jxr_linenumber" name="L135" href="#L135">135</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
contextInitialized(<strong class="jxr_keyword">final</strong> 
ServletContextEvent sce) {
-<a class="jxr_linenumber" name="L136" href="#L136">136</a>         <em 
class="jxr_comment">// do nothing</em>
-<a class="jxr_linenumber" name="L137" href="#L137">137</a>     }
-<a class="jxr_linenumber" name="L138" href="#L138">138</a> }
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>          <em 
class="jxr_comment">// When there are multiple LogFactory classes in the 
classpath but</em>
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>          <em 
class="jxr_comment">// parent-first classloading is used everywhere, this loop 
is really</em>
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>          <em 
class="jxr_comment">// short. The first instance of LogFactory found will</em>
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          <em 
class="jxr_comment">// be the highest in the classpath, and then no more will 
be found.</em>
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>          <em 
class="jxr_comment">// This is ok, as with this setup this will be the only 
LogFactory</em>
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          <em 
class="jxr_comment">// holding any data associated with the tccl being 
released.</em>
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <em 
class="jxr_comment">//</em>
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>          <em 
class="jxr_comment">// When there are multiple LogFactory classes in the 
classpath and</em>
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>          <em 
class="jxr_comment">// child-first classloading is used in any class loader, 
then multiple</em>
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>          <em 
class="jxr_comment">// LogFactory instances may hold info about this TCCL; 
whenever the</em>
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>          <em 
class="jxr_comment">// webapp makes a call into a class loaded via an ancestor 
class loader</em>
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>          <em 
class="jxr_comment">// and that class calls LogFactory the tccl gets registered 
in</em>
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>          <em 
class="jxr_comment">// the LogFactory instance that is visible from the 
ancestor</em>
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>          <em 
class="jxr_comment">// class loader. However the concrete logging library it 
points</em>
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>          <em 
class="jxr_comment">// to is expected to have been loaded via the TCCL, so 
the</em>
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>          <em 
class="jxr_comment">// underlying logging lib is only initialized/configured 
once.</em>
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>          <em 
class="jxr_comment">// These references from ancestor LogFactory classes down 
to</em>
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>          <em 
class="jxr_comment">// TCCL class loaders are held via weak references and so 
should</em>
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>          <em 
class="jxr_comment">// be released but there are circumstances where they may 
not.</em>
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>          <em 
class="jxr_comment">// Walking up the class loader ancestry ladder 
releasing</em>
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>         <em 
class="jxr_comment">// the current tccl at each level tree, though, will 
definitely</em>
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>         <em 
class="jxr_comment">// clear any problem references.</em>
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>         ClassLoader 
loader = tccl;
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>         <strong 
class="jxr_keyword">while</strong> (loader != <strong 
class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>             <em 
class="jxr_comment">// Load via the current loader. Note that if the class is 
not accessible</em>
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>             <em 
class="jxr_comment">// via this loader, but is accessible via some ancestor 
then that class</em>
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>             <em 
class="jxr_comment">// will be returned.</em>
+<a class="jxr_linenumber" name="L107" href="#L107">107</a>             <strong 
class="jxr_keyword">try</strong> {
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>                 
@SuppressWarnings(<span class="jxr_string">"unchecked"</span>)
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>                 
<strong class="jxr_keyword">final</strong> Class&lt;LogFactory&gt; 
logFactoryClass = (Class&lt;LogFactory&gt;) loader.loadClass(<span 
class="jxr_string">"org.apache.commons.logging.LogFactory"</span>);
+<a class="jxr_linenumber" name="L110" href="#L110">110</a>                 
<strong class="jxr_keyword">final</strong> Method releaseMethod = 
logFactoryClass.getMethod(<span class="jxr_string">"release"</span>, 
RELEASE_SIGNATURE);
+<a class="jxr_linenumber" name="L111" href="#L111">111</a>                 
releaseMethod.invoke(<strong class="jxr_keyword">null</strong>, params);
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>                 
loader = logFactoryClass.getClassLoader().getParent();
+<a class="jxr_linenumber" name="L113" href="#L113">113</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> ClassNotFoundException ex) {
+<a class="jxr_linenumber" name="L114" href="#L114">114</a>                 <em 
class="jxr_comment">// Neither the current class loader nor any of its 
ancestors could find</em>
+<a class="jxr_linenumber" name="L115" href="#L115">115</a>                 <em 
class="jxr_comment">// the LogFactory class, so we can stop now.</em>
+<a class="jxr_linenumber" name="L116" href="#L116">116</a>                 
loader = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L117" href="#L117">117</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> NoSuchMethodException ex) {
+<a class="jxr_linenumber" name="L118" href="#L118">118</a>                 <em 
class="jxr_comment">// This is not expected; every version of JCL has this 
method</em>
+<a class="jxr_linenumber" name="L119" href="#L119">119</a>                 
System.err.println(<span class="jxr_string">"LogFactory instance found which 
does not support release method!"</span>);
+<a class="jxr_linenumber" name="L120" href="#L120">120</a>                 
loader = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> IllegalAccessException ex) {
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>                 <em 
class="jxr_comment">// This is not expected; every ancestor class should be 
accessible</em>
+<a class="jxr_linenumber" name="L123" href="#L123">123</a>                 
System.err.println(<span class="jxr_string">"LogFactory instance found which is 
not accessible!"</span>);
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>                 
loader = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L125" href="#L125">125</a>             } 
<strong class="jxr_keyword">catch</strong> (<strong 
class="jxr_keyword">final</strong> InvocationTargetException ex) {
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>                 <em 
class="jxr_comment">// This is not expected</em>
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>                 
System.err.println(<span class="jxr_string">"LogFactory instance release method 
failed!"</span>);
+<a class="jxr_linenumber" name="L128" href="#L128">128</a>                 
loader = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L129" href="#L129">129</a>             }
+<a class="jxr_linenumber" name="L130" href="#L130">130</a>         }
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> 
+<a class="jxr_linenumber" name="L132" href="#L132">132</a>         <em 
class="jxr_comment">// Just to be sure, invoke release on the LogFactory that 
is visible from</em>
+<a class="jxr_linenumber" name="L133" href="#L133">133</a>         <em 
class="jxr_comment">// this ServletContextCleaner class too. This should 
already have been caught</em>
+<a class="jxr_linenumber" name="L134" href="#L134">134</a>         <em 
class="jxr_comment">// by the above loop but just in case...</em>
+<a class="jxr_linenumber" name="L135" href="#L135">135</a>         
LogFactory.release(tccl);
+<a class="jxr_linenumber" name="L136" href="#L136">136</a>     }
+<a class="jxr_linenumber" name="L137" href="#L137">137</a> 
+<a class="jxr_linenumber" name="L138" href="#L138">138</a>     <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> <em 
class="jxr_javadoccomment">     * Invoked when a webapp is deployed. Nothing 
needs to be done here.</em>
+<a class="jxr_linenumber" name="L140" href="#L140">140</a> <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L141" href="#L141">141</a>     @Override
+<a class="jxr_linenumber" name="L142" href="#L142">142</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
contextInitialized(<strong class="jxr_keyword">final</strong> 
ServletContextEvent sce) {
+<a class="jxr_linenumber" name="L143" href="#L143">143</a>         <em 
class="jxr_comment">// do nothing</em>
+<a class="jxr_linenumber" name="L144" href="#L144">144</a>     }
+<a class="jxr_linenumber" name="L145" href="#L145">145</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/Slf4jLogFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/Slf4jLogFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/Slf4jLogFactory.html
 Wed May 15 16:57:04 2024
@@ -274,60 +274,68 @@
 <a class="jxr_linenumber" name="L266" href="#L266">266</a> 
 <a class="jxr_linenumber" name="L267" href="#L267">267</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ConcurrentMap&lt;String, Object&gt; attributes = <strong 
class="jxr_keyword">new</strong> ConcurrentHashMap&lt;&gt;();
 <a class="jxr_linenumber" name="L268" href="#L268">268</a> 
-<a class="jxr_linenumber" name="L269" href="#L269">269</a>     @Override
-<a class="jxr_linenumber" name="L270" href="#L270">270</a>     <strong 
class="jxr_keyword">public</strong> Object getAttribute(<strong 
class="jxr_keyword">final</strong> String name) {
-<a class="jxr_linenumber" name="L271" href="#L271">271</a>         <strong 
class="jxr_keyword">return</strong> attributes.get(name);
-<a class="jxr_linenumber" name="L272" href="#L272">272</a>     }
-<a class="jxr_linenumber" name="L273" href="#L273">273</a> 
-<a class="jxr_linenumber" name="L274" href="#L274">274</a>     @Override
-<a class="jxr_linenumber" name="L275" href="#L275">275</a>     <strong 
class="jxr_keyword">public</strong> String[] getAttributeNames() {
-<a class="jxr_linenumber" name="L276" href="#L276">276</a>         <strong 
class="jxr_keyword">return</strong> 
attributes.keySet().toArray(EMPTY_STRING_ARRAY);
-<a class="jxr_linenumber" name="L277" href="#L277">277</a>     }
-<a class="jxr_linenumber" name="L278" href="#L278">278</a> 
-<a class="jxr_linenumber" name="L279" href="#L279">279</a>     @Override
-<a class="jxr_linenumber" name="L280" href="#L280">280</a>     <strong 
class="jxr_keyword">public</strong> <a name="Log" 
href="../../../../../org/apache/commons/logging/Log.html#Log">Log</a> 
getInstance(<strong class="jxr_keyword">final</strong> Class&lt;?&gt; clazz) 
<strong class="jxr_keyword">throws</strong> <a name="LogConfigurationException" 
href="../../../../../org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException">LogConfigurationException</a>
 {
-<a class="jxr_linenumber" name="L281" href="#L281">281</a>         <strong 
class="jxr_keyword">return</strong> getInstance(clazz.getName());
-<a class="jxr_linenumber" name="L282" href="#L282">282</a>     }
-<a class="jxr_linenumber" name="L283" href="#L283">283</a> 
-<a class="jxr_linenumber" name="L284" href="#L284">284</a>     @Override
-<a class="jxr_linenumber" name="L285" href="#L285">285</a>     <strong 
class="jxr_keyword">public</strong> <a name="Log" 
href="../../../../../org/apache/commons/logging/Log.html#Log">Log</a> 
getInstance(<strong class="jxr_keyword">final</strong> String name) {
-<a class="jxr_linenumber" name="L286" href="#L286">286</a>         <strong 
class="jxr_keyword">return</strong> loggers.computeIfAbsent(name, n -&gt; {
-<a class="jxr_linenumber" name="L287" href="#L287">287</a>             <strong 
class="jxr_keyword">final</strong> Logger logger = LoggerFactory.getLogger(n);
-<a class="jxr_linenumber" name="L288" href="#L288">288</a>             <strong 
class="jxr_keyword">return</strong> logger instanceof LocationAwareLogger ? 
<strong class="jxr_keyword">new</strong> 
Slf4jLocationAwareLog((LocationAwareLogger) logger) : <strong 
class="jxr_keyword">new</strong> Slf4jLog(
-<a class="jxr_linenumber" name="L289" href="#L289">289</a>                     
logger);
-<a class="jxr_linenumber" name="L290" href="#L290">290</a>         });
-<a class="jxr_linenumber" name="L291" href="#L291">291</a>     }
-<a class="jxr_linenumber" name="L292" href="#L292">292</a> 
-<a class="jxr_linenumber" name="L293" href="#L293">293</a>     <em 
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L294" href="#L294">294</a> <em 
class="jxr_javadoccomment">     * This method is supposed to clear all 
loggers.</em>
-<a class="jxr_linenumber" name="L295" href="#L295">295</a> <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
-<a class="jxr_linenumber" name="L296" href="#L296">296</a> <em 
class="jxr_javadoccomment">     * In this implementation it calls a "stop" 
method if the logger factory supports it. This is the case of</em>
-<a class="jxr_linenumber" name="L297" href="#L297">297</a> <em 
class="jxr_javadoccomment">     * Logback.</em>
-<a class="jxr_linenumber" name="L298" href="#L298">298</a> <em 
class="jxr_javadoccomment">     * &lt;/p&gt;</em>
-<a class="jxr_linenumber" name="L299" href="#L299">299</a> <em 
class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L300" href="#L300">300</a>     @Override
-<a class="jxr_linenumber" name="L301" href="#L301">301</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
release() {
-<a class="jxr_linenumber" name="L302" href="#L302">302</a>         <strong 
class="jxr_keyword">final</strong> ILoggerFactory factory = 
LoggerFactory.getILoggerFactory();
-<a class="jxr_linenumber" name="L303" href="#L303">303</a>         <strong 
class="jxr_keyword">try</strong> {
-<a class="jxr_linenumber" name="L304" href="#L304">304</a>             
factory.getClass().getMethod(<span 
class="jxr_string">"stop"</span>).invoke(factory);
-<a class="jxr_linenumber" name="L305" href="#L305">305</a>         } <strong 
class="jxr_keyword">catch</strong> (<strong class="jxr_keyword">final</strong> 
ReflectiveOperationException ignored) {
-<a class="jxr_linenumber" name="L306" href="#L306">306</a>         }
-<a class="jxr_linenumber" name="L307" href="#L307">307</a>     }
-<a class="jxr_linenumber" name="L308" href="#L308">308</a> 
-<a class="jxr_linenumber" name="L309" href="#L309">309</a>     @Override
-<a class="jxr_linenumber" name="L310" href="#L310">310</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
removeAttribute(<strong class="jxr_keyword">final</strong> String name) {
-<a class="jxr_linenumber" name="L311" href="#L311">311</a>         
attributes.remove(name);
-<a class="jxr_linenumber" name="L312" href="#L312">312</a>     }
-<a class="jxr_linenumber" name="L313" href="#L313">313</a> 
-<a class="jxr_linenumber" name="L314" href="#L314">314</a>     @Override
-<a class="jxr_linenumber" name="L315" href="#L315">315</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setAttribute(<strong class="jxr_keyword">final</strong> String name, <strong 
class="jxr_keyword">final</strong> Object value) {
-<a class="jxr_linenumber" name="L316" href="#L316">316</a>         <strong 
class="jxr_keyword">if</strong> (value != <strong 
class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L317" href="#L317">317</a>             
attributes.put(name, value);
-<a class="jxr_linenumber" name="L318" href="#L318">318</a>         } <strong 
class="jxr_keyword">else</strong> {
-<a class="jxr_linenumber" name="L319" href="#L319">319</a>             
removeAttribute(name);
-<a class="jxr_linenumber" name="L320" href="#L320">320</a>         }
-<a class="jxr_linenumber" name="L321" href="#L321">321</a>     }
-<a class="jxr_linenumber" name="L322" href="#L322">322</a> }
+<a class="jxr_linenumber" name="L269" href="#L269">269</a>     <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L270" href="#L270">270</a> <em 
class="jxr_javadoccomment">     * Constructs a new instance.</em>
+<a class="jxr_linenumber" name="L271" href="#L271">271</a> <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L272" href="#L272">272</a>     <strong 
class="jxr_keyword">public</strong> <a name="Slf4jLogFactory" 
href="../../../../../org/apache/commons/logging/impl/Slf4jLogFactory.html#Slf4jLogFactory">Slf4jLogFactory</a>()
 {
+<a class="jxr_linenumber" name="L273" href="#L273">273</a>         <em 
class="jxr_comment">// empty</em>
+<a class="jxr_linenumber" name="L274" href="#L274">274</a>     }
+<a class="jxr_linenumber" name="L275" href="#L275">275</a> 
+<a class="jxr_linenumber" name="L276" href="#L276">276</a>     @Override
+<a class="jxr_linenumber" name="L277" href="#L277">277</a>     <strong 
class="jxr_keyword">public</strong> Object getAttribute(<strong 
class="jxr_keyword">final</strong> String name) {
+<a class="jxr_linenumber" name="L278" href="#L278">278</a>         <strong 
class="jxr_keyword">return</strong> attributes.get(name);
+<a class="jxr_linenumber" name="L279" href="#L279">279</a>     }
+<a class="jxr_linenumber" name="L280" href="#L280">280</a> 
+<a class="jxr_linenumber" name="L281" href="#L281">281</a>     @Override
+<a class="jxr_linenumber" name="L282" href="#L282">282</a>     <strong 
class="jxr_keyword">public</strong> String[] getAttributeNames() {
+<a class="jxr_linenumber" name="L283" href="#L283">283</a>         <strong 
class="jxr_keyword">return</strong> 
attributes.keySet().toArray(EMPTY_STRING_ARRAY);
+<a class="jxr_linenumber" name="L284" href="#L284">284</a>     }
+<a class="jxr_linenumber" name="L285" href="#L285">285</a> 
+<a class="jxr_linenumber" name="L286" href="#L286">286</a>     @Override
+<a class="jxr_linenumber" name="L287" href="#L287">287</a>     <strong 
class="jxr_keyword">public</strong> <a name="Log" 
href="../../../../../org/apache/commons/logging/Log.html#Log">Log</a> 
getInstance(<strong class="jxr_keyword">final</strong> Class&lt;?&gt; clazz) 
<strong class="jxr_keyword">throws</strong> <a name="LogConfigurationException" 
href="../../../../../org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException">LogConfigurationException</a>
 {
+<a class="jxr_linenumber" name="L288" href="#L288">288</a>         <strong 
class="jxr_keyword">return</strong> getInstance(clazz.getName());
+<a class="jxr_linenumber" name="L289" href="#L289">289</a>     }
+<a class="jxr_linenumber" name="L290" href="#L290">290</a> 
+<a class="jxr_linenumber" name="L291" href="#L291">291</a>     @Override
+<a class="jxr_linenumber" name="L292" href="#L292">292</a>     <strong 
class="jxr_keyword">public</strong> <a name="Log" 
href="../../../../../org/apache/commons/logging/Log.html#Log">Log</a> 
getInstance(<strong class="jxr_keyword">final</strong> String name) {
+<a class="jxr_linenumber" name="L293" href="#L293">293</a>         <strong 
class="jxr_keyword">return</strong> loggers.computeIfAbsent(name, n -&gt; {
+<a class="jxr_linenumber" name="L294" href="#L294">294</a>             <strong 
class="jxr_keyword">final</strong> Logger logger = LoggerFactory.getLogger(n);
+<a class="jxr_linenumber" name="L295" href="#L295">295</a>             <strong 
class="jxr_keyword">return</strong> logger instanceof LocationAwareLogger ? 
<strong class="jxr_keyword">new</strong> 
Slf4jLocationAwareLog((LocationAwareLogger) logger) : <strong 
class="jxr_keyword">new</strong> Slf4jLog(
+<a class="jxr_linenumber" name="L296" href="#L296">296</a>                     
logger);
+<a class="jxr_linenumber" name="L297" href="#L297">297</a>         });
+<a class="jxr_linenumber" name="L298" href="#L298">298</a>     }
+<a class="jxr_linenumber" name="L299" href="#L299">299</a> 
+<a class="jxr_linenumber" name="L300" href="#L300">300</a>     <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L301" href="#L301">301</a> <em 
class="jxr_javadoccomment">     * This method is supposed to clear all 
loggers.</em>
+<a class="jxr_linenumber" name="L302" href="#L302">302</a> <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
+<a class="jxr_linenumber" name="L303" href="#L303">303</a> <em 
class="jxr_javadoccomment">     * In this implementation it calls a "stop" 
method if the logger factory supports it. This is the case of</em>
+<a class="jxr_linenumber" name="L304" href="#L304">304</a> <em 
class="jxr_javadoccomment">     * Logback.</em>
+<a class="jxr_linenumber" name="L305" href="#L305">305</a> <em 
class="jxr_javadoccomment">     * &lt;/p&gt;</em>
+<a class="jxr_linenumber" name="L306" href="#L306">306</a> <em 
class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L307" href="#L307">307</a>     @Override
+<a class="jxr_linenumber" name="L308" href="#L308">308</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
release() {
+<a class="jxr_linenumber" name="L309" href="#L309">309</a>         <strong 
class="jxr_keyword">final</strong> ILoggerFactory factory = 
LoggerFactory.getILoggerFactory();
+<a class="jxr_linenumber" name="L310" href="#L310">310</a>         <strong 
class="jxr_keyword">try</strong> {
+<a class="jxr_linenumber" name="L311" href="#L311">311</a>             
factory.getClass().getMethod(<span 
class="jxr_string">"stop"</span>).invoke(factory);
+<a class="jxr_linenumber" name="L312" href="#L312">312</a>         } <strong 
class="jxr_keyword">catch</strong> (<strong class="jxr_keyword">final</strong> 
ReflectiveOperationException ignored) {
+<a class="jxr_linenumber" name="L313" href="#L313">313</a>             <em 
class="jxr_comment">// empty</em>
+<a class="jxr_linenumber" name="L314" href="#L314">314</a>         }
+<a class="jxr_linenumber" name="L315" href="#L315">315</a>     }
+<a class="jxr_linenumber" name="L316" href="#L316">316</a> 
+<a class="jxr_linenumber" name="L317" href="#L317">317</a>     @Override
+<a class="jxr_linenumber" name="L318" href="#L318">318</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
removeAttribute(<strong class="jxr_keyword">final</strong> String name) {
+<a class="jxr_linenumber" name="L319" href="#L319">319</a>         
attributes.remove(name);
+<a class="jxr_linenumber" name="L320" href="#L320">320</a>     }
+<a class="jxr_linenumber" name="L321" href="#L321">321</a> 
+<a class="jxr_linenumber" name="L322" href="#L322">322</a>     @Override
+<a class="jxr_linenumber" name="L323" href="#L323">323</a>     <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> 
setAttribute(<strong class="jxr_keyword">final</strong> String name, <strong 
class="jxr_keyword">final</strong> Object value) {
+<a class="jxr_linenumber" name="L324" href="#L324">324</a>         <strong 
class="jxr_keyword">if</strong> (value != <strong 
class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L325" href="#L325">325</a>             
attributes.put(name, value);
+<a class="jxr_linenumber" name="L326" href="#L326">326</a>         } <strong 
class="jxr_keyword">else</strong> {
+<a class="jxr_linenumber" name="L327" href="#L327">327</a>             
removeAttribute(name);
+<a class="jxr_linenumber" name="L328" href="#L328">328</a>         }
+<a class="jxr_linenumber" name="L329" href="#L329">329</a>     }
+<a class="jxr_linenumber" name="L330" href="#L330">330</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/WeakHashtable.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/WeakHashtable.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/WeakHashtable.html
 Wed May 15 16:57:04 2024
@@ -114,7 +114,7 @@
 <a class="jxr_linenumber" name="L106" href="#L106">106</a> <em 
class="jxr_javadoccomment"> * for most or all users.</em>
 <a class="jxr_linenumber" name="L107" href="#L107">107</a> <em 
class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="L108" href="#L108">108</a> <em 
class="jxr_javadoccomment"> * @since 1.1</em>
-<a class="jxr_linenumber" name="L109" href="#L109">109</a> <em 
class="jxr_javadoccomment"> * @deprecated No longer used.</em>
+<a class="jxr_linenumber" name="L109" href="#L109">109</a> <em 
class="jxr_javadoccomment"> * @deprecated No longer used, will be removed in 
2.0.</em>
 <a class="jxr_linenumber" name="L110" href="#L110">110</a> <em 
class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L111" href="#L111">111</a> @Deprecated
 <a class="jxr_linenumber" name="L112" href="#L112">112</a> <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">class</strong> <a name="WeakHashtable" 
href="../../../../../org/apache/commons/logging/impl/WeakHashtable.html#WeakHashtable">WeakHashtable</a>
 <strong class="jxr_keyword">extends</strong> Hashtable {

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.impl</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.impl</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging.impl</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging.impl</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -171,7 +171,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-frame.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference Package 
org.apache.commons.logging</title>
+        <title>Apache Commons Logging 1.3.2 Reference Package 
org.apache.commons.logging</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref/overview-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/overview-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/overview-frame.html
 Wed May 15 16:57:04 2024
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference</title>
+        <title>Apache Commons Logging 1.3.2 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
-        <h1 title="Apache Commons Logging 1.3.1 Reference" 
class="bar"><strong>Apache Commons Logging 1.3.1 Reference</strong></h1>
+        <h1 title="Apache Commons Logging 1.3.2 Reference" 
class="bar"><strong>Apache Commons Logging 1.3.2 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" 
target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/overview-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/overview-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/overview-summary.html
 Wed May 15 16:57:04 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.1 Reference</title>
+        <title>Apache Commons Logging 1.3.2 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Apache Commons Logging 1.3.1 Reference</h1>
+            <h1 class="title">Apache Commons Logging 1.3.2 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" 
cellspacing="0" summary="Packages table, listing packages">
@@ -76,7 +76,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.1 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.2 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">


Reply via email to