C:\work\httpClient\commons-httpclient 0507>set CP=./target/examples;./dist/commons-httpclient.jar;./lib/commons-logging.jar C:\work\httpClient\commons-httpclient 0507>java -cp ./target/examples;./dist/commons-httpclient.jar;./lib/commons-logging.jar ClientApp 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -Java version: 1.3.1_03 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -Java vendor: Sun Microsystems Inc. 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -Java class path: ./target/examples;./dist/commons-httpclient.jar;./lib/commons-logging.jar 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -Operating system name: Windows 2000 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -Operating system architecture: x86 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -Operating system version: 5.0 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -SUN 1.2: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore) 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -SunRsaSign 1.0: SUN's provider for RSA signatures 2003/05/08 10:42:17:531 CDT [DEBUG] HttpClient - -SunJSSE 1.03: Sun JSSE provider(implements RSA Signatures, PKCS12, SunX509 key/trust factories, SSLv3, TLSv1) POST 2003/05/08 10:42:22:531 CDT [TRACE] GetMethod - -enter GetMethod(String) 2003/05/08 10:42:22:531 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.setRequestBody(String) 2003/05/08 10:42:22:531 CDT [TRACE] PostMethod - -enter PostMethod.clearRequestBody() 2003/05/08 10:42:22:531 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.clearRequestBody() doPost: settings = {sendBody=true, httpClientLogging=true, http.proxyHost=www-proxy.sabre.com, forceNTLMOnly=false, http.proxyDomain=GLOBAL, postText=abc=123, prefersNTLM=false, http.proxyPassword=china456, http.proxyPort=80, useExpect=true, http.proxyComputerName=SGDSCC361848001, https.nonProxyHosts=, http.proxyUser=sg0618480, http.proxySet=true} setting use expect header to true 2003/05/08 10:42:22:531 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.getRequestBodyAsString() 2003/05/08 10:42:22:531 CDT [TRACE] PostMethod - -enter PostMethod.renerateRequestBody() 2003/05/08 10:42:22:531 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.renerateRequestBody() 2003/05/08 10:42:22:531 CDT [TRACE] HttpMethod - -enter getContentCharSet( Header contentheader ) 2003/05/08 10:42:22:531 CDT [DEBUG] HttpMethod - -Default charset used: ISO-8859-1 2003/05/08 10:42:22:531 CDT [TRACE] HttpMethod - -enter getContentCharSet( Header contentheader ) 2003/05/08 10:42:22:531 CDT [DEBUG] HttpMethod - -Default charset used: ISO-8859-1 2003/05/08 10:42:22:531 CDT [TRACE] HttpClient - -enter HttpClient.executeMethod(HttpMethod) 2003/05/08 10:42:22:531 CDT [TRACE] HttpClient - -enter HttpClient.executeMethod(HostConfiguration,HttpMethod,HttpState) 2003/05/08 10:42:22:531 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.getConnection(HostConfiguration, long) 2003/05/08 10:42:22:531 CDT [DEBUG] MultiThreadedHttpConnectionManager - -HttpConnectionManager.getConnection: config = org.apache.commons.httpclient.HostConfiguration@6465fa58, timeout = 0 2003/05/08 10:42:22:531 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.ConnectionPool.getHostPool(HostConfiguration) 2003/05/08 10:42:22:546 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.ConnectionPool.getHostPool(HostConfiguration) 2003/05/08 10:42:22:546 CDT [DEBUG] HttpConnection - -Creating connection for evoya.cert.sabre.com via www-proxy.sabre.com using protocol http:80 2003/05/08 10:42:22:546 CDT [DEBUG] HttpConnection - -Creating connection for evoya.cert.sabre.com using protocol http:80 2003/05/08 10:42:22:546 CDT [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(0) 2003/05/08 10:42:22:546 CDT [TRACE] HttpConnection - -enter HttpConnection.open() 2003/05/08 10:42:23:703 CDT [TRACE] HttpMethod - -enter HttpMethodBase.execute(HttpState, HttpConnection) 2003/05/08 10:42:23:703 CDT [DEBUG] HttpMethod - -Execute loop try 1 2003/05/08 10:42:23:703 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processRequest(HttpState, HttpConnection) 2003/05/08 10:42:23:703 CDT [TRACE] HttpMethod - -Attempt number 1 to process request 2003/05/08 10:42:23:703 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequest(HttpState, HttpConnection) 2003/05/08 10:42:23:703 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestLine(HttpState, HttpConnection) 2003/05/08 10:42:23:703 CDT [TRACE] HttpMethod - -enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String) 2003/05/08 10:42:23:718 CDT [DEBUG] wire - ->> "POST http://evoya.cert.sabre.com/taCheck.jsp HTTP/1.1[\r][\n]" 2003/05/08 10:42:23:718 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:718 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:718 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:718 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection) 2003/05/08 10:42:23:718 CDT [TRACE] ExpectContinueMethod - -enter ExpectContinueMethod.addRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:718 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:718 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:718 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:718 CDT [DEBUG] HttpMethod - -Adding Host request header 2003/05/08 10:42:23:718 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:718 CDT [TRACE] HttpState - -enter HttpState.getCookies() 2003/05/08 10:42:23:734 CDT [TRACE] CookieSpec - -enter CookieSpecBase.match(String, int, String, boolean, Cookie[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addAuthorizationRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:734 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addProxyAuthorizationRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:734 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:734 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addContentLengthRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:734 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.getRequestContentLength() 2003/05/08 10:42:23:734 CDT [TRACE] PostMethod - -enter PostMethod.renerateRequestBody() 2003/05/08 10:42:23:734 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.renerateRequestBody() 2003/05/08 10:42:23:734 CDT [TRACE] HttpMethod - -enter getContentCharSet( Header contentheader ) 2003/05/08 10:42:23:734 CDT [DEBUG] HttpMethod - -Default charset used: ISO-8859-1 2003/05/08 10:42:23:734 CDT [TRACE] PostMethod - -enter PostMethod.hasRequestContent() 2003/05/08 10:42:23:734 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.hasRequestContent() 2003/05/08 10:42:23:734 CDT [DEBUG] wire - ->> "User-Agent: Jakarta Commons-HttpClient/2.0alpha3[\r][\n]" 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:734 CDT [DEBUG] wire - ->> "Host: evoya.cert.sabre.com[\r][\n]" 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:734 CDT [DEBUG] wire - ->> "Proxy-Connection: Keep-Alive[\r][\n]" 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:734 CDT [DEBUG] wire - ->> "Content-Length: 7[\r][\n]" 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:734 CDT [DEBUG] wire - ->> "Expect: 100-continue[\r][\n]" 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.writeLine() 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.flushRequestOutputStream() 2003/05/08 10:42:23:734 CDT [DEBUG] wire - ->> "[\r][\n]" 2003/05/08 10:42:23:734 CDT [DEBUG] HttpConnection - -HttpConnection.getSoTimeout() 2003/05/08 10:42:23:734 CDT [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(3000) 2003/05/08 10:42:23:734 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readStatusLine(HttpState, HttpConnection) 2003/05/08 10:42:23:734 CDT [TRACE] HttpConnection - -enter HttpConnection.readLine() 2003/05/08 10:42:23:734 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:734 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:750 CDT [DEBUG] wire - -<< "HTTP/1.0 407 Proxy authorization required[\r][\n]" 2003/05/08 10:42:23:750 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection) 2003/05/08 10:42:23:750 CDT [TRACE] HttpConnection - -enter HttpConnection.getResponseInputStream() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HeaderParser.parseHeaders(HttpConnection, HeaderGroup) 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:750 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:765 CDT [DEBUG] wire - -<< "Proxy-agent: Netscape-Proxy/3.52[\r][\n]" 2003/05/08 10:42:23:765 CDT [DEBUG] wire - -<< "Date: Thu, 08 May 2003 15:44:00 GMT[\r][\n]" 2003/05/08 10:42:23:765 CDT [DEBUG] wire - -<< "Proxy-authenticate: basic realm="proxy server athena.sabre.com"[\r][\n]" 2003/05/08 10:42:23:765 CDT [DEBUG] wire - -<< "Content-type: text/html[\r][\n]" 2003/05/08 10:42:23:765 CDT [DEBUG] wire - -<< "Content-length: 271[\r][\n]" 2003/05/08 10:42:23:765 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:765 CDT [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(0) 2003/05/08 10:42:23:765 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponse(HttpState, HttpConnection) 2003/05/08 10:42:23:765 CDT [TRACE] GetMethod - -enter GetMethod.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:23:765 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:23:765 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:23:765 CDT [TRACE] HttpConnection - -enter HttpConnection.getResponseInputStream() 2003/05/08 10:42:23:765 CDT [TRACE] HeaderElement - -enter HeaderElement.parse(String) 2003/05/08 10:42:23:765 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) 2003/05/08 10:42:23:765 CDT [DEBUG] HttpMethod - -Authorization required 2003/05/08 10:42:23:765 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection) 2003/05/08 10:42:23:765 CDT [TRACE] HttpAuthenticator - -enter HttpAuthenticator.selectAuthScheme(Header[]) 2003/05/08 10:42:23:781 CDT [TRACE] HttpAuthenticator - -enter HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpState) 2003/05/08 10:42:23:781 CDT [DEBUG] HttpAuthenticator - -Using 'proxy server athena.sabre.com' authentication realm 2003/05/08 10:42:23:781 CDT [TRACE] HttpState - -enter HttpState.getCredentials(String, String 2003/05/08 10:42:23:781 CDT [WARN] HttpMethod - -No credentials available for the basicauthentication realm 'proxy server athena.sabre.com' HTTP return code = 407 calling getCredentials 2003/05/08 10:42:23:781 CDT [TRACE] HttpState - -enter HttpState.setProxyCredentials(String, credentials) 2003/05/08 10:42:23:781 CDT [TRACE] HttpState - -enter HttpState.setProxyCredentials(String, String, Credentials 2003/05/08 10:42:23:890 CDT [DEBUG] wire - -<< "Proxy authorization required[\n]" 2003/05/08 10:42:23:890 CDT [DEBUG] wire - -<< "

