Commit 5e117e9fa75c4c676e6fefdbc95042255c5209f9
1 parent
48e2cc1f
Exists in
master
and in
1 other branch
Correções
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10535 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/com/ases/infra/WebChecker.java
... | ... | @@ -21,7 +21,7 @@ import br.com.checker.emag.core.Checker; |
21 | 21 | |
22 | 22 | public class WebChecker { |
23 | 23 | private static final String CONTENT_LENGHT = "Content-Length" ; |
24 | - private static final String HTTP_PROTOCOL_ALLOW_CIRCULAR_REDIRECTS = "https.protocol.allow-circular-redirects"; | |
24 | + private static final String HTTP_PROTOCOL_ALLOW_CIRCULAR_REDIRECTS = "http.protocol.allow-circular-redirects"; | |
25 | 25 | private HttpClient client; |
26 | 26 | private HttpMethod method; |
27 | 27 | private String url; | ... | ... |