Naming.java (lookup): Check if the first character of the filename returned by URL...
authorGuilhem Lavaux <guilhem@kaffe.org>
Fri, 26 Dec 2003 23:23:55 +0000 (23:23 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 26 Dec 2003 23:23:55 +0000 (23:23 +0000)
commita4dc20a94636a27c0250b3cadbc23758901d8fb7
treed0b5cd9683876b542d93dcfe5e9d3652ca5166b4
parent45d51d7e37ac54da97e497a0946f675be40fe230
Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'...

2003-12-27  Guilhem Lavaux  <guilhem@kaffe.org>

* java/rmi/Naming.java (lookup): Check if the first character of the
filename returned by URL.getFile() is a '/', only if it is the case
we cut this first character and call the registry with the good name.
(bind): Likewise.
(rebind): Likewise.

From-SVN: r75044
libjava/ChangeLog
libjava/java/rmi/Naming.java