googleapis / googleapis/google-http-java-client

In order to compatible with more scenarios,can we be customize the parameter SAFEQUERYSTRINGCHARS_URLENCODER?

Open
#1,780 0 comments 0 reactions 0 assignees View on GitHub
type: feature request
Dominant language
Java
Stars
1.4k
Forks
473
PR merge metrics
No merged PRs in 30d

Description

SAFEQUERYSTRINGCHARS_URLENCODER: A string of characters that do not need to be encoded when used in URI query strings, as specified in RFC 3986. Note that some of these characters do need to be escaped when used in other parts of the URI.

when the server framework complies with old and new W3C specifications which are different. When the request contains "; ", Google-http-java-client does not escape it, but the server does.

In order to compatible with more scenarios,can we be customize the parameter SAFEQUERYSTRINGCHARS_URLENCODER?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.