Skip to content

Instantly share code, notes, and snippets.

+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
package com.capgemini.adc.infra.remote.server;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.util.Map;
import javax.servlet.http.HttpServlet;