> -----Ursprüngliche Nachricht----- > Von: Philip Martin [mailto:philip.mar...@wandisco.com] > Gesendet: Donnerstag, 8. Januar 2015 14:34 > An: Viret Pierre, PF54 > Cc: users@subversion.apache.org > Betreff: Re: AW: AW: AW: Segmentation Fault with SVN Client related to serf > [...] > > I've never seen Apache send a second status line. Perhaps the message about > null > key applies to this mysterious line in the trace: >
I suppose that this is some specifical java implementation. I simply get a header with key null and value = status line when I get the list of headers from the HttpsURLConnection from java, and I do not include it in the headers sent back to the client. See ... > ch.nevis.session.secroles: > auth.strong,idma_Benutzer,infplat_user,esclienttest_r > oleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administ > r > ator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma, > a > cc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml > This header is added by the EntryServer and contains the set of roles of the user, but our HttpProxy does not use it. > I see that every response also has: > > Connection: close > > This looks as if you do not have KeepAlive enabled on the server, or perhaps > the > proxy does not support pipelining. That is going to result in poor > performance for > clients that use serf. > I'm not sure what you mean with "pipelining". I would expect that we have KeepAlive enabled but I should check this. > Using a standard 1.8 client against this dummy server gives: > > $ svn ls http://127.0.0.1:7777/svn/t_sponis_testrepo > svn: E175009: XML Parsing failed: Unexpected root element 'multistatus' > [...] > Your client will not have the debug code to do that. How is your client > switching to > the v1 protocol? Either your proxy is not forwarding the SVN-Me-Resource > header > or your client is patched to ignore v2, which ever it is your environment is > non- > standard. How does your client respond when run against this dummy server? > (You must restart the dummy server after a client fail so that responses > match the > requests.) I got exactly the same result using your dummy server with my client. I have captured the http traffic, you will find it in the attachment crash_http_capture.pcap. The debugging output of the HttpProxy is in the attachment crash_http.txt, it differs from the output when using https. I had to switch from https to http for this. Please note that the crash occurs not exactly at the same time with http, and that we get the segmentation fault each time we run "ls" and not 30% of the time like with https: this could be an interesting point for the analyze. The subversion server version we use is 1.8.10. Regards, Pierre Remarque concernant la sécurité: Ce courriel provenant de PostFinance est signé. Vous trouverez d'autres informations à ce sujet sous: https://www.postfinance.ch/e-signature. Ne divulguez jamais vos éléments de sécurité à des tiers.
2015-01-09 07:18:59,922 DEBUG HttpProxy - Listening on http://127.0.0.1:7771 2015-01-09 07:19:12,155 DEBUG ProxyHttpHandler - >>>>>OPTIONS /svn/t_sponis_testrepo HTTP/1.1 2015-01-09 07:19:12,155 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo 2015-01-09 07:19:12,157 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-09 07:19:12,157 DEBUG DAVHttpsURLConnection - setRequestMethod(OPTIONS) 2015-01-09 07:19:12,160 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:19:12,160 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'OP TIONS' 2015-01-09 07:19:12,160 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,162 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-09 07:19:12,162 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - >>>>>Content-length: 131 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - >>>>>Connection: keep-alive 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:19:12,165 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:19:12,165 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:19:12,165 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:19:12,225 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,225 DEBUG DAVHttpsURLConnection - getOutputStream() with method == OPTIONS 2015-01-09 07:19:12,225 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,225 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,227 DEBUG DAVHttpsURLConnection - replace method value 'OPTIONS' in internal delegate with new value 'TRACE' 2015-01-09 07:19:12,227 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:19:12,230 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:19:12,230 DEBUG DAVHttpsURLConnection - replace method value 'TRACE' in internal delegate with new value ' OPTIONS' 2015-01-09 07:19:12,230 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,230 TRACE ProxyHttpHandler - Read 131 bytes from client 2015-01-09 07:19:12,230 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:"><D :activity-collection-set></D:activity-collection-set></D:options> 2015-01-09 07:19:12,232 DEBUG ProxyHttpHandler - Total number of bytes read from client: 131 2015-01-09 07:19:12,232 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo 2015-01-09 07:19:12,232 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:19:12,272 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo 2015-01-09 07:19:12,272 DEBUG ProxyHttpHandler - <====200 OK 2015-01-09 07:19:12,272 DEBUG ProxyHttpHandler - Size of response headers: 23 2015-01-09 07:19:12,275 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 200 OK 2015-01-09 07:19:12,277 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 200 OK 2015-01-09 07:19:12,277 DEBUG ProxyHttpHandler - <====SVN-Repository-MergeInfo: yes 2015-01-09 07:19:12,277 DEBUG ProxyHttpHandler - <====SVN-Allow-Bulk-Updates: On 2015-01-09 07:19:12,280 DEBUG ProxyHttpHandler - <====SVN-Rev-Root-Stub: /svn/t_sponis_testrepo/!svn/rvr 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====Content-Length: 201 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====SVN-Txn-Root-Stub: /svn/t_sponis_testrepo/!svn/txr 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====SVN-VTxn-Root-Stub: /svn/t_sponis_testrepo/!svn/vtxr 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====SVN-Repository-UUID: 0926ec5e-c495-11e3-b81a-bb1aca739395 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:19:12,282 DEBUG ProxyHttpHandler - <====DAV: 1,2, version-control,checkout,working-resource, merge,baselin e,activity,version-controlled-collection, http://subversion.tigris.org/xmlns/dav/svn/depth, http://subversion.tigris.org /xmlns/dav/svn/log-revprops, http://subversion.tigris.org/xmlns/dav/svn/atomic-revprops, http://subversion.tigris.org/xm lns/dav/svn/partial-replay, http://subversion.tigris.org/xmlns/dav/svn/inherited-props, http://subversion.tigris.org/xml ns/dav/svn/inline-props, http://subversion.tigris.org/xmlns/dav/svn/reverse-file-revs, http://subversion.tigris.org/xmln s/dav/svn/mergeinfo, http://subversion.tigris.org/xmlns/dav/svn/ephemeral-txnprops, http://subversion.tigris.org/xmlns/d av/svn/replay-rev-resource 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-VTxn-Stub: /svn/t_sponis_testrepo/!svn/vtxn 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-Rev-Stub: /svn/t_sponis_testrepo/!svn/rev 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====MS-Author-Via: DAV 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-Me-Resource: /svn/t_sponis_testrepo/!svn/me 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:19:12 GMT 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-Txn-Stub: /svn/t_sponis_testrepo/!svn/txn 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY, MOVE,LOCK,UNLOCK,CHECKOUT 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-Repository-Root: /svn/t_sponis_testrepo 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-Supported-Posts: create-txn, create-txn-with-props 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - <====SVN-Youngest-Rev: 16 2015-01-09 07:19:12,285 DEBUG ProxyHttpHandler - Set response code to 200 and length to 201 2015-01-09 07:19:12,287 TRACE ProxyHttpHandler - Read 201 bytes from server 2015-01-09 07:19:12,287 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:options-response xmlns:D="DAV:"> <D:activity-collection-set><D:href>/svn/t_sponis_testrepo/!svn/act/</D:href></D:activity-collection-set></D:options-resp onse> 2015-01-09 07:19:12,287 DEBUG ProxyHttpHandler - Total number of bytes read from server: 201 2015-01-09 07:19:12,292 DEBUG ProxyHttpHandler - done. 2015-01-09 07:19:12,292 DEBUG ProxyHttpHandler - >>>>>OPTIONS /svn/t_sponis_testrepo HTTP/1.1 2015-01-09 07:19:12,315 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo 2015-01-09 07:19:12,315 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-09 07:19:12,315 DEBUG DAVHttpsURLConnection - setRequestMethod(OPTIONS) 2015-01-09 07:19:12,315 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:19:12,315 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'OP TIONS' 2015-01-09 07:19:12,320 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,322 DEBUG ProxyHttpHandler - Size of request headers: 5 2015-01-09 07:19:12,322 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-09 07:19:12,325 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:19:12,325 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:19:12,325 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:19:12,327 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:19:12,327 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:19:12,330 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:19:12,330 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:19:12,385 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,387 DEBUG DAVHttpsURLConnection - getOutputStream() with method == OPTIONS 2015-01-09 07:19:12,387 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,390 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,392 DEBUG DAVHttpsURLConnection - replace method value 'OPTIONS' in internal delegate with new value 'TRACE' 2015-01-09 07:19:12,392 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:19:12,395 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:19:12,397 DEBUG DAVHttpsURLConnection - replace method value 'TRACE' in internal delegate with new value ' OPTIONS' 2015-01-09 07:19:12,397 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:19:12,397 TRACE ProxyHttpHandler - Read 66 bytes from client 2015-01-09 07:19:12,397 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:" /> 2015-01-09 07:19:12,397 DEBUG ProxyHttpHandler - Total number of bytes read from client: 66 2015-01-09 07:19:12,397 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo 2015-01-09 07:19:12,400 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:19:12,432 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo 2015-01-09 07:19:12,435 DEBUG ProxyHttpHandler - <====200 OK 2015-01-09 07:19:12,435 DEBUG ProxyHttpHandler - Size of response headers: 10 2015-01-09 07:19:12,435 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 200 OK 2015-01-09 07:19:12,435 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 200 OK 2015-01-09 07:19:12,435 DEBUG ProxyHttpHandler - <====DAV: 1,2, version-control,checkout,working-resource, merge,baselin e,activity,version-controlled-collection, http://subversion.tigris.org/xmlns/dav/svn/depth, http://subversion.tigris.org /xmlns/dav/svn/log-revprops, http://subversion.tigris.org/xmlns/dav/svn/atomic-revprops, http://subversion.tigris.org/xm lns/dav/svn/partial-replay, http://subversion.tigris.org/xmlns/dav/svn/inherited-props, http://subversion.tigris.org/xml ns/dav/svn/inline-props, http://subversion.tigris.org/xmlns/dav/svn/reverse-file-revs, http://subversion.tigris.org/xmln s/dav/svn/mergeinfo 2015-01-09 07:19:12,435 DEBUG ProxyHttpHandler - <====MS-Author-Via: DAV 2015-01-09 07:19:12,437 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:19:12 GMT 2015-01-09 07:19:12,445 DEBUG ProxyHttpHandler - <====Content-Length: 97 2015-01-09 07:19:12,445 DEBUG ProxyHttpHandler - <====Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY, MOVE,LOCK,UNLOCK,CHECKOUT 2015-01-09 07:19:12,447 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:19:12,447 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:19:12,447 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:19:12,447 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:19:12,450 DEBUG ProxyHttpHandler - Set response code to 200 and length to 97 2015-01-09 07:19:12,452 TRACE ProxyHttpHandler - Read 97 bytes from server 2015-01-09 07:19:12,452 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:options-response xmlns:D="DAV:"> </D:options-response> 2015-01-09 07:19:12,457 DEBUG ProxyHttpHandler - Total number of bytes read from server: 97 2015-01-09 07:19:12,460 DEBUG ProxyHttpHandler - done. 2015-01-09 07:19:12,462 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo HTTP/1.1 2015-01-09 07:19:12,462 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo 2015-01-09 07:19:12,465 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-09 07:19:12,465 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-09 07:19:12,465 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:19:12,465 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:19:12,465 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,465 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-09 07:19:12,465 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-09 07:19:12,465 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-09 07:19:12,467 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:19:12,467 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:19:12,467 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:19:12,467 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-09 07:19:12,475 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:19:12,477 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:19:12,480 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:19:12,480 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:19:12,535 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,535 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-09 07:19:12,537 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,540 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,540 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new valu e 'PUT' 2015-01-09 07:19:12,542 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:19:12,542 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:19:12,545 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:19:12,547 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,550 TRACE ProxyHttpHandler - Read 300 bytes from client 2015-01-09 07:19:12,550 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop ><version-controlled-configuration xmlns="DAV:"/><resourcetype >xmlns="DAV:"/><baseline-relative-path xmlns="http://subve rsion.tigris.org/xmlns/dav/"/><repository-uuid xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind> 2015-01-09 07:19:12,550 DEBUG ProxyHttpHandler - Total number of bytes read from client: 300 2015-01-09 07:19:12,552 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo 2015-01-09 07:19:12,555 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:19:12,592 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo 2015-01-09 07:19:12,592 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-09 07:19:12,595 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-09 07:19:12,597 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-09 07:19:12,600 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-09 07:19:12,600 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:19:12 GMT 2015-01-09 07:19:12,600 DEBUG ProxyHttpHandler - <====Content-Length: 673 2015-01-09 07:19:12,600 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:19:12,605 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:19:12,605 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:19:12,607 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:19:12,610 DEBUG ProxyHttpHandler - Set response code to 207 and length to 673 2015-01-09 07:19:12,612 TRACE ProxyHttpHandler - Read 673 bytes from server 2015-01-09 07:19:12,612 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/</D:href> <D:propstat> <D:prop> <lp1:version-controlled-configuration><D:href>/svn/t_sponis_testrepo/!svn/vcc/default</D:href></lp1:version-controlled-c onfiguration> <lp1:resourcetype><D:collection/></lp1:resourcetype> <lp2:baseline-relative-path/> <lp2:repository-uuid>0926ec5e-c495-11e3-b81a-bb1aca739395</lp2:repository-uuid> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-09 07:19:12,617 DEBUG ProxyHttpHandler - Total number of bytes read from server: 673 2015-01-09 07:19:12,620 DEBUG ProxyHttpHandler - done. 2015-01-09 07:19:12,635 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo/!svn/vcc/default HTTP/1.1 2015-01-09 07:19:12,637 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo/!svn/vcc/default 2015-01-09 07:19:12,637 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/! svn/vcc/default 2015-01-09 07:19:12,640 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-09 07:19:12,640 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:19:12,642 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:19:12,642 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,645 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-09 07:19:12,647 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-09 07:19:12,647 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-09 07:19:12,650 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:19:12,650 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:19:12,650 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:19:12,650 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-09 07:19:12,652 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:19:12,657 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:19:12,657 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:19:12,660 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:19:12,715 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,715 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-09 07:19:12,715 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,717 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,717 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new valu e 'PUT' 2015-01-09 07:19:12,717 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:19:12,720 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:19:12,720 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:19:12,722 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:19:12,722 TRACE ProxyHttpHandler - Read 111 bytes from client 2015-01-09 07:19:12,725 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop ><checked-in xmlns="DAV:"/></prop></propfind> 2015-01-09 07:19:12,725 DEBUG ProxyHttpHandler - Total number of bytes read from client: 111 2015-01-09 07:19:12,725 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo/!svn/vcc/default 2015-01-09 07:19:12,727 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:19:12,760 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo/!svn/vcc/default 2015-01-09 07:19:12,760 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-09 07:19:12,762 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-09 07:19:12,762 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:19:12 GMT 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - <====Content-Length: 425 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:19:12,765 DEBUG ProxyHttpHandler - Set response code to 207 and length to 425 2015-01-09 07:19:12,767 TRACE ProxyHttpHandler - Read 425 bytes from server 2015-01-09 07:19:12,775 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/!svn/vcc/default</D:href> <D:propstat> <D:prop> <lp1:checked-in><D:href>/svn/t_sponis_testrepo/!svn/bln/16</D:href></lp1:checked-in> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-09 07:19:12,777 DEBUG ProxyHttpHandler - Total number of bytes read from server: 425 2015-01-09 07:19:12,777 DEBUG ProxyHttpHandler - done. 2015-01-09 07:26:26,662 DEBUG ProxyHttpHandler - >>>>>OPTIONS /svn/t_sponis_testrepo HTTP/1.1 2015-01-09 07:26:26,662 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo 2015-01-09 07:26:26,662 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-09 07:26:26,662 DEBUG DAVHttpsURLConnection - setRequestMethod(OPTIONS) 2015-01-09 07:26:26,662 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:26:26,662 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'OP TIONS' 2015-01-09 07:26:26,669 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,669 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-09 07:26:26,669 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-09 07:26:26,669 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:26:26,669 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:26:26,674 DEBUG ProxyHttpHandler - >>>>>Content-length: 131 2015-01-09 07:26:26,674 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:26:26,677 DEBUG ProxyHttpHandler - >>>>>Connection: keep-alive 2015-01-09 07:26:26,677 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:26:26,679 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:26:26,679 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:26:26,682 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:26:26,732 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,732 DEBUG DAVHttpsURLConnection - getOutputStream() with method == OPTIONS 2015-01-09 07:26:26,732 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,734 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,734 DEBUG DAVHttpsURLConnection - replace method value 'OPTIONS' in internal delegate with new value 'TRACE' 2015-01-09 07:26:26,734 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:26:26,737 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:26:26,737 DEBUG DAVHttpsURLConnection - replace method value 'TRACE' in internal delegate with new value ' OPTIONS' 2015-01-09 07:26:26,737 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,739 TRACE ProxyHttpHandler - Read 131 bytes from client 2015-01-09 07:26:26,742 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:"><D :activity-collection-set></D:activity-collection-set></D:options> 2015-01-09 07:26:26,742 DEBUG ProxyHttpHandler - Total number of bytes read from client: 131 2015-01-09 07:26:26,742 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo 2015-01-09 07:26:26,742 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:26:26,779 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo 2015-01-09 07:26:26,779 DEBUG ProxyHttpHandler - <====200 OK 2015-01-09 07:26:26,782 DEBUG ProxyHttpHandler - Size of response headers: 23 2015-01-09 07:26:26,784 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 200 OK 2015-01-09 07:26:26,784 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 200 OK 2015-01-09 07:26:26,784 DEBUG ProxyHttpHandler - <====SVN-Repository-MergeInfo: yes 2015-01-09 07:26:26,787 DEBUG ProxyHttpHandler - <====SVN-Allow-Bulk-Updates: On 2015-01-09 07:26:26,787 DEBUG ProxyHttpHandler - <====SVN-Rev-Root-Stub: /svn/t_sponis_testrepo/!svn/rvr 2015-01-09 07:26:26,787 DEBUG ProxyHttpHandler - <====Content-Length: 201 2015-01-09 07:26:26,789 DEBUG ProxyHttpHandler - <====SVN-Txn-Root-Stub: /svn/t_sponis_testrepo/!svn/txr 2015-01-09 07:26:26,789 DEBUG ProxyHttpHandler - <====SVN-VTxn-Root-Stub: /svn/t_sponis_testrepo/!svn/vtxr 2015-01-09 07:26:26,789 DEBUG ProxyHttpHandler - <====SVN-Repository-UUID: 0926ec5e-c495-11e3-b81a-bb1aca739395 2015-01-09 07:26:26,789 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:26:26,792 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:26:26,792 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:26:26,792 DEBUG ProxyHttpHandler - <====DAV: 1,2, version-control,checkout,working-resource, merge,baselin e,activity,version-controlled-collection, http://subversion.tigris.org/xmlns/dav/svn/depth, http://subversion.tigris.org /xmlns/dav/svn/log-revprops, http://subversion.tigris.org/xmlns/dav/svn/atomic-revprops, http://subversion.tigris.org/xm lns/dav/svn/partial-replay, http://subversion.tigris.org/xmlns/dav/svn/inherited-props, http://subversion.tigris.org/xml ns/dav/svn/inline-props, http://subversion.tigris.org/xmlns/dav/svn/reverse-file-revs, http://subversion.tigris.org/xmln s/dav/svn/mergeinfo, http://subversion.tigris.org/xmlns/dav/svn/ephemeral-txnprops, http://subversion.tigris.org/xmlns/d av/svn/replay-rev-resource 2015-01-09 07:26:26,792 DEBUG ProxyHttpHandler - <====SVN-VTxn-Stub: /svn/t_sponis_testrepo/!svn/vtxn 2015-01-09 07:26:26,792 DEBUG ProxyHttpHandler - <====SVN-Rev-Stub: /svn/t_sponis_testrepo/!svn/rev 2015-01-09 07:26:26,804 DEBUG ProxyHttpHandler - <====MS-Author-Via: DAV 2015-01-09 07:26:26,804 DEBUG ProxyHttpHandler - <====SVN-Me-Resource: /svn/t_sponis_testrepo/!svn/me 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:26:26 GMT 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====SVN-Txn-Stub: /svn/t_sponis_testrepo/!svn/txn 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY, MOVE,LOCK,UNLOCK,CHECKOUT 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====SVN-Repository-Root: /svn/t_sponis_testrepo 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====SVN-Supported-Posts: create-txn, create-txn-with-props 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - <====SVN-Youngest-Rev: 16 2015-01-09 07:26:26,807 DEBUG ProxyHttpHandler - Set response code to 200 and length to 201 2015-01-09 07:26:26,809 TRACE ProxyHttpHandler - Read 201 bytes from server 2015-01-09 07:26:26,809 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:options-response xmlns:D="DAV:"> <D:activity-collection-set><D:href>/svn/t_sponis_testrepo/!svn/act/</D:href></D:activity-collection-set></D:options-resp onse> 2015-01-09 07:26:26,817 DEBUG ProxyHttpHandler - Total number of bytes read from server: 201 2015-01-09 07:26:26,817 DEBUG ProxyHttpHandler - done. 2015-01-09 07:26:26,822 DEBUG ProxyHttpHandler - >>>>>OPTIONS /svn/t_sponis_testrepo HTTP/1.1 2015-01-09 07:26:26,822 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo 2015-01-09 07:26:26,822 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-09 07:26:26,824 DEBUG DAVHttpsURLConnection - setRequestMethod(OPTIONS) 2015-01-09 07:26:26,824 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:26:26,824 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'OP TIONS' 2015-01-09 07:26:26,824 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,824 DEBUG ProxyHttpHandler - Size of request headers: 5 2015-01-09 07:26:26,824 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-09 07:26:26,824 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:26:26,824 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:26:26,824 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:26:26,827 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:26:26,834 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:26:26,837 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:26:26,837 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:26:26,892 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,892 DEBUG DAVHttpsURLConnection - getOutputStream() with method == OPTIONS 2015-01-09 07:26:26,894 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,894 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,897 DEBUG DAVHttpsURLConnection - replace method value 'OPTIONS' in internal delegate with new value 'TRACE' 2015-01-09 07:26:26,899 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:26:26,902 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-09 07:26:26,902 DEBUG DAVHttpsURLConnection - replace method value 'TRACE' in internal delegate with new value ' OPTIONS' 2015-01-09 07:26:26,904 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-09 07:26:26,907 TRACE ProxyHttpHandler - Read 66 bytes from client 2015-01-09 07:26:26,907 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:" /> 2015-01-09 07:26:26,907 DEBUG ProxyHttpHandler - Total number of bytes read from client: 66 2015-01-09 07:26:26,909 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo 2015-01-09 07:26:26,909 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:26:26,944 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo 2015-01-09 07:26:26,944 DEBUG ProxyHttpHandler - <====200 OK 2015-01-09 07:26:26,944 DEBUG ProxyHttpHandler - Size of response headers: 10 2015-01-09 07:26:26,947 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 200 OK 2015-01-09 07:26:26,947 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 200 OK 2015-01-09 07:26:26,947 DEBUG ProxyHttpHandler - <====DAV: 1,2, version-control,checkout,working-resource, merge,baselin e,activity,version-controlled-collection, http://subversion.tigris.org/xmlns/dav/svn/depth, http://subversion.tigris.org /xmlns/dav/svn/log-revprops, http://subversion.tigris.org/xmlns/dav/svn/atomic-revprops, http://subversion.tigris.org/xm lns/dav/svn/partial-replay, http://subversion.tigris.org/xmlns/dav/svn/inherited-props, http://subversion.tigris.org/xml ns/dav/svn/inline-props, http://subversion.tigris.org/xmlns/dav/svn/reverse-file-revs, http://subversion.tigris.org/xmln s/dav/svn/mergeinfo 2015-01-09 07:26:26,949 DEBUG ProxyHttpHandler - <====MS-Author-Via: DAV 2015-01-09 07:26:26,949 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:26:26 GMT 2015-01-09 07:26:26,954 DEBUG ProxyHttpHandler - <====Content-Length: 97 2015-01-09 07:26:26,954 DEBUG ProxyHttpHandler - <====Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY, MOVE,LOCK,UNLOCK,CHECKOUT 2015-01-09 07:26:26,957 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:26:26,957 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:26:26,957 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:26:26,957 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:26:26,959 DEBUG ProxyHttpHandler - Set response code to 200 and length to 97 2015-01-09 07:26:26,959 TRACE ProxyHttpHandler - Read 97 bytes from server 2015-01-09 07:26:26,962 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:options-response xmlns:D="DAV:"> </D:options-response> 2015-01-09 07:26:26,967 DEBUG ProxyHttpHandler - Total number of bytes read from server: 97 2015-01-09 07:26:26,967 DEBUG ProxyHttpHandler - done. 2015-01-09 07:26:26,972 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo HTTP/1.1 2015-01-09 07:26:26,972 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo 2015-01-09 07:26:26,972 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-09 07:26:26,972 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-09 07:26:26,974 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:26:26,974 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:26:26,974 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:26,977 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-09 07:26:26,979 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-09 07:26:26,982 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-09 07:26:26,982 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:26:26,982 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:26:26,984 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:26:26,984 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-09 07:26:26,984 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:26:26,987 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:26:26,987 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:26:26,989 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:26:27,044 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,047 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-09 07:26:27,049 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,052 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,054 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new valu e 'PUT' 2015-01-09 07:26:27,057 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:26:27,062 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:26:27,064 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:26:27,064 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,064 TRACE ProxyHttpHandler - Read 300 bytes from client 2015-01-09 07:26:27,067 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop ><version-controlled-configuration xmlns="DAV:"/><resourcetype >xmlns="DAV:"/><baseline-relative-path xmlns="http://subve rsion.tigris.org/xmlns/dav/"/><repository-uuid xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind> 2015-01-09 07:26:27,069 DEBUG ProxyHttpHandler - Total number of bytes read from client: 300 2015-01-09 07:26:27,069 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo 2015-01-09 07:26:27,072 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:26:27,107 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo 2015-01-09 07:26:27,107 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-09 07:26:27,109 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-09 07:26:27,109 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-09 07:26:27,112 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-09 07:26:27,112 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:26:27 GMT 2015-01-09 07:26:27,112 DEBUG ProxyHttpHandler - <====Content-Length: 673 2015-01-09 07:26:27,112 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:26:27,114 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:26:27,114 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:26:27,117 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:26:27,119 DEBUG ProxyHttpHandler - Set response code to 207 and length to 673 2015-01-09 07:26:27,119 TRACE ProxyHttpHandler - Read 673 bytes from server 2015-01-09 07:26:27,119 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/</D:href> <D:propstat> <D:prop> <lp1:version-controlled-configuration><D:href>/svn/t_sponis_testrepo/!svn/vcc/default</D:href></lp1:version-controlled-c onfiguration> <lp1:resourcetype><D:collection/></lp1:resourcetype> <lp2:baseline-relative-path/> <lp2:repository-uuid>0926ec5e-c495-11e3-b81a-bb1aca739395</lp2:repository-uuid> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-09 07:26:27,122 DEBUG ProxyHttpHandler - Total number of bytes read from server: 673 2015-01-09 07:26:27,122 DEBUG ProxyHttpHandler - done. 2015-01-09 07:26:27,137 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo/!svn/vcc/default HTTP/1.1 2015-01-09 07:26:27,137 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_t estrepo/!svn/vcc/default 2015-01-09 07:26:27,139 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/! svn/vcc/default 2015-01-09 07:26:27,139 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-09 07:26:27,142 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-09 07:26:27,142 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:26:27,142 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,147 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-09 07:26:27,147 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-09 07:26:27,147 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-09 07:26:27,149 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-09 07:26:27,149 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-09 07:26:27,149 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subve rsion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-09 07:26:27,149 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-09 07:26:27,152 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.11-SlikSvn-1.8.11-X64 (x64-microsoft-windows) serf/1.3.8 2015-01-09 07:26:27,154 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-09 07:26:27,154 TRACE DAVHttpsURLConnection - connect() 2015-01-09 07:26:27,157 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-09 07:26:27,209 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,209 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-09 07:26:27,209 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,212 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,212 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new valu e 'PUT' 2015-01-09 07:26:27,212 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:26:27,214 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-09 07:26:27,214 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PR OPFIND' 2015-01-09 07:26:27,217 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-09 07:26:27,217 TRACE ProxyHttpHandler - Read 111 bytes from client 2015-01-09 07:26:27,219 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop ><checked-in xmlns="DAV:"/></prop></propfind> 2015-01-09 07:26:27,219 DEBUG ProxyHttpHandler - Total number of bytes read from client: 111 2015-01-09 07:26:27,219 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_spo nis_testrepo/!svn/vcc/default 2015-01-09 07:26:27,222 DEBUG AplatCookieHandler - Append cookie: Navajo=2V3BIuaoWu/SzOR4if6ndpHSnLKTlhgrOp2VXKnYZ5BZkNW YE365c3Xd/CAOJ1b+y2FRDBpzaK4- 2015-01-09 07:26:27,254 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_tes trepo/!svn/vcc/default 2015-01-09 07:26:27,257 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-09 07:26:27,257 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-09 07:26:27,259 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-09 07:26:27,259 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-09 07:26:27,259 DEBUG ProxyHttpHandler - <====Date: Fri, 09 Jan 2015 06:26:27 GMT 2015-01-09 07:26:27,262 DEBUG ProxyHttpHandler - <====Content-Length: 425 2015-01-09 07:26:27,262 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user, esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,it sms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsa ml 2015-01-09 07:26:27,262 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-09 07:26:27,264 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-09 07:26:27,267 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-09 07:26:27,267 DEBUG ProxyHttpHandler - Set response code to 207 and length to 425 2015-01-09 07:26:27,269 TRACE ProxyHttpHandler - Read 425 bytes from server 2015-01-09 07:26:27,269 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/!svn/vcc/default</D:href> <D:propstat> <D:prop> <lp1:checked-in><D:href>/svn/t_sponis_testrepo/!svn/bln/16</D:href></lp1:checked-in> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-09 07:26:27,269 DEBUG ProxyHttpHandler - Total number of bytes read from server: 425 2015-01-09 07:26:27,272 DEBUG ProxyHttpHandler - done.
crash_http_capture.pcap
Description: crash_http_capture.pcap
smime.p7s
Description: S/MIME Cryptographic Signature