vmassol 2005/04/26 02:16:14 Modified: documentation/docs/xdocs/writing howto_testcase_servlet.xml Log: Fixed typo, thanks to Gili. Revision Changes Path 1.9 +2 -2 jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_servlet.xml Index: howto_testcase_servlet.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_servlet.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- howto_testcase_servlet.xml 13 Mar 2004 14:40:48 -0000 1.8 +++ howto_testcase_servlet.xml 26 Apr 2005 09:16:14 -0000 1.9 @@ -3,7 +3,7 @@ <!-- * ======================================================================== * - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -313,7 +313,7 @@ </note> <p> - By default, Cactus always creates an HTRP session for your test + By default, Cactus always creates an HTTP session for your test case. It is possible to tell it not to do so by calling the <code>WebRequest.setAutomaticSession(false)</code> method (it is <code>true</code> by default). This could be useful for cases
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]