Scott McGhee
Scott McGhee
If the content-type header of the request is like "application/x-www-form-urlencoded; charset=UTF-8" the following logic is not functioning properly in the `sendProxyRequest.js`: ``` if (bodyContent.length) { var body = bodyContent; var...
see https://github.com/villadora/express-http-proxy/issues/488
### Description ### Upgrading from version 2 to version 3 of jQuery we see uncaught exceptions being thrown in unit test cases that cause certain unit tests to fail due...
## Steps to Reproduce: 1. Have an HTML payload where server gives response header `content-type: text/html;charset=Shift_JIS` 2. Include the URI.js file with a script tag, use a compressed version of...
We are using a method to import eslintConfig from another project, which I will demonstrate below, so that all our projects do not need to duplicate the same eslint rules....
### **Bug Description** We have cases like a session timeout Dialog that is written with web component that opens when user has been idle too long. If there is an...
The example HTML references a version of jQuery which does not define $.browser; however, on line 23 it references $.browser.mozilla to set the sendBoundary attribute. That means there will be...
**Describe the bug** Some minified JS code is not functionally equivalent to original, and it produces runtime errors when the minified code is executed. Some extra unexpected string variable is...