diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml b/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml
index 9cb15a058..b3e04018b 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml
@@ -15,18 +15,27 @@
- The goal is to have a "one page loading" javascript application.
-
+ The goal is to have a "one page loading" javascript application.
+ The application is designed to use http cache mechanism for css, javascript. Except REST call to get datas which will never use cache as a query timestamp parameter is used.
+ But as this can cause issue in developpement phase, two system properties (disabled by default) prevent can prevent caching and/or help debuging
+
- For this the only html page will contains a div with id "main-content" this div will be populated
- by jquery template execution (see template loading).
-
- The server will be contacted only for REST request/response (see details).
-
- All UI rendering will be done only on client side.
-
- As we are not designer :-), the application will use the twitter bootstrap css.
-
+ For this the only html page will contains a div with id "main-content" this div will be populated
+ by jquery template execution (see template loading).
+
+ The server will be contacted only for REST request/response (see details).
+
+ All UI rendering will be done only on client side.
+
+ As we are not designer :-), the application will use the twitter bootstrap css.
+
+
+