Anubisxcw opened a new issue, #15644: URL: https://github.com/apache/dolphinscheduler/issues/15644
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened i open a file in resource center ,and do nothing ,press exit button,then i will recive an error. pay attention,the file is not created by me,but the createror 's tenant is same as me,and we are admin in ds  ### What you expected to happen the file `s creater is same as me as a admin,and we have same tenant ,so i have right,there is no reason to get this err ### How to reproduce 1.give user A and user B admin right by change database,t_ds_user table ,user_type coulme. 2.give user A and B the same tenant 3.A create a file,and B open it ,do nothing just exit 4.we weill recive a ok msg,and a err msg  ### Anything else 1.i read the source code and log 2.and i comparison the good request and bad requeest,i find the bug is about fullName 3.the good request is:xxxxxx/dolphinscheduler/resources?fullName=&tenantCode=&type=FILE&searchVal=&pageNo=2&pageSize=10 4.if you do the reproduce step ,you will caughe bad request:xxxxx/dolphinscheduler/resources?fullName=work&tenantCode=&type=FILE&searchVal=&pageNo=1&pageSize=10 5.if u cut the fullName's value in bad request you will get right response 6.i try to debug,but sorry i just can`t,the backed is good i think,probbly is fronted  ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
