Skip to content

修正自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG

License

Notifications You must be signed in to change notification settings

lyy289065406/commons-httpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commons-httpclient

修复 commons-httpclient-3.1 自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG


简介

因此构件的官方组织/作者已放弃维护,且在 maven 中央仓库无法下载原版,故有了此项目,同时很可能会顺便修复一些 BUG。

使用方式

maven 的 settings.yml 配置 sonatype 中央仓库:

<mirror>
  <id>sonatype</id>
  <mirrorOf>sonatype</mirrorOf>
  <url>https://s01.oss.sonatype.org/</url>
</mirror>

项目的 pom.xml 配置构件坐标:

<dependency>
  <groupId>com.exp-blog</groupId>
  <artifactId>commons-httpclient</artifactId>
  <version>3.2-alpha</version>
</dependency>

About

修正自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published