标签:ash saltstack sar inf abc pat int lists uri
Update a connection pool
Update a JDBC resource
Enum connection resources
Delete a JDBC resource
Enum connection pools
unquote(‘abc%20def‘) -> ‘abc def‘.
Create a JMS destination
Create a connection resource
Create a JDBC resource
Delete a connection resource
Get a specific connection pool
Create a connection resource
Create a connection pool
Get a specific connection resource
Delete a JDBC pool
Get a specific JMS destination
Delete a system property
Update a JDBC pool
quote(‘abc def‘) -> ‘abc%20def‘
Each part of a URL, e.g. the path info, the query, etc., has a
different set of reserved characters that must be quoted.
RFC 2396 Uniform Resource Identifiers (URI): Generic Syntax lists
the following reserved characters.
reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" |
"$" | ","
Each of these characters is reserved in some component of a URL,
but not necessarily in all of them.
By default, the quote function is intended for quoting the path
section of a URL. Thus, it will not encode ‘/‘. This character
is reserved, but in typical usage the quote function is being
called on a path where the existing slash characters are used as
reserved characters.
Update a JMS destination
Delete a JMS destination
Enum JDBC resources
Get system properties
Get a specific JDBC resource
Update a connection resource
Get a specific JDBC pool
Update system properties
Enum JMS destinations
Delete a connection pool
Enum JDBC pools
标签:ash saltstack sar inf abc pat int lists uri
原文地址:https://www.cnblogs.com/randomlee/p/Saltstack_module_glassfish.html