Index: src/docbkx/statemgmt.xml =================================================================== --- src/docbkx/statemgmt.xml (revision 1070050) +++ src/docbkx/statemgmt.xml (working copy) @@ -297,7 +297,7 @@ HttpClient can work with any physical representation of a persistent cookie store that implements the CookieStore interface. The default CookieStore implementation called - BasicClientCookie is a simple implementation backed by a + BasicCookieStore is a simple implementation backed by a java.util.ArrayList. Cookies stored in an BasicClientCookie object are lost when the container object get garbage collected. Users can provide more complex implementations if