Craig Andrews
Craig Andrews
Request body tracing reads the body then it will be read again later for actual handling. Therefore, request buffering is required when request body tracing. Fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/3418
Make a request through zuul using a `POST` or `PUT` verb with a content-type that is not `multipart/* or `application/x-www-form-urlencoded` When Zuul makes the request to the backend, it won't...
The current latest release of this project, version 6.5.0, depends on `sqlite3` version 5.0.2, which depends on `[email protected]` which depends on `[email protected]`, which has `cb-never-called-1.0.1.tgz` Many antivirus scanners (such as...
The SQS documentation indicates that messages with "Type" of "Number" and "Binary" are valid, see https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html This PR adds support for these "Type" values. According to https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html > Number –...
Hibernate Validator currently has [@SafeHtml](https://docs.jboss.org/hibernate/stable/validator/api/org/hibernate/validator/constraints/SafeHtml.html), a Jakara Validator, to do validation of a string to ensure it's valid HTML using jsoup. However, Hibernate Validator has decided to deprecate this validator...
PHP 8 will throw a fatal error if a non-string (ex, an array) is passed to `unserialize`. So make sure the value is a string before calling `unserialize`. Example stack...
community-events-location records the user's IP upon login; that's not useful information to store in version control.
Can VersionPress be added as an official Wordpress plugin? https://wordpress.org/plugins/developers/add/ Doing so would make it much easier for users to discover, install, and update VersionPress.
Currently `wp vp pull` enters maintenance mode immediately, does the `git pull`, then exits maintenance mode. This leads to unnecessary downtime for the Wordpress site if, for example, a theme...
There should be a way to trigger `wp vp pull` from the web interface at `/wp-admin/admin.php?page=versionpress` Currently, one has to SSH to the system and run `wp vp pull` from...