KIRIYAMA Takuya

Results 3 issues of KIRIYAMA Takuya

Consider an authority component without trailing "/" as a base URI. When resolving a relative path against this base URI, the resulting URI is a concatenated URI without "/". This...

ready
rfr
net

The current documentation of URI class describes relationship between resolve and relativize methods as follows. ``` For any two normalized URIs u and v, u.relativize(u.resolve(v)).equals(v) and u.resolve(u.relativize(v)).equals(v) . ``` However,...

csr
rfr
net

Hi all, I want to backport JDK-8313394 for jdk11u. This is clean backport. Would you review and sponsor this fix, please? --------- ### Progress - [x] Change must not contain...

rfr
backport
clean