DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2003-02-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2002-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2002-11-01 02:51 ---
The small temp_slash = 0; if (r-filename[filename_len-1] == '/') patch
included in PR14147 fixes this problem - YAY - thanks a lot

*** This bug has been marked as a duplicate of 14147 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2002-10-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name





--- Additional Comments From [EMAIL PROTECTED]  2002-10-31 20:58 ---
It turns out that there are other lose-last-character PRs out there.

Somebody just posted a tiny patch to PR 14147.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14147

--- request.c.bak   Tue Oct 22 10:20:09 2002
+++ request.c   Tue Oct 22 10:20:11 2002
@@ -918,6 +918,8 @@
 /* That temporary trailing slash was useful, now drop it.
  */
 if (temp_slash) {
+temp_slash = 0;
+if (r-filename[filename_len-1] == '/')
 r-filename[--filename_len] = '\0';
 }

It would be great to find out whether or not this fix resolves your
problem.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2002-10-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|2.0.40  |2.0.43



--- Additional Comments From [EMAIL PROTECTED]  2002-10-30 01:48 ---
yep it's still occurring

spinner:/web/server/apache2 5702 # cadaver http://webdav:/
Looking up hostname... Connecting to server... connected.
dav:// ls
Listing collection `//': succeeded.
   123  3044  Jun 21 02:41
dav:// mv 123 1234
Moving `//123' to `//1234':  failed:
403 Forbidden
dav:// mv 123 12345
Moving `//123' to `//12345':  succeeded.
dav:// ls
Listing collection `//': succeeded.
   1234 3044  Jun 21 02:41

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2002-08-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|2.0.39  |2.0.40



--- Additional Comments From [EMAIL PROTECTED]  2002-08-11 12:07 ---
this problem stills occurs in apache-2.0.40 for me

SunOS davserver 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-280R

# gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs
Configured with: ../gcc-3.0.4/configure
Thread model: posix
gcc version 3.0.4

it's not tied to the client as it happens when you telnet to the port

# telnet davserver 
Connected to davserver
Escape character is '^]'.
MOVE /123 HTTP/1.1
Destination: http://davserver:/1234
Host: davserver:

HTTP/1.1 403 Forbidden
Date: Sun, 11 Aug 2002 11:08:18 GMT
Server: Apache/2.0.40 (Unix) DAV/2
Content-Length: 256
Content-Type: text/html; charset=ISO-8859-1

Source and Destination URIs are the same

# which shouldn't have happened as destination was a different file name

# ./configure --prefix=/web/server/apache2 --enable-dav


# ldd -d /web/server/apache2/bin/httpd
libaprutil.so.0 =   /web/server/apache2/lib/libaprutil.so.0
libexpat.so.0 = /web/server/apache2/lib/libexpat.so.0
libapr.so.0 =   /web/server/apache2/lib/libapr.so.0
libsendfile.so.1 =  /usr/lib/libsendfile.so.1
librt.so.1 =/usr/lib/librt.so.1
libm.so.1 = /usr/lib/libm.so.1
libsocket.so.1 =/usr/lib/libsocket.so.1
libnsl.so.1 =   /usr/lib/libnsl.so.1
libresolv.so.2 =/usr/lib/libresolv.so.2
libdl.so.1 =/usr/lib/libdl.so.1
libpthread.so.1 =   /usr/lib/libpthread.so.1
libc.so.1 = /usr/lib/libc.so.1
libaio.so.1 =   /usr/lib/libaio.so.1
libmp.so.2 =/usr/lib/libmp.so.2
/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
libthread.so.1 =/usr/lib/libthread.so.1

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2002-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2002-07-31 15:19 ---
I tried this with both HEAD and 2.0.39 on both Linux and Solaris 8 and was 
unable to make it fail with either of the four servers. Here is an
example:
$ cadaver http://127.0.0.1:8080/davtest
Looking up hostname... Connecting to server... connected.
dav:/davtest/ ls
Listing collection `/davtest/': succeeded.
   12345 161  Jul 31  2002
dav:/davtest/ mv 12345 123456
Moving `/davtest/12345' to `/davtest/123456':  succeeded.
dav:/davtest/ ls
Listing collection `/davtest/': succeeded.
   123456161  Jul 31  2002
dav:/davtest/ mv 12345 1234567
Moving `/davtest/12345' to `/davtest/1234567':  failed:
404 Not Found
dav:/davtest/ mv 123456 12345
Moving `/davtest/123456' to `/davtest/12345':  succeeded.
dav:/davtest/ ls
Listing collection `/davtest/': succeeded.
   12345 161  Jul 31  2002
dav:/davtest/

I used cadaver 0.20.1 with the included neon and expat.

You may need to experiment to narrow down the conditions where this
occurs so that we can try to resolve the problem.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 10236] - MOVE method loses last character off of file name

2002-07-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10236

MOVE method loses last character off of file name

[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version|Other   |Solaris
   Priority|Other   |Medium
   Platform|Other   |Sun



--- Additional Comments From [EMAIL PROTECTED]  2002-07-01 09:28 ---
uname -a - SunOS spinner 5.8 Generic_108528-11 sun4u sparc SUNW,Sun-Fire-280R

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]