comparison flys-client/src/main/java/de/intevation/flys/client/server/auth/was/Request.java @ 2976:e0c6de3a9803

Removed System.out.println debug statement for the request uri flys-client/trunk@4972 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 13 Jul 2012 08:08:46 +0000
parents d7f76f197d89
children
comparison
equal deleted inserted replaced
2975:2968c6ae1761 2976:e0c6de3a9803
30 30
31 String request = uri + "?VERSION=" + VERSION + "&REQUEST=" + 31 String request = uri + "?VERSION=" + VERSION + "&REQUEST=" +
32 REQUEST_SAML_RESPONSE + "&METHOD=" + METHOD_AUTH_PASSWORD + 32 REQUEST_SAML_RESPONSE + "&METHOD=" + METHOD_AUTH_PASSWORD +
33 "&CREDENTIALS=" + base64user + "," + base64pass; 33 "&CREDENTIALS=" + base64user + "," + base64pass;
34 34
35 System.out.println(request);
36
37 this.setURI(URI.create(request)); 35 this.setURI(URI.create(request));
38 } 36 }
39 catch(UnsupportedEncodingException e) { 37 catch(UnsupportedEncodingException e) {
40 logger.error(e); 38 logger.error(e);
41 } 39 }

http://dive4elements.wald.intevation.org