Skip to content

json2xml plugin not threadsafe #182

Description

@mecclesgoogle

several variables are defined instance level which causes concurrency issues.

For example. if a request is disabled by 'x-apigee-json2xml-disable' header, disable=true will get set and thereon apply to all requests.

These variables should be scoped to the request object so that they only apply to the specific request thread.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions