Sleeyax

Results 171 comments of Sleeyax

I guess it *could* be related to the Java version then. On Ubuntu, Burp Suite's installer bundles OpenJDK 17: ``` $ pwd /usr/local/BurpSuitePro $ ./jre/bin/java --version openjdk 17.0.2 2022-01-18 OpenJDK...

Could be, it's just odd that I can never reproduce this on my local install (which actually uses openjdk 19, not 17) and can only reproduce this on ubuntu with...

I just reset burp via `Help > Clean Burp from computer > Remove saved configuration files` (**warning**; this deletes all settings, not just extension settings) but the issue is still...

> > I just reset burp via `Help > Clean Burp from computer > Remove saved configuration files` > > Did you check to see if your changed extension settings...

Same issue here with MySQL. I agree treating `undefined` and `null` as an `IS NULL` clause would be the preferred way to go about this. This is a potentially dangerous...

Does this happen every time or are there any specific steps required to reproduce this?

Arch linux, java 17, probably not the latest version of burp last time I tested.

What site are you visiting?

Thank you for opening a issue. Initially, I only aimed for the request headers to have the correct order because those can be prone to fingerprinting/censorship whereas response headers are...

> I noticed you have a copy of net/http in this repo with some patches. If needed, would you accept a PR that makes changes to that, or would you...