Advertisement
robert_dodier

Axis2 Basic authentication challenge / response

Jul 25th, 2013
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. 2013-07-25 22:03:02,371 DEBUG: httpclient.wire.header - >> "POST /ews HTTP/1.1[\r][\n]"
  2. 2013-07-25 22:03:02,396 DEBUG: httpclient.wire.header - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
  3. 2013-07-25 22:03:02,396 DEBUG: httpclient.wire.header - >> "SOAPAction: "Mumble"[\r][\n]"
  4. 2013-07-25 22:03:02,396 DEBUG: httpclient.wire.header - >> "User-Agent: Axis2[\r][\n]"
  5. 2013-07-25 22:03:02,396 DEBUG: httpclient.wire.header - >> "Host: www.foo.com[\r][\n]"
  6. 2013-07-25 22:03:02,396 DEBUG: httpclient.wire.header - >> "Transfer-Encoding: chunked[\r][\n]"
  7. 2013-07-25 22:03:02,397 DEBUG: httpclient.wire.header - >> "[\r][\n]"
  8. 2013-07-25 22:03:03,140 DEBUG: httpclient.wire.content - >> "291[\r][\n]"
  9. 2013-07-25 22:03:03,140 DEBUG: httpclient.wire.content - >> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><stuff goes here></soapenv:Body></soapenv:Envelope>"
  10. 2013-07-25 22:03:03,140 DEBUG: httpclient.wire.content - >> "[\r][\n]"
  11. 2013-07-25 22:03:03,140 DEBUG: httpclient.wire.content - >> "0"
  12. 2013-07-25 22:03:03,140 DEBUG: httpclient.wire.content - >> "[\r][\n]"
  13. 2013-07-25 22:03:03,140 DEBUG: httpclient.wire.content - >> "[\r][\n]"
  14.  
  15.  
  16. 2013-07-25 22:03:03,156 DEBUG: httpclient.wire.header - << "HTTP/1.1 401 Unauthorized[\r][\n]"
  17. 2013-07-25 22:03:03,156 DEBUG: httpclient.wire.header - << "HTTP/1.1 401 Unauthorized[\r][\n]"
  18. 2013-07-25 22:03:03,158 DEBUG: httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
  19. 2013-07-25 22:03:03,158 DEBUG: httpclient.wire.header - << "X-Powered-By: Servlet 2.4; JBoss-4.3.0.GA_CP06 (build: SVNTag=JBPAPP_4_3_0_GA_CP06 date=200907141446)/JBossWeb-2.0[\r][\n]"
  20. 2013-07-25 22:03:03,158 DEBUG: httpclient.wire.header - << "Set-Cookie: JSESSIONID=8E800DE99E2CD572F94358E839B45205; Path=/[\r][\n]"
  21. 2013-07-25 22:03:03,158 DEBUG: httpclient.wire.header - << "WWW-Authenticate: Basic realm="Spring Security Application"[\r][\n]"
  22. 2013-07-25 22:03:03,158 DEBUG: httpclient.wire.header - << "Content-Type: text/html;charset=utf-8[\r][\n]"
  23. 2013-07-25 22:03:03,159 DEBUG: httpclient.wire.header - << "Content-Length: 1137[\r][\n]"
  24. 2013-07-25 22:03:03,159 DEBUG: httpclient.wire.header - << "Date: Fri, 26 Jul 2013 02:03:02 GMT[\r][\n]"
  25. 2013-07-25 22:03:03,159 DEBUG: httpclient.wire.header - << "Set-Cookie: BIGipServerwww.foo.com=3450082476.58693.0000; path=/[\r][\n]"
  26. 2013-07-25 22:03:03,159 DEBUG: httpclient.wire.header - << "Vary: Accept-Encoding[\r][\n]"
  27. 2013-07-25 22:03:03,159 DEBUG: httpclient.wire.header - << "[\r][\n]"
  28. 2013-07-25 22:03:03,201 DEBUG: httpclient.wire.content - << "<html><head><title>JBossWeb/2.0.0.GA_CP - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - An Authentication object was not found in the SecurityContext</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>An Authentication object was not found in the SecurityContext</u></p><p><b>description</b> <u>This request requires HTTP authentication (An Authentication object was not"
  29. 2013-07-25 22:03:03,201 DEBUG: httpclient.wire.content - << " found in the SecurityContex"
  30. 2013-07-25 22:03:03,201 DEBUG: httpclient.wire.content - << "t).</u></p><HR size="1" noshade="noshade"><h3>JBossWeb/2.0.0.GA_CP</h3></body></html>"
  31.  
  32.  
  33. 2013-07-25 22:03:03,217 DEBUG: httpclient.wire.header - >> "POST /ews HTTP/1.1[\r][\n]"
  34. 2013-07-25 22:03:03,217 DEBUG: httpclient.wire.header - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
  35. 2013-07-25 22:03:03,218 DEBUG: httpclient.wire.header - >> "SOAPAction: "Mumble"[\r][\n]"
  36. 2013-07-25 22:03:03,218 DEBUG: httpclient.wire.header - >> "User-Agent: Axis2[\r][\n]"
  37. 2013-07-25 22:03:03,218 DEBUG: httpclient.wire.header - >> "Transfer-Encoding: chunked[\r][\n]"
  38. 2013-07-25 22:03:03,218 DEBUG: httpclient.wire.header - >> "Authorization: Basic cm9iZXJ0MTpFbmVyZ3kxMjMh[\r][\n]"
  39. 2013-07-25 22:03:03,218 DEBUG: httpclient.wire.header - >> "Host: www.foo.com[\r][\n]"
  40. 2013-07-25 22:03:03,218 DEBUG: httpclient.wire.header - >> "Cookie: $Version=0; JSESSIONID=8E800DE99E2CD572F94358E839B45205; $Path=/[\r][\n]"
  41. 2013-07-25 22:03:03,219 DEBUG: httpclient.wire.header - >> "Cookie: $Version=0; BIGipServerwww.foo.com=3450082476.58693.0000; $Path=/[\r][\n]"
  42. 2013-07-25 22:03:03,219 DEBUG: httpclient.wire.header - >> "[\r][\n]"
  43. 2013-07-25 22:03:03,226 DEBUG: httpclient.wire.content - >> "291[\r][\n]"
  44. 2013-07-25 22:03:03,226 DEBUG: httpclient.wire.content - >> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><stuff goes here></soapenv:Body></soapenv:Envelope>"
  45. 2013-07-25 22:03:03,226 DEBUG: httpclient.wire.content - >> "[\r][\n]"
  46. 2013-07-25 22:03:03,226 DEBUG: httpclient.wire.content - >> "0"
  47. 2013-07-25 22:03:03,226 DEBUG: httpclient.wire.content - >> "[\r][\n]"
  48. 2013-07-25 22:03:03,227 DEBUG: httpclient.wire.content - >> "[\r][\n]"
  49.  
  50.  
  51. 2013-07-25 22:03:03,397 DEBUG: httpclient.wire.header - << "HTTP/1.1 401 Unauthorized[\r][\n]"
  52. 2013-07-25 22:03:03,397 DEBUG: httpclient.wire.header - << "HTTP/1.1 401 Unauthorized[\r][\n]"
  53. 2013-07-25 22:03:03,397 DEBUG: httpclient.wire.header - << "Server: Apache-Coyote/1.1[\r][\n]"
  54. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "X-Powered-By: Servlet 2.4; JBoss-4.3.0.GA_CP06 (build: SVNTag=JBPAPP_4_3_0_GA_CP06 date=200907141446)/JBossWeb-2.0[\r][\n]"
  55. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "WWW-Authenticate: Basic realm="Spring Security Application"[\r][\n]"
  56. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "Content-Type: text/html;charset=utf-8[\r][\n]"
  57. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "Content-Length: 1032[\r][\n]"
  58. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "Date: Fri, 26 Jul 2013 02:03:03 GMT[\r][\n]"
  59. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "Vary: Accept-Encoding[\r][\n]"
  60. 2013-07-25 22:03:03,398 DEBUG: httpclient.wire.header - << "[\r][\n]"
  61. 2013-07-25 22:03:03,404 DEBUG: httpclient.wire.content - << "<html><head><title>JBossWeb/2.0.0.GA_CP - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - 100 - System Error occured</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>100 - System Error occured</u></p><p><b>description</b> <u>This request requires HTTP authentication (100 - System Error occured).</u></p><HR size="1" noshade="noshade"><h3>JBossWeb/2.0.0.GA_CP</h3></body"
  62. 2013-07-25 22:03:03,404 DEBUG: httpclient.wire.content - << "></html>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement