Project

General

Profile

« Previous | Next » 

Revision 5914

remove httpclient 3.1 and custom-built httpclient.jar
rework MetacatClient (and other classes) to use httpclient 4
updated build to not create httpclient.jar
encoding tests now pass.

View differences:

ClientViewHelper.java
772 772
                prop.put("returnfield", returnFld);
773 773
            }
774 774
            
775
            response = metacatClient.sendData(prop, null, null, 0);
775
            response = metacatClient.sendParameters(prop);
776 776
            if (response != null) {
777 777
                buffy = new BufferedReader(new InputStreamReader(response));
778 778
                result = XMLUtilities.getXMLReaderAsDOMDocument(buffy);

Also available in: Unified diff