Changeset 175:5421dac4d948

Show
Ignore:
Timestamp:
09/24/08 12:28:39 (5 years ago)
Author:
jean-gui
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@176
Message:

Forcing POST request for file upload on Jigsaw

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org/w3c/unicorn/util/ClientHttpRequest.java

    r174 r175  
    120120        public ClientHttpRequest ( 
    121121                        final URLConnection aURLConnection) throws IOException { 
    122       System.out.println(aURLConnection); 
    123122                ClientHttpRequest.logger.trace("Constructor(URLConnection)"); 
    124123                this.aURLConnection = (HttpURLConnection) aURLConnection; 
    125124                this.aURLConnection.setDoOutput(true); 
    126125    this.aURLConnection.setRequestMethod("POST"); 
     126    System.out.println("=================> " + this.aURLConnection.getRequestMethod()); 
    127127                this.aURLConnection.setRequestProperty( 
    128128                                "Content-Type",