Author: sshyrkov
Date: Mon Jun 18 17:46:30 2007
New Revision: 17625
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17625&repname=
=3Djahia
Log:
Display site name instead of the server name
Perform first client-side redirect initializing jsessionid cookie to displa=
y the first page from cache
Modified:
trunk/core/src/webapp/jsp/index.jsp
trunk/core/src/webapp/views/administration/htmleditors/htmleditors_mana=
ge_site_setting.jsp
Modified: trunk/core/src/webapp/jsp/index.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/jsp/index.jsp&rev=3D17625&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/jsp/index.jsp (original)
+++ trunk/core/src/webapp/jsp/index.jsp Mon Jun 18 17:46:30 2007
@@ -14,5 +14,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. =
See the License for the specific language governing permissions and =
limitations under the License.
---%><%@ page language=3D"java" %>
-<jsp:forward page=3D"/Jahia/" />
+--%><%@ page language=3D"java" =
+%><% request.getSession(true);
+response.sendRedirect(request.getContextPath() + "/Jahia/");
+%>
\ No newline at end of file
Modified: trunk/core/src/webapp/views/administration/htmleditors/htmleditor=
s_manage_site_setting.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/views/administration/htmleditors/htmleditors_manage_site_setting.jsp&rev=
=3D17625&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/views/administration/htmleditors/htmleditors_mana=
ge_site_setting.jsp (original)
+++ trunk/core/src/webapp/views/administration/htmleditors/htmleditors_mana=
ge_site_setting.jsp Mon Jun 18 17:46:30 2007
@@ -58,7 +58,7 @@
}%>
=
<tr class=3D"<%=3DrowClass%>">
- <td align=3D"left"><bean:write name=3D"site" property=3D"serve=
rName" /></td>
+ <td align=3D"left"><bean:write name=3D"site" property=3D"title=
" /></td>
<td align=3D"center"><input class=3D"input" name=3D"htmlCleanu=
p" type=3D"checkbox" value=3D"<%=3Dsite.getID()%>" <% if ( site.getHtmlClea=
nup()=3D=3D1 ){%> checked <% } %>></td>
<td align=3D"center"><input class=3D"input" name=3D"markupFilt=
ering" type=3D"checkbox" value=3D"<%=3Dsite.getID()%>" <% if ( site.getHtml=
MarkupFiltering()=3D=3D1 ){%> checked <% } %>></td>
<td align=3D"center"><input class=3D"input" name=3D"integrityC=
hecks" type=3D"checkbox" value=3D"<%=3Dsite.getID()%>" <% if ( site.getURLI=
ntegrityCheck()=3D=3D1 ){%> checked <% } %>></td>
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list