Commit 80ff8b3
[KYUUBI #7403] Password with colon bug fixes
### Why are the changes needed?
If a password contains a colon, REST API does not pick up colons. Similarly, password string like `correctpassword:random-charachars` gets parsed as `correctpassword`.
### How was this patch tested?
Tested in local build, password with colon are getting parsed properly.
### Was this patch authored or co-authored using generative AI tooling?
Test Suite was helped by Cursor auto-complete.
Closes #7404 from oh0873/hoonoh/colon-password-bug-fix.
Closes #7403
1bd8e19 [Hoon Oh] Password with colon bug fixes
Authored-by: Hoon Oh <hoonoh@geico.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>1 parent e2ea980 commit 80ff8b3
File tree
3 files changed
+11
-2
lines changed- kyuubi-server/src
- main/scala/org/apache/kyuubi/server/http/authentication
- test/scala/org/apache/kyuubi/operation
3 files changed
+11
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
243 | 252 | | |
244 | 253 | | |
245 | 254 | | |
| |||
0 commit comments