Proxy authorization required

[\n]" 2003/05/08 10:42:23:890 CDT [DEBUG] wire - -<< "Username authentication is required for using this proxy.[\n]" 2003/05/08 10:42:23:890 CDT [DEBUG] wire - -<< "Either your browser does not perform proxy authorization, or your[\n]" 2003/05/08 10:42:23:890 CDT [DEBUG] wire - -<< "authorization has failed.[\n]" 2003/05/08 10:42:23:890 CDT [DEBUG] wire - -<< "" 2003/05/08 10:42:23:890 CDT [DEBUG] HttpMethod - -Resorting to protocol version default close connection policy 2003/05/08 10:42:23:890 CDT [DEBUG] HttpMethod - -Should close connection, using HTTP/1.0. 2003/05/08 10:42:23:890 CDT [TRACE] HttpConnection - -enter HttpConnection.close() 2003/05/08 10:42:23:890 CDT [TRACE] HttpConnection - -enter HttpConnection.closeSockedAndStreams() 2003/05/08 10:42:23:890 CDT [TRACE] HttpConnection - -enter HttpConnection.releaseConnection() 2003/05/08 10:42:23:890 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.releaseConnection(HttpConnection) 2003/05/08 10:42:23:890 CDT [DEBUG] MultiThreadedHttpConnectionManager - -Freeing connection: org.apache.commons.httpclient.HttpConnection@701771 2003/05/08 10:42:23:890 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.ConnectionPool.getHostPool(HostConfiguration) 2003/05/08 10:42:23:890 CDT [DEBUG] MultiThreadedHttpConnectionManager - -Notifying no-one, there are no waiting threads 2003/05/08 10:42:23:890 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.recycle() 2003/05/08 10:42:23:890 CDT [TRACE] PostMethod - -enter PostMethod.clearRequestBody() 2003/05/08 10:42:23:890 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.clearRequestBody() 2003/05/08 10:42:23:890 CDT [TRACE] GetMethod - -enter GetMethod.recycle() 2003/05/08 10:42:23:890 CDT [TRACE] HttpMethod - -enter HttpMethodBase.recycle() 2003/05/08 10:42:23:890 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.setRequestBody(String) 2003/05/08 10:42:23:890 CDT [TRACE] PostMethod - -enter PostMethod.clearRequestBody() 2003/05/08 10:42:23:890 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.clearRequestBody() 2003/05/08 10:42:23:890 CDT [TRACE] HttpClient - -enter HttpClient.executeMethod(HttpMethod) 2003/05/08 10:42:23:890 CDT [TRACE] HttpClient - -enter HttpClient.executeMethod(HostConfiguration,HttpMethod,HttpState) 2003/05/08 10:42:23:890 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.getConnection(HostConfiguration, long) 2003/05/08 10:42:23:890 CDT [DEBUG] MultiThreadedHttpConnectionManager - -HttpConnectionManager.getConnection: config = org.apache.commons.httpclient.HostConfiguration@6465fa58, timeout = 0 2003/05/08 10:42:23:890 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.ConnectionPool.getHostPool(HostConfiguration) 2003/05/08 10:42:23:890 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.ConnectionPool.getHostPool(HostConfiguration) 2003/05/08 10:42:23:890 CDT [DEBUG] HttpConnection - -Creating connection for evoya.cert.sabre.com using protocol http:80 2003/05/08 10:42:23:890 CDT [DEBUG] HttpConnection - -Connection is stale, closing... 2003/05/08 10:42:23:890 CDT [TRACE] HttpConnection - -enter HttpConnection.close() 2003/05/08 10:42:23:890 CDT [TRACE] HttpConnection - -enter HttpConnection.closeSockedAndStreams() 2003/05/08 10:42:23:890 CDT [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(0) 2003/05/08 10:42:23:890 CDT [TRACE] HttpConnection - -enter HttpConnection.open() 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.execute(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [DEBUG] HttpMethod - -Execute loop try 1 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processRequest(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -Attempt number 1 to process request 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequest(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestLine(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String) 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "POST http://evoya.cert.sabre.com/taCheck.jsp HTTP/1.1[\r][\n]" 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] ExpectContinueMethod - -enter ExpectContinueMethod.addRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [DEBUG] HttpMethod - -Adding Host request header 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpState - -enter HttpState.getCookies() 2003/05/08 10:42:23:906 CDT [TRACE] CookieSpec - -enter CookieSpecBase.match(String, int, String, boolean, Cookie[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addAuthorizationRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addProxyAuthorizationRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addContentLengthRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.getRequestContentLength() 2003/05/08 10:42:23:906 CDT [TRACE] PostMethod - -enter PostMethod.renerateRequestBody() 2003/05/08 10:42:23:906 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.renerateRequestBody() 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter getContentCharSet( Header contentheader ) 2003/05/08 10:42:23:906 CDT [DEBUG] HttpMethod - -Default charset used: ISO-8859-1 2003/05/08 10:42:23:906 CDT [TRACE] PostMethod - -enter PostMethod.hasRequestContent() 2003/05/08 10:42:23:906 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.hasRequestContent() 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "User-Agent: Jakarta Commons-HttpClient/2.0alpha3[\r][\n]" 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "Host: evoya.cert.sabre.com[\r][\n]" 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "Proxy-Connection: Keep-Alive[\r][\n]" 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "Content-Length: 7[\r][\n]" 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "Expect: 100-continue[\r][\n]" 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.writeLine() 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.flushRequestOutputStream() 2003/05/08 10:42:23:906 CDT [DEBUG] wire - ->> "[\r][\n]" 2003/05/08 10:42:23:906 CDT [DEBUG] HttpConnection - -HttpConnection.getSoTimeout() 2003/05/08 10:42:23:906 CDT [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(3000) 2003/05/08 10:42:23:906 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readStatusLine(HttpState, HttpConnection) 2003/05/08 10:42:23:906 CDT [TRACE] HttpConnection - -enter HttpConnection.readLine() 2003/05/08 10:42:23:906 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:906 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [DEBUG] wire - -<< "HTTP/1.0 407 Proxy authorization required[\r][\n]" 2003/05/08 10:42:23:921 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection) 2003/05/08 10:42:23:921 CDT [TRACE] HttpConnection - -enter HttpConnection.getResponseInputStream() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HeaderParser.parseHeaders(HttpConnection, HeaderGroup) 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:23:921 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:23:921 CDT [DEBUG] wire - -<< "Proxy-agent: Netscape-Proxy/3.52[\r][\n]" 2003/05/08 10:42:23:937 CDT [DEBUG] wire - -<< "Date: Thu, 08 May 2003 15:44:00 GMT[\r][\n]" 2003/05/08 10:42:23:937 CDT [DEBUG] wire - -<< "Proxy-authenticate: basic realm="proxy server athena.sabre.com"[\r][\n]" 2003/05/08 10:42:23:937 CDT [DEBUG] wire - -<< "Content-type: text/html[\r][\n]" 2003/05/08 10:42:23:937 CDT [DEBUG] wire - -<< "Content-length: 271[\r][\n]" 2003/05/08 10:42:23:937 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection) 2003/05/08 10:42:23:937 CDT [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(0) 2003/05/08 10:42:23:937 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponse(HttpState, HttpConnection) 2003/05/08 10:42:23:937 CDT [TRACE] GetMethod - -enter GetMethod.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:23:937 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:23:937 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:23:937 CDT [TRACE] HttpConnection - -enter HttpConnection.getResponseInputStream() 2003/05/08 10:42:23:937 CDT [TRACE] HeaderElement - -enter HeaderElement.parse(String) 2003/05/08 10:42:23:937 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) 2003/05/08 10:42:23:937 CDT [DEBUG] HttpMethod - -Authorization required 2003/05/08 10:42:23:937 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processAuthenticationResponse(HttpState, HttpConnection) 2003/05/08 10:42:23:937 CDT [TRACE] HttpAuthenticator - -enter HttpAuthenticator.selectAuthScheme(Header[]) 2003/05/08 10:42:23:937 CDT [TRACE] HttpAuthenticator - -enter HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpState) 2003/05/08 10:42:23:937 CDT [DEBUG] HttpAuthenticator - -Using 'proxy server athena.sabre.com' authentication realm 2003/05/08 10:42:23:937 CDT [TRACE] HttpState - -enter HttpState.getCredentials(String, String 2003/05/08 10:42:23:937 CDT [TRACE] BasicScheme - -enter BasicScheme.authenticate(Credentials, String, String) 2003/05/08 10:42:23:937 CDT [TRACE] BasicScheme - -enter BasicScheme.authenticate(UsernamePasswordCredentials) 2003/05/08 10:42:23:937 CDT [DEBUG] HttpMethod - -HttpMethodBase.execute(): Server demanded authentication credentials, will try again. 2003/05/08 10:42:24:093 CDT [DEBUG] wire - -<< "Proxy authorization required[\n]" 2003/05/08 10:42:24:093 CDT [DEBUG] wire - -<< "

