Numéro d’ID de bogue |
BUG-000154315 |
Envoi | December 8, 2022 |
Dernière modification | August 6, 2025 |
S’applique à | ArcGIS Web Adaptor |
Version trouvée | 10.9.1 |
Système d’exploitation | Ubuntu Linux |
Version du système d’exploitation | 20.04 |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
Temporarily change the admin account password in use to not include an ampersand (&).
Étapes pour reproduire