Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nautilus answering "Response Invalid" on Rails 4 while Rails 3 works. #57

Open
rvalyi opened this issue Jul 27, 2013 · 0 comments
Open

Comments

@rvalyi
Copy link

rvalyi commented Jul 27, 2013

Hello,

I tested the basic Rails tutorial here https://github.com/chrisroberts/dav4rack/wiki/Rails-3 with success on Rails 3.

However, using Rails 4, if I try to browse Rails app directory via Nautilus webdav, I can get the list of files at the root, such as app, db, config etc... However, if I click on any of these files or subdirectory, then Nautilus gives me the following error:
"Unhandled error message: Response invalid"

Using tcpdump, I registered the whole communication, connecting to the root Rails app directory (OK) and then trying to click on the db subdirectory (KO)

Hope this help. Here is the tcdump output (sudo tcpdump -i lo -A):

16:28:10.746912 IP localhost.50779 > raphael-laptop.domain: 12293+ A? daisy.ubuntu.com. (34)
E..>..@.@...........[.5._.=0............daisy.ubuntu.com.....
16:28:10.746933 IP localhost.50779 > raphael-laptop.domain: 58388+ AAAA? daisy.ubuntu.com. (34)
E..>..@.@.
..........[.5..=.............daisy.ubuntu.com.....
16:28:10.751589 IP raphael-laptop.domain > localhost.50779: 12293 2/0/0 A 91.189.95.55, A 91.189.95.54 (66)
E..^..@.@.;..........5.[.J.]0............daisy.ubuntu.com.................[.7............[.6
16:28:10.752486 IP raphael-laptop.domain > localhost.50779: 58388 0/0/0 (34)
E..>..@.@.;..........5.[.
.=.............daisy.ubuntu.com.....
16:28:11.749756 IP localhost.52432 > raphael-laptop.domain: 9993+ A? daisy.ubuntu.com. (34)
E..>..@.@.}............5.
.=' ...........daisy.ubuntu.com.....
16:28:11.749801 IP localhost.52432 > raphael-laptop.domain: 57388+ AAAA? daisy.ubuntu.com. (34)
E..>..@.@.}............5.
.=.,...........daisy.ubuntu.com.....
16:28:11.752905 IP raphael-laptop.domain > localhost.52432: 9993 2/0/0 A 91.189.95.54, A 91.189.95.55 (66)
E..^..@.@.;..........5...J.]' ...........daisy.ubuntu.com.................[.6............[.7
16:28:11.753471 IP raphael-laptop.domain > localhost.52432: 57388 0/0/0 (34)
E..>..@.@.;..........5...
.=.,...........daisy.ubuntu.com.....
16:28:30.878026 IP localhost.53277 > localhost.53277: UDP, length 16
E..,.E@.@.9z...............+........j.m.....
16:28:30.896867 IP localhost.53277 > localhost.53277: UDP, length 24
E..4.F@.@.9q............. .3........./..q.....u.....
16:28:30.902344 IP localhost.53277 > localhost.53277: UDP, length 16
E..,.G@.@.9x...............+..........u.....
16:28:30.912905 IP localhost.53277 > localhost.53277: UDP, length 976
E....H@.@.5........................../.. ...................................................................................................................".......".......f
..q.......................................................................................................q...................................................................................................c
..q...................................................................................................2
..q...................................................................................................w
..q...................................................................................................)
..q...................................................................................................8
.......................................................................................................
..q...................................................................................................
16:28:30.912924 IP localhost.53277 > localhost.53277: UDP, length 248
E....I@.@.8........................../..............................+
......................................................................................................

..q...................................................................................................
16:28:30.912930 IP localhost.53277 > localhost.53277: UDP, length 456
E....J@.@.7.................................................................................................................................................................p
......................................................................................................o
..q.......................................................................................................q...................................................................................................
16:28:34.912542 IP localhost.46441 > localhost.46441: UDP, length 16
E..,..@.@.R..........i.i...+........Z.......
16:28:37.185812 IP localhost.52976 > raphael-laptop.3000: Flags [S], seq 1992207733, win 43690, options [mss 65495,sackOK,TS val 2217650 ecr 0,nop,wscale 7], length 0
E..<{.@.@...............v..u.........0.........
.!..........
16:28:37.185833 IP raphael-laptop.3000 > localhost.52976: Flags [S.], seq 3776194973, ack 1992207734, win 43690, options [mss 65495,sackOK,TS val 2217650 ecr 2217650,nop,wscale 7], length 0
E..<..@.@.;...............).v..v.....0.........
.!...!......
16:28:37.185847 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 1, win 342, options [nop,nop,TS val 2217650 ecr 2217650], length 0
E..4{.@.@...............v..v..)....V.(.....
.!...!..
16:28:37.186102 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 1:164, ack 1, win 342, options [nop,nop,TS val 2217650 ecr 2217650], length 163
E...{.@.@..U............v..v..)....V.......
.!...!..OPTIONS / HTTP/1.1
Host: webdav.lvh.me:3000
Accept-Encoding: gzip, deflate
User-Agent: gvfs/1.16.1
Accept-Language: en-us, en;q=0.9
Connection: Keep-Alive

16:28:37.186117 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 164, win 350, options [nop,nop,TS val 2217650 ecr 2217650], length 0
E..4.,@.@.<...............).v......^.(.....
.!...!..
16:28:37.192532 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 1:365, ack 164, win 350, options [nop,nop,TS val 2217651 ecr 2217650], length 364
E....-@.@.;(..............).v......^.......
.!...!..HTTP/1.1 200 OK
Dav: 1, 2
Allow: OPTIONS,HEAD,GET,PUT,POST,DELETE,PROPFIND,PROPPATCH,MKCOL,COPY,MOVE,LOCK,UNLOCK
Ms-Author-Via: DAV
Cache-Control: no-cache
X-Request-Id: dbf89bc3-1aa0-40dd-b9f5-670b6d616190
X-Runtime: 0.004844
Server: WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
Date: Sat, 27 Jul 2013 19:28:37 GMT
Content-Length: 0
Connection: Keep-Alive

16:28:37.192569 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 365, win 350, options [nop,nop,TS val 2217651 ecr 2217651], length 0
E..4{.@.@...............v.....+
...^.(.....
.!...!..
16:28:37.193060 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 164:390, ack 365, win 350, options [nop,nop,TS val 2217651 ecr 2217651], length 226
E...{.@.@...............v.....+
...^.......
.!...!..PROPFIND / HTTP/1.1
Host: webdav.lvh.me:3000
Depth: 0
Content-Type: application/xml
Accept-Encoding: gzip, deflate
User-Agent: gvfs/1.16.1
Accept-Language: en-us, en;q=0.9
Connection: Keep-Alive
Content-Length: 124

16:28:37.229628 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 390, win 359, options [nop,nop,TS val 2217661 ecr 2217651], length 0
E..4..@.@.<...............+
v......g.(.....
.!...!..
16:28:37.229707 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 390:514, ack 365, win 350, options [nop,nop,TS val 2217661 ecr 2217661], length 124
E...{.@.@..y............v.....+
...^.......
.!...!..
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:resourcetype/>
/D:prop
/D:propfind
16:28:37.229728 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 514, win 359, options [nop,nop,TS val 2217661 ecr 2217661], length 0
E..4./@.@.<...............+
v..w...g.(.....
.!...!..
16:28:37.239824 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 365:651, ack 514, win 359, options [nop,nop,TS val 2217663 ecr 2217661], length 286
E..R.0@.@.;s..............+
v..w...g.G.....
.!...!..HTTP/1.1 207
Content-Type: text/xml; charset="utf-8"
Content-Length: 263
Cache-Control: no-cache
X-Request-Id: 60e452e9-762a-424a-b694-d7f2bba3fa44
X-Runtime: 0.008770
Server: WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
Date: Sat, 27 Jul 2013 19:28:37 GMT
Connection: Keep-Alive

16:28:37.277654 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 651, win 359, options [nop,nop,TS val 2217673 ecr 2217663], length 0
E..4{.@.@...............v..w..,(...g.(.....
.!...!..
16:28:37.277739 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 651:914, ack 514, win 359, options [nop,nop,TS val 2217673 ecr 2217673], length 263
E..;.1@.@.;...............,(v..w...g.0.....
.!...!..
<D:multistatus xmlns:D="DAV:"><D:response><D:href>http://webdav.lvh.me:3000//D:href<D:propstat><D:prop><D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response/D:multistatus

16:28:37.277750 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 914, win 367, options [nop,nop,TS val 2217673 ecr 2217673], length 0
E..4{.@.@...............v..w..-/...o.(.....
.!...!..
16:28:37.345359 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 514:766, ack 914, win 367, options [nop,nop,TS val 2217689 ecr 2217673], length 252
E..0{.@.@...............v..w..-/...o.%.....
.!...!..PROPFIND / HTTP/1.1
Host: webdav.lvh.me:3000
Depth: 0
Content-Type: application/xml
Apply-To-Redirect-Ref: T
Accept-Encoding: gzip, deflate
User-Agent: gvfs/1.16.1
Accept-Language: en-us, en;q=0.9
Connection: Keep-Alive
Content-Length: 235

16:28:37.381620 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 766, win 367, options [nop,nop,TS val 2217699 ecr 2217689], length 0
E..4.2@.@.<...............-/v..s...o.(.....
.!...!..
16:28:37.381680 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 766:1001, ack 914, win 367, options [nop,nop,TS val 2217699 ecr 2217699], length 235
E...{.@.@...............v..s..-/...o.......
.!...!..
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:creationdate/>
<D:displayname/>
<D:getcontentlength/>
<D:getcontenttype/>
<D:getetag/>
<D:getlastmodified/>
<D:resourcetype/>
/D:prop
/D:propfind
16:28:37.381695 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 1001, win 375, options [nop,nop,TS val 2217699 ecr 2217699], length 0
E..4.3@.@.<...............-/v..^...w.(.....
.!...!..
16:28:37.388145 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 914:1200, ack 1001, win 375, options [nop,nop,TS val 2217700 ecr 2217699], length 286
E..R.4@.@.;o..............-/v..^...w.G.....
.!...!..HTTP/1.1 207
Content-Type: text/xml; charset="utf-8"
Content-Length: 539
Cache-Control: no-cache
X-Request-Id: 4d0b1528-f718-4f4c-bf59-e84f78851c3d
X-Runtime: 0.005268
Server: WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
Date: Sat, 27 Jul 2013 19:28:37 GMT
Connection: Keep-Alive

16:28:37.388276 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 1200, win 375, options [nop,nop,TS val 2217700 ecr 2217700], length 0
E..4{.@.@...............v..^...M...w.(.....
.!...!..
16:28:37.388411 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 1200:1739, ack 1001, win 375, options [nop,nop,TS val 2217700 ecr 2217700], length 539
E..O.5@.@.:q...............Mv..^...w.D.....
.!...!..
<D:multistatus xmlns:D="DAV:"><D:response><D:href>http://webdav.lvh.me:3000//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T16:23:43-03:00/D:creationdate<D:displayname/><D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67250c-1000-51f41e3f/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 19:23:43 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response/D:multistatus

16:28:37.388467 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 1739, win 384, options [nop,nop,TS val 2217700 ecr 2217700], length 0
E..4{.@.@...............v..^..0h.....(.....
.!...!..
16:28:37.474072 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 1001:1253, ack 1739, win 384, options [nop,nop,TS val 2217722 ecr 2217700], length 252
E..0{.@.@...............v..^..0h.....%.....
.!...!..PROPFIND / HTTP/1.1
Host: webdav.lvh.me:3000
Depth: 1
Content-Type: application/xml
Apply-To-Redirect-Ref: T
Accept-Encoding: gzip, deflate
User-Agent: gvfs/1.16.1
Accept-Language: en-us, en;q=0.9
Connection: Keep-Alive
Content-Length: 235

16:28:37.513623 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 1253, win 384, options [nop,nop,TS val 2217732 ecr 2217722], length 0
E..4.6@.@.<...............0hv..Z.....(.....
.!...!..
16:28:37.513676 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 1253:1488, ack 1739, win 384, options [nop,nop,TS val 2217732 ecr 2217732], length 235
E...{.@.@...............v..Z..0h...........
.!...!..
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:creationdate/>
<D:displayname/>
<D:getcontentlength/>
<D:getcontenttype/>
<D:getetag/>
<D:getlastmodified/>
<D:resourcetype/>
/D:prop
/D:propfind
16:28:37.513685 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 1488, win 392, options [nop,nop,TS val 2217732 ecr 2217732], length 0
E..4.7@.@.<...............0hv..E.....(.....
.!...!..
16:28:37.535576 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 1739:2026, ack 1488, win 392, options [nop,nop,TS val 2217737 ecr 2217732], length 287
E..S.8@.@.;j..............0hv..E.....H.....
.!. .!..HTTP/1.1 207
Content-Type: text/xml; charset="utf-8"
Content-Length: 7906
Cache-Control: no-cache
X-Request-Id: 7037bf03-0a10-4743-8c14-52029616ad08
X-Runtime: 0.021030
Server: WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
Date: Sat, 27 Jul 2013 19:28:37 GMT
Connection: Keep-Alive

16:28:37.535614 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 2026, win 392, options [nop,nop,TS val 2217737 ecr 2217737], length 0
E..4{.@.@...............v..E..1......(.....
.!. .!.
16:28:37.535648 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 2026:9932, ack 1488, win 392, options [nop,nop,TS val 2217737 ecr 2217737], length 7906
E....9@.@.................1.v..E...........
.!. .!.
<D:multistatus xmlns:D="DAV:"><D:response><D:href>http://webdav.lvh.me:3000//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T16:23:43-03:00/D:creationdate<D:displayname/><D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67250c-1000-51f41e3f/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 19:23:43 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/tmp//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:21:30-03:00/D:creationdate<D:displayname>tmp/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2f6-1000-51f4019a/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:21:30 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/README.rdoc/D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>README.rdoc/D:displayname<D:getcontentlength>478/D:getcontentlength<D:getcontenttype>application/octet-stream/D:getcontenttype<D:getetag>671d06-1de-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype/>/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/log//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:21:30-03:00/D:creationdate<D:displayname>log/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2ed-1000-51f4019a/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:21:30 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/test//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>test/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2ef-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/app//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>app/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67250d-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/Gemfile/D:href<D:propstat><D:prop><D:creationdate>2013-07-27T16:23:43-03:00/D:creationdate<D:displayname>Gemfile/D:displayname<D:getcontentlength>1178/D:getcontentlength<D:getcontenttype>application/octet-stream/D:getcontenttype<D:getetag>67255b-49a-51f41e3f/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 19:23:43 GMT/D:getlastmodified<D:resourcetype/>/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/bin//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>bin/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67850e-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/lib//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>lib/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2ea-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/config//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T16:23:46-03:00/D:creationdate<D:displayname>config/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67850f-1000-51f41e42/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 19:23:46 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/Gemfile.lock/D:href<D:propstat><D:prop><D:creationdate>2013-07-27T16:23:57-03:00/D:creationdate<D:displayname>Gemfile.lock/D:displayname<D:getcontentlength>2906/D:getcontentlength<D:getcontenttype>application/octet-stream/D:getcontenttype<D:getetag>671d55-b5a-51f41e4d/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 19:23:57 GMT/D:getlastmodified<D:resourcetype/>/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/Rakefile/D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>Rakefile/D:displayname<D:getcontentlength>254/D:getcontentlength<D:getcontenttype>application/octet-stream/D:getcontenttype<D:getetag>671d07-fe-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype/>/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/db//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>db/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2e9-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/public//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>public/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2ee-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/config.ru/D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>config.ru/D:displayname<D:getcontentlength>154/D:getcontentlength<D:getcontenttype>application/octet-stream/D:getcontenttype<D:getetag>671d0a-9a-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype/>/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response<D:response><D:href>http://webdav.lvh.me:3000/vendor//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>vendor/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2f9-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response/D:multistatus

16:28:37.535658 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 9932, win 990, options [nop,nop,TS val 2217737 ecr 2217737], length 0
E..4{.@.@...............v..E..Pi.....(.....
.!. .!.
16:28:55.324110 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 1488:1742, ack 9932, win 1024, options [nop,nop,TS val 2222184 ecr 2217737], length 254
E..2{.@.@...............v..E..Pi.....'.....
.!.h.!. PROPFIND /db HTTP/1.1
Host: webdav.lvh.me:3000
Depth: 0
Content-Type: application/xml
Apply-To-Redirect-Ref: T
Accept-Encoding: gzip, deflate
User-Agent: gvfs/1.16.1
Accept-Language: en-us, en;q=0.9
Connection: Keep-Alive
Content-Length: 235

16:28:55.361615 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 1742, win 400, options [nop,nop,TS val 2222194 ecr 2222184], length 0
E..4.:@.@.<...............Piv..C.....(.....
.!.r.!.h
16:28:55.361684 IP localhost.52976 > raphael-laptop.3000: Flags [P.], seq 1742:1977, ack 9932, win 1024, options [nop,nop,TS val 2222194 ecr 2222194], length 235
E...{.@.@...............v..C..Pi...........
.!.r.!.r
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:creationdate/>
<D:displayname/>
<D:getcontentlength/>
<D:getcontenttype/>
<D:getetag/>
<D:getlastmodified/>
<D:resourcetype/>
/D:prop
/D:propfind
16:28:55.361699 IP raphael-laptop.3000 > localhost.52976: Flags [.], ack 1977, win 409, options [nop,nop,TS val 2222194 ecr 2222194], length 0
E..4.;@.@.<...............Piv........(.....
.!.r.!.r
16:28:55.367334 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 9932:10218, ack 1977, win 409, options [nop,nop,TS val 2222195 ecr 2222194], length 286
E..R.<@.@.;g..............Piv........G.....
.!.s.!.rHTTP/1.1 207
Content-Type: text/xml; charset="utf-8"
Content-Length: 558
Cache-Control: no-cache
X-Request-Id: 31798bd5-132d-43a5-a1e1-276c07969aec
X-Runtime: 0.004951
Server: WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
Date: Sat, 27 Jul 2013 19:28:55 GMT
Connection: Keep-Alive

16:28:55.367372 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 10218, win 1022, options [nop,nop,TS val 2222195 ecr 2222195], length 0
E..4{.@.@...............v.....Q......(.....
.!.s.!.s
16:28:55.367406 IP raphael-laptop.3000 > localhost.52976: Flags [P.], seq 10218:10776, ack 1977, win 409, options [nop,nop,TS val 2222195 ecr 2222195], length 558
E..b.=@.@.:V..............Q.v........W.....
.!.s.!.s
<D:multistatus xmlns:D="DAV:"><D:response><D:href>http://webdav.lvh.me:3000db//D:href<D:propstat><D:prop><D:creationdate>2013-07-27T14:20:06-03:00/D:creationdate<D:displayname>db/D:displayname<D:getcontentlength>4096/D:getcontentlength<D:getcontenttype>text/html/D:getcontenttype<D:getetag>67a2e9-1000-51f40146/D:getetag<D:getlastmodified>Sat, 27 Jul 2013 17:20:06 GMT/D:getlastmodified<D:resourcetype><D:collection/>/D:resourcetype/D:prop<D:status>HTTP/1.1 200 OK/D:status/D:propstat/D:response/D:multistatus

16:28:55.367417 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 10776, win 1018, options [nop,nop,TS val 2222195 ecr 2222195], length 0
E..4{.@.@...............v.....S......(.....
.!.s.!.s
16:29:25.404283 IP raphael-laptop.3000 > localhost.52976: Flags [F.], seq 10776, ack 1977, win 409, options [nop,nop,TS val 2229704 ecr 2222195], length 0
E..4.>@.@.<...............S.v........(.....
."...!.s
16:29:25.441652 IP localhost.52976 > raphael-laptop.3000: Flags [.], ack 10777, win 1019, options [nop,nop,TS val 2229714 ecr 2229704], length 0
E..4{.@.@...............v.....S......(.....
."..."..
16:29:30.885301 IP localhost.53277 > localhost.53277: UDP, length 16
E..,.K@.@.9t...............+................
16:29:30.897234 IP localhost.53277 > localhost.53277: UDP, length 24
E..4.L@.@.9k............. .3........./..q....k .....
16:29:30.900663 IP localhost.53277 > localhost.53277: UDP, length 16
E..,.M@.@.9r...............+........;Q .....
16:29:30.911981 IP localhost.53277 > localhost.53277: UDP, length 976
E....N@.@.5........................../.. ...................................................................................................................".......".......f
..q.......................................................................................................q...................................................................................................c
..q...................................................................................................2
..q...................................................................................................w
..q...................................................................................................)
..q...................................................................................................8
.......................................................................................................
..q...................................................................................................
16:29:30.912029 IP localhost.53277 > localhost.53277: UDP, length 248
E....O@.@.8........................../..............................+
......................................................................................................_
..q...................................................................................................
16:29:30.912052 IP localhost.53277 > localhost.53277: UDP, length 456
E....P@.@.7.................................................................................................................................................................p
......................................................................................................o
..q.......................................................................................................q...................................................................................................
16:29:34.982058 IP localhost.46441 > localhost.46441: UDP, length 16
E..,..@.@.R..........i.i...+..........@.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant