https://issues.apache.org/bugzilla/show_bug.cgi?id=54596

--- Comment #10 from Konstantin Kolinko <knst.koli...@gmail.com> ---
In path_merge()

[[[
            if (remain > 0) {
                return "";
            }
]]]

maybe
                SetLastError(ERROR_BAD_PATHNAME);
                return 0;

like in other erroneous situations.

Callers of path_merge() check its success with a non-null condition. I think
that they are not ready to receive an empty string.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to