mirror of
https://github.com/openharmony/third_party_cups.git
synced 2026-08-26 20:47:33 -04:00
4f86795d89
Signed-off-by: baozewei <baozewei@huawei.com>
14 lines
442 B
Diff
14 lines
442 B
Diff
diff --git a/cups/http-support.c b/cups/http-support.c
|
|
index 3d12087..bb94285 100644
|
|
--- a/cups/http-support.c
|
|
+++ b/cups/http-support.c
|
|
@@ -1028,7 +1028,7 @@ httpSeparateURI(
|
|
*uri && *uri != ':' && ptr < end;)
|
|
if (strchr("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
- "0123456789-+.", *uri) != NULL)
|
|
+ "0123456789-+._", *uri) != NULL)
|
|
*ptr++ = *uri++;
|
|
else
|
|
break;
|