Bug-ID-Nummer |
BUG-000154315 |
Eingereicht | December 8, 2022 |
Zuletzt geändert | August 6, 2025 |
Gilt für | ArcGIS Web Adaptor |
Gefunden in Version | 10.9.1 |
Betriebssystem | Ubuntu Linux |
Betriebssystemversion | 20.04 |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
The bash shell in Linux treats ampersands as a special character for sending a command into the background. To include an ampersand as a command-line argument, precede it with a backslash, which is an 'escape' character for a bash. The behavior is beyond the control of the web adaptor tool, and the tool cannot be changed in such a way that ampersands do not need to be escaped.
Workaround
Temporarily change the admin account password in use to not include an ampersand (&).
Schritte zur Reproduzierung