Author: krispopat
Date: Fri Sep 21 09:32:20 2012
New Revision: 1388388
URL: http://svn.apache.org/viewvc?rev=1388388&view=rev
Log:
CMS commit to wookie by krispopat
Modified:
incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext
Modified: incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext?rev=1388388&r1=1388387&r2=1388388&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/faq.mdtext Fri Sep 21
09:32:20 2012
@@ -89,7 +89,19 @@ A workaround is to add the following to
Note that XSS prevention will still be in place in Tomcat 7; this just
disables the additional mechanism implemented in DWR that conflicts with it.
-This is an issue for DWR 2.* with Tomcat 7.* (or earlier versions of Tomcat
where useHttpOnly="true" is set.)
+This is an issue for DWR 2.* with Tomcat 7.* (or earlier versions of Tomcat
where useHttpOnly="true" is set.)
+
+To set this to false for tomcat 7 you can add this to the context definition
for wookie.
+This is found in
+
+TOMCAT-ROOT/conf/Catalina/localhost/wookie.xml
+
+The first line of xml needs to look like this
+
+ <Context crossContext="true" useHttpOnly="false">
+
+
+
# Can I run Wookie from a USB drive?