[Htmlparser-user] Setting user-agent not straightforward
Brought to you by:
derrickoswald
From: Java G. <jav...@ya...> - 2009-11-01 19:42:45
|
Hi, I'm currently reviewing HTMLParser and like what I see so far. One thing that would be great as a RFE; there is not an easy way to set user-agent using default Parser. Default Parser uses a static initializer to set its User-Agent as opposed to using default ConnectionManager. Would be nice if this could be just set in one place; and Parser class uses defaults instead of the static init. I'm using latest 2.0 snapshot Cheers |