Skip to content

browsermob-proxy having issues with JAVA 9 #724

@Corefinder89

Description

@Corefinder89

In Java 9, there is an issue with browsermob proxy as it fails to collect the HTTP responses as HTTP archive object. So, basically when I do a proxy.new_har('some data') and after that, if I try to dump the data as a JSON object via json.dumps(proxy.har, ensure_ascii=false) it ends up giving me a python exception as "Nothing to decode". After much debugging, I cam out with the conclusion that the proxy is not collecting the HTTP archive data because of which it is failing in JAVA 9 version. After downgrading the JAVA version to 8 it resolved the issue. Can this issue be rectified for the upcoming JAVA versions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions