File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
browsermob-core-littleproxy/src/main/java/net/lightbody/bmp
browsermob-core/src/main/java/net/lightbody/bmp/proxy Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8686public class BrowserMobProxyServer implements BrowserMobProxy , LegacyProxyServer {
8787 private static final Logger log = LoggerFactory .getLogger (BrowserMobProxyServer .class );
8888
89- private static final HarNameVersion HAR_CREATOR_VERSION = new HarNameVersion ("BrowserMob Proxy" , "2.1.0-beta-1-littleproxy" );
89+ //TODO: extract the version string into a more suitable location
90+ private static final HarNameVersion HAR_CREATOR_VERSION = new HarNameVersion ("BrowserMob Proxy" , "2.1.0-beta-2-littleproxy" );
9091
9192 /**
9293 * True only after the proxy has been successfully started.
Original file line number Diff line number Diff line change 6666 */
6767@ Deprecated
6868public class ProxyServer implements LegacyProxyServer , BrowserMobProxy {
69- private static final HarNameVersion CREATOR = new HarNameVersion ("BrowserMob Proxy" , "2.1.0-beta-1 -legacy" );
69+ private static final HarNameVersion CREATOR = new HarNameVersion ("BrowserMob Proxy" , "2.1.0-beta-2 -legacy" );
7070 private static final Logger LOG = LoggerFactory .getLogger (ProxyServer .class );
7171
7272 /**
You can’t perform that action at this time.
0 commit comments