You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by gi...@apache.org on 2023/03/01 07:25:09 UTC

[struts-site] branch asf-staging updated: Updates stage by Jenkins

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 0822cf3b9 Updates stage by Jenkins
0822cf3b9 is described below

commit 0822cf3b92861390655b6d9c5f874619e963da26
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Mar 1 07:25:06 2023 +0000

    Updates stage by Jenkins
---
 content/core-developers/configuration-provider-and-configuration.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/core-developers/configuration-provider-and-configuration.html b/content/core-developers/configuration-provider-and-configuration.html
index 1136d3142..be6d98308 100644
--- a/content/core-developers/configuration-provider-and-configuration.html
+++ b/content/core-developers/configuration-provider-and-configuration.html
@@ -155,7 +155,7 @@ through a Dispatcher’s <a href="dispatcher-listener">DispatcherListener</a>.</
 There is few different implementations that are already used internally by the Apache Struts:</p>
 
 <ul>
-  <li><code class="language-plaintext highlighter-rouge">XmlConfigurationProvider</code> - proprietary XWork implementation which are using <code class="language-plaintext highlighter-rouge">xwork.xml</code> file as source of configuration</li>
+  <li><code class="language-plaintext highlighter-rouge">XmlConfigurationProvider</code> - an abstract based implementation which can use XML files as source of configuration</li>
   <li><code class="language-plaintext highlighter-rouge">StrutsXmlConfigurationProvider</code> - primary configuration provider, represents <code class="language-plaintext highlighter-rouge">struts.xml</code> and <code class="language-plaintext highlighter-rouge">struts-plugin.xml</code> files</li>
   <li><code class="language-plaintext highlighter-rouge">PropertiesConfigurationProvider</code> - used to load <code class="language-plaintext highlighter-rouge">struts.properties</code>
 -<code class="language-plaintext highlighter-rouge">ServletContextAwareConfigurationProvider</code> - marking interface allowing to inject <code class="language-plaintext highlighter-rouge">ServletContext</code> into provider</li>