chromiumembedded / java-cef

Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
https://bitbucket.org/chromiumembedded/java-cef
Other
648 stars 142 forks source link

Missing feature getResourceResponseFilter #442

Open krullert opened 1 year ago

krullert commented 1 year ago

See also: https://bitbucket.org/chromiumembedded/java-cef/pull-requests/81 Also see https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-header-response-filtering Also see https://bitbucket.org/chromiumembedded/cef/commits/456ea5a

Is your feature request related to a problem? Please describe. Unable to intercept response data

Describe the solution you'd like Approve and merge the given PR or implement the getResourceResponseFilter

Describe alternatives you've considered

Additional context

magreenblatt commented 1 year ago

Looks like that PR may have been abandoned (no updates since 2021). Would you like to submit a new PR that addresses the open comments @krullert ?

krullert commented 1 year ago

I've created a PR at https://bitbucket.org/chromiumembedded/java-cef/pull-requests/104 with parts from the original PR

luzuobin commented 1 year ago

I also need this, why hasn't it been adopted? Waiting for the new version to merge.