Stacy W. Smith

Results 10 issues of Stacy W. Smith

Fixes #422 pallets/werkzeug#2339 changed the behavior of Request.get_json() and the Request.json property to raise a BadRequest if Request.json is accessed and the content type is not `application/json`. Argument parsing allows...

pallets/werkzeug#2339 changed the behavior of `Request.get_json()` and the `Request.json` property to raise a `BadRequest` if `Request.get_json()` is called, or the `Request.json` property is accessed and the content type is not...

bug

Fixes #426 pallets/werkzeug#2352 changed the default value of `Response.autocorrect_location_header` from `True` to `False` in Werkzeug >= 2.1.0. `tests/legacy/test_api_legacy.py::APITest::test_redirect` depended upon `Response.autocorrect_location_header` being `True`. Change `test_redirect()` to explicitly set `Response.autocorrect_location_header` to...

pallets/werkzeug#2352 changed the default value of `Response.autocorrect_location_header` from `True` to `False` in Werkzeug >= 2.1.0. `tests/legacy/test_api_legacy.py::APITest::test_redirect` currently depends upon `Response.autocorrect_location_header` being `True`. ### **Repro Steps** (if applicable) 1. With Werkzeug...

bug

While the primary issue reported in #715 is a Junos bug, it did expose an issue with PyEZ. In #715, the response contains an `` element, but no `RpcError` exception...

Type: Bug

On a device which has dual Routing Engines, it may be possible for one of the Routing Engines to be in a `Present` state. This state indicates that the Routing...

Type: Bug

If you attempt to use the name of a View() attribute as a field name in a View's YAML file, the View() attribute takes precedence and the field name is...

Type: Enhancement

This tracks the functionality requested in Juniper/ansible-junos-stdlib#174. Provide a new PyEZ fact to indicate if the installed kernel is 32-bit or 64-bit. Might also be helpful to indicate if RPD...

Type: Enhancement
Status: Under Analysis

Without SSH keepalives, a NAT or stateful firewall along the network path between the PyEZ host and the target Junos device, may timeout an inactive TCP flow and cause the...

Explain the differences between `dest` and `dest_dir` arguments. Especially when multiple commands/RPCs are specified. List pros and cons of both. The documentation currently states that `dest` is deprecated. It should...

Priority: Low
Status: Verify Resolution
Type: Documentation Bug