[
https://issues.apache.org/jira/browse/GUACAMOLE-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17158917#comment-17158917
]
Stefan edited comment on GUACAMOLE-1137 at 7/16/20, 8:56 AM:
-------------------------------------------------------------
In the Java-Class "org.apache.guacamole.rest.directory.DirectoryResource" the
function "getObjectResource()" throws a exception, which blocks the password
update.
Update:
During Login also a rquests fails:
GET /guacamole/api/session/data/mysql/users/[email protected]?token=<token>
HTTP/1.1\r\n
Whithout @ the request works
GET /guacamole/api/session/data/mysql/users/test?token=<token> HTTP/1.1\r\n
Currently I am searching where this request is handled....
GET /guacamole/api/session/data/mysql/users/<user>?token=<token> HTTP/1.1\r\n
was (Author: sporeno):
In the Java-Class "org.apache.guacamole.rest.directory.DirectoryResource" the
function "getObjectResource()" throws a exception, which blocks the password
update.
> User can not change the own password
> ------------------------------------
>
> Key: GUACAMOLE-1137
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1137
> Project: Guacamole
> Issue Type: Bug
> Reporter: Stefan
> Priority: Minor
>
> We noticed some strange behavior when the user wants to change its password.
> When there is a "@” sign in the username and he not an administrator the
> password change is not possible. (tomcat-server response with 404).
> Hs a admin an "@" in the username is no problem.
> Also, when the non-admin-user has no "@" in the username the password change
> is working.
> We started search but up to now we have no idea where the issue happens…
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)