From: SourceForge.net <no...@so...> - 2003-07-16 12:30:03
|
Feature Requests item #772261, was opened at 2003-07-16 08:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 Category: None Group: None Status: Open Priority: 5 Submitted By: Mike Bowler (mbowler) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to disable cookie support Initial Comment: In order to simulate browsers that do not have cookie support enabled, we need to be able to tell HtmlUnit to not accept any cookies. Currently commons-httpclient doesn't have a way to disable cookies either but it would appear to be a simple matter of creating a new CookiePolicy that would discard any incoming cookies. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 |
From: SourceForge.net <no...@so...> - 2004-12-23 20:32:25
|
Feature Requests item #772261, was opened at 2003-07-16 14:30 Message generated for change (Comment added) made by mguillem You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 Category: None Group: None Status: Open Priority: 5 Submitted By: Mike Bowler (mbowler) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to disable cookie support Initial Comment: In order to simulate browsers that do not have cookie support enabled, we need to be able to tell HtmlUnit to not accept any cookies. Currently commons-httpclient doesn't have a way to disable cookies either but it would appear to be a simple matter of creating a new CookiePolicy that would discard any incoming cookies. ---------------------------------------------------------------------- >Comment By: Marc Guillemot (mguillem) Date: 2004-12-23 21:32 Message: Logged In: YES user_id=402164 With commons-httpclient 3.x this can be done with: CookiePolicy.registerCookieSpec(CookiePolicy.DEFAULT, IgnoreCookiesSpec.class); Due to all cookie configuration possibilities, it's probably better NOT to provide anything to do this and let user configure it by himself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 |
From: SourceForge.net <no...@so...> - 2005-01-22 19:00:35
|
Feature Requests item #772261, was opened at 2003-07-16 14:30 Message generated for change (Comment added) made by jhdonner You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 Category: None Group: None Status: Open Priority: 5 Submitted By: Mike Bowler (mbowler) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to disable cookie support Initial Comment: In order to simulate browsers that do not have cookie support enabled, we need to be able to tell HtmlUnit to not accept any cookies. Currently commons-httpclient doesn't have a way to disable cookies either but it would appear to be a simple matter of creating a new CookiePolicy that would discard any incoming cookies. ---------------------------------------------------------------------- Comment By: Hans Donner (jhdonner) Date: 2005-01-22 20:00 Message: Logged In: YES user_id=132719 Perhaps something to add to BrowserVersion, and act upon in WebClient (perhaps delegating it to the WebConnection)? ---------------------------------------------------------------------- Comment By: Marc Guillemot (mguillem) Date: 2004-12-23 21:32 Message: Logged In: YES user_id=402164 With commons-httpclient 3.x this can be done with: CookiePolicy.registerCookieSpec(CookiePolicy.DEFAULT, IgnoreCookiesSpec.class); Due to all cookie configuration possibilities, it's probably better NOT to provide anything to do this and let user configure it by himself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 |
From: SourceForge.net <no...@so...> - 2005-01-27 00:19:33
|
Feature Requests item #772261, was opened at 2003-07-16 14:30 Message generated for change (Comment added) made by jhdonner You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 Category: None Group: None Status: Open Priority: 5 Submitted By: Mike Bowler (mbowler) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to disable cookie support Initial Comment: In order to simulate browsers that do not have cookie support enabled, we need to be able to tell HtmlUnit to not accept any cookies. Currently commons-httpclient doesn't have a way to disable cookies either but it would appear to be a simple matter of creating a new CookiePolicy that would discard any incoming cookies. ---------------------------------------------------------------------- Comment By: Hans Donner (jhdonner) Date: 2005-01-27 01:19 Message: Logged In: YES user_id=132719 see patch 1110338 for a possible solution ---------------------------------------------------------------------- Comment By: Hans Donner (jhdonner) Date: 2005-01-22 20:00 Message: Logged In: YES user_id=132719 Perhaps something to add to BrowserVersion, and act upon in WebClient (perhaps delegating it to the WebConnection)? ---------------------------------------------------------------------- Comment By: Marc Guillemot (mguillem) Date: 2004-12-23 21:32 Message: Logged In: YES user_id=402164 With commons-httpclient 3.x this can be done with: CookiePolicy.registerCookieSpec(CookiePolicy.DEFAULT, IgnoreCookiesSpec.class); Due to all cookie configuration possibilities, it's probably better NOT to provide anything to do this and let user configure it by himself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 |
From: SourceForge.net <no...@so...> - 2005-05-11 23:20:02
|
Feature Requests item #772261, was opened at 2003-07-16 07:30 Message generated for change (Comment added) made by yourgod You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Mike Bowler (mbowler) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to disable cookie support Initial Comment: In order to simulate browsers that do not have cookie support enabled, we need to be able to tell HtmlUnit to not accept any cookies. Currently commons-httpclient doesn't have a way to disable cookies either but it would appear to be a simple matter of creating a new CookiePolicy that would discard any incoming cookies. ---------------------------------------------------------------------- >Comment By: Brad Clarke (yourgod) Date: 2005-05-11 18:19 Message: Logged In: YES user_id=257129 http://htmlunit.sourceforge.net/phpwiki/index.php/DisableCookies ---------------------------------------------------------------------- Comment By: Hans Donner (jhdonner) Date: 2005-01-26 18:19 Message: Logged In: YES user_id=132719 see patch 1110338 for a possible solution ---------------------------------------------------------------------- Comment By: Hans Donner (jhdonner) Date: 2005-01-22 13:00 Message: Logged In: YES user_id=132719 Perhaps something to add to BrowserVersion, and act upon in WebClient (perhaps delegating it to the WebConnection)? ---------------------------------------------------------------------- Comment By: Marc Guillemot (mguillem) Date: 2004-12-23 14:32 Message: Logged In: YES user_id=402164 With commons-httpclient 3.x this can be done with: CookiePolicy.registerCookieSpec(CookiePolicy.DEFAULT, IgnoreCookiesSpec.class); Due to all cookie configuration possibilities, it's probably better NOT to provide anything to do this and let user configure it by himself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448269&aid=772261&group_id=47038 |