Proxy authorization required

[\n]" 2003/05/08 10:42:24:093 CDT [DEBUG] wire - -<< "Username authentication is required for using this proxy.[\n]" 2003/05/08 10:42:24:093 CDT [DEBUG] wire - -<< "Either your browser does not perform proxy authorization, or your[\n]" 2003/05/08 10:42:24:093 CDT [DEBUG] wire - -<< "authorization has failed.[\n]" 2003/05/08 10:42:24:093 CDT [DEBUG] wire - -<< "" 2003/05/08 10:42:24:093 CDT [DEBUG] HttpMethod - -Resorting to protocol version default close connection policy 2003/05/08 10:42:24:093 CDT [DEBUG] HttpMethod - -Should close connection, using HTTP/1.0. 2003/05/08 10:42:24:093 CDT [TRACE] HttpConnection - -enter HttpConnection.close() 2003/05/08 10:42:24:093 CDT [TRACE] HttpConnection - -enter HttpConnection.closeSockedAndStreams() 2003/05/08 10:42:24:093 CDT [DEBUG] HttpMethod - -Execute loop try 2 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processRequest(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -Attempt number 1 to process request 2003/05/08 10:42:24:093 CDT [DEBUG] HttpMethod - -Opening the connection. 2003/05/08 10:42:24:093 CDT [TRACE] HttpConnection - -enter HttpConnection.open() 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequest(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestLine(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String) 2003/05/08 10:42:24:093 CDT [DEBUG] wire - ->> "POST http://evoya.cert.sabre.com/taCheck.jsp HTTP/1.0[\r][\n]" 2003/05/08 10:42:24:093 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:24:093 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:093 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] ExpectContinueMethod - -enter ExpectContinueMethod.addRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [DEBUG] HttpMethod - -Request to add Host header ignored: header already added 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpState - -enter HttpState.getCookies() 2003/05/08 10:42:24:093 CDT [TRACE] CookieSpec - -enter CookieSpecBase.match(String, int, String, boolean, Cookie[]) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addAuthorizationRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addProxyAuthorizationRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] HttpMethod - -enter HttpMethodBase.addContentLengthRequestHeader(HttpState, HttpConnection) 2003/05/08 10:42:24:093 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.getRequestContentLength() 2003/05/08 10:42:24:109 CDT [DEBUG] wire - ->> "User-Agent: Jakarta Commons-HttpClient/2.0alpha3[\r][\n]" 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:109 CDT [DEBUG] wire - ->> "Host: evoya.cert.sabre.com[\r][\n]" 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:109 CDT [DEBUG] wire - ->> "Content-Length: 7[\r][\n]" 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:109 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:125 CDT [DEBUG] wire - ->> "Proxy-Authorization: Basic c2cwNjE4NDgwOmNoaW5hNDU2[\r][\n]" 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:125 CDT [DEBUG] wire - ->> "Proxy-Connection: Keep-Alive[\r][\n]" 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.print(String) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.writeLine() 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[]) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.write(byte[], int, int) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.flushRequestOutputStream() 2003/05/08 10:42:24:125 CDT [DEBUG] wire - ->> "[\r][\n]" 2003/05/08 10:42:24:125 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.writeRequestBody(HttpState, HttpConnection) 2003/05/08 10:42:24:125 CDT [TRACE] PostMethod - -enter PostMethod.hasRequestContent() 2003/05/08 10:42:24:125 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.hasRequestContent() 2003/05/08 10:42:24:125 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.getRequestContentLength() 2003/05/08 10:42:24:125 CDT [DEBUG] EntityEnclosingMethod - -Using buffered request body 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.getRequestOutputStream() 2003/05/08 10:42:24:125 CDT [DEBUG] wire - ->> "abc=123" 2003/05/08 10:42:24:125 CDT [DEBUG] EntityEnclosingMethod - -Request body sent 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.flushRequestOutputStream() 2003/05/08 10:42:24:125 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponse(HttpState, HttpConnection) 2003/05/08 10:42:24:125 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readStatusLine(HttpState, HttpConnection) 2003/05/08 10:42:24:125 CDT [TRACE] HttpConnection - -enter HttpConnection.readLine() 2003/05/08 10:42:24:125 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:125 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "HTTP/1.1 200 OK[\r][\n]" 2003/05/08 10:42:24:250 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection) 2003/05/08 10:42:24:250 CDT [TRACE] HttpConnection - -enter HttpConnection.getResponseInputStream() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HeaderParser.parseHeaders(HttpConnection, HeaderGroup) 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readLine() 2003/05/08 10:42:24:250 CDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "Server: Netscape-Enterprise/6.0[\r][\n]" 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "Date: Thu, 08 May 2003 15:44:00 GMT[\r][\n]" 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "Content-length: 2251[\r][\n]" 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "Content-type: text/html; charset=ISO8859_1[\r][\n]" 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "Set-cookie: JSESSIONID=267AZFul2a3XLrL7z62Gu8ZA9x7216qLoFGG67rq5k1ZPpgBn1YT!1838310588!-1748913011!7001!7002; path=/[\r][\n]" 2003/05/08 10:42:24:250 CDT [DEBUG] wire - -<< "Connection: close[\r][\n]" 2003/05/08 10:42:24:250 CDT [TRACE] HttpMethod - -enter HttpMethodBase.processResponseHeaders(HttpState, HttpConnection) 2003/05/08 10:42:24:250 CDT [TRACE] CookieSpec - -enter CookieSpecBase.parse(String, port, path, boolean, String) 2003/05/08 10:42:24:250 CDT [TRACE] CookieSpec - -enter CookieSpecBase.parse(String, port, path, boolean, Header) 2003/05/08 10:42:24:250 CDT [TRACE] HeaderElement - -enter HeaderElement.parse(String) 2003/05/08 10:42:24:250 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) 2003/05/08 10:42:24:250 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) 2003/05/08 10:42:24:296 CDT [TRACE] Cookie - -enter Cookie(String, String, String, String, Date, boolean) 2003/05/08 10:42:24:296 CDT [TRACE] CookieSpec - -enter RFC2109Spec.validate(String, int, String, boolean, Cookie) 2003/05/08 10:42:24:296 CDT [TRACE] CookieSpec - -enter CookieSpecBase.validate(String, port, path, boolean, Cookie) 2003/05/08 10:42:24:296 CDT [TRACE] HttpState - -enter HttpState.addCookie(Cookie) 2003/05/08 10:42:24:296 CDT [TRACE] CookieSpec - -enter RFC2109Spec.formatCookie(Cookie) 2003/05/08 10:42:24:296 CDT [TRACE] CookieSpec - -enter RFC2109Spec.formatCookieAsVer(Cookie) 2003/05/08 10:42:24:296 CDT [DEBUG] HttpMethod - -Cookie accepted: "$Version=0; JSESSIONID=267AZFul2a3XLrL7z62Gu8ZA9x7216qLoFGG67rq5k1ZPpgBn1YT!1838310588!-1748913011!7001!7002; $Path=/" 2003/05/08 10:42:24:296 CDT [TRACE] GetMethod - -enter GetMethod.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:24:296 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:24:296 CDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseBody(HttpState, HttpConnection) 2003/05/08 10:42:24:296 CDT [TRACE] HttpConnection - -enter HttpConnection.getResponseInputStream() 2003/05/08 10:42:24:296 CDT [TRACE] HeaderElement - -enter HeaderElement.parse(String) 2003/05/08 10:42:24:296 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) HTTP return code = 200 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "
[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "
 [\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< " Sabre LineIaTa Check[\r][\n]" 2003/05/08 10:42:24:390 CDT [DEBUG] wire - -<< "  
This page allows you to check the Sabre LineIaTA you use with eVoya.
You can modify the value here. But the preferred way to modify the LineIaTa value is through the eVoya options page.
[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "
[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "
 [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "
 LineIaTa (sabre line address):[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "  
[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "
[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "
 
[\r][\n]" 2003/05/08 10:42:24:406 CDT [DEBUG] wire - -<< " [\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "
 
[\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "[\r][\n]" 2003/05/08 10:42:24:421 CDT [DEBUG] wire - -<< "" 2003/05/08 10:42:24:421 CDT [DEBUG] HttpMethod - -Should close connection in response to Connection: close 2003/05/08 10:42:24:421 CDT [TRACE] HttpConnection - -enter HttpConnection.close() 2003/05/08 10:42:24:421 CDT [TRACE] HttpConnection - -enter HttpConnection.closeSockedAndStreams() 2003/05/08 10:42:24:421 CDT [TRACE] HttpConnection - -enter HttpConnection.releaseConnection() 2003/05/08 10:42:24:421 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.releaseConnection(HttpConnection) 2003/05/08 10:42:24:421 CDT [DEBUG] MultiThreadedHttpConnectionManager - -Freeing connection: org.apache.commons.httpclient.HttpConnection@701771 2003/05/08 10:42:24:421 CDT [TRACE] MultiThreadedHttpConnectionManager - -enter HttpConnectionManager.ConnectionPool.getHostPool(HostConfiguration) 2003/05/08 10:42:24:421 CDT [DEBUG] MultiThreadedHttpConnectionManager - -Notifying no-one, there are no waiting threads 2003/05/08 10:42:24:421 CDT [DEBUG] HttpMethod - -buffering response body 2003/05/08 10:42:24:421 CDT [TRACE] HttpMethod - -enter getContentCharSet( Header contentheader ) 2003/05/08 10:42:24:421 CDT [TRACE] HeaderElement - -enter HeaderElement.parse(String) 2003/05/08 10:42:24:421 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) 2003/05/08 10:42:24:421 CDT [TRACE] HeaderElement - -enter HeaderElement.parsePair(char[], int, int) 2003/05/08 10:42:24:421 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.recycle() 2003/05/08 10:42:24:421 CDT [TRACE] PostMethod - -enter PostMethod.clearRequestBody() 2003/05/08 10:42:24:421 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.clearRequestBody() 2003/05/08 10:42:24:421 CDT [TRACE] GetMethod - -enter GetMethod.recycle() 2003/05/08 10:42:24:421 CDT [TRACE] HttpMethod - -enter HttpMethodBase.recycle() 2003/05/08 10:42:24:421 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.setRequestBody(String) 2003/05/08 10:42:24:421 CDT [TRACE] PostMethod - -enter PostMethod.clearRequestBody() 2003/05/08 10:42:24:421 CDT [TRACE] EntityEnclosingMethod - -enter EntityEnclosingMethod.clearRequestBody()