Author: crossley
Date: Wed Oct 4 18:23:54 2006
New Revision: 453079
URL: http://svn.apache.org/viewvc?view=rev&rev=453079
Log:
Reverting r452798:
o.a.c.environment.commandline.CommandLineRequest.getLocales() not implemented.
Issue: FOR-936
Modified:
forrest/trunk/main/webapp/sitemap.xmap
Modified: forrest/trunk/main/webapp/sitemap.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=453079&r1=453078&r2=453079
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Wed Oct 4 18:23:54 2006
@@ -229,7 +229,7 @@
<default-locale language="en" country="US"/>
<negotiate>true</negotiate>
<use-locale>true</use-locale>
- <use-locales>true</use-locales>
+ <use-locales>false</use-locales>
<use-blank-locale>true</use-blank-locale>
<locale-attribute>locale</locale-attribute>
</map:matcher>
@@ -242,9 +242,9 @@
<default-locale language="en" country="US"/>
<use-locale>true</use-locale>
<store-in-request>false</store-in-request>
- <create-session>true</create-session>
- <store-in-session>true</store-in-session>
- <store-in-cookie>true</store-in-cookie>
+ <create-session>false</create-session>
+ <store-in-session>false</store-in-session>
+ <store-in-cookie>false</store-in-cookie>
<locale-attribute>locale</locale-attribute>
</map:action>
</map:actions>