Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyy289065406/commons-httpclient
修正自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG
https://github.com/lyy289065406/commons-httpclient
custom-fix programming
Last synced: about 1 month ago
JSON representation
修正自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG
- Host: GitHub
- URL: https://github.com/lyy289065406/commons-httpclient
- Owner: lyy289065406
- License: apache-2.0
- Created: 2022-03-07T02:19:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T15:50:38.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T13:12:21.625Z (8 months ago)
- Topics: custom-fix, programming
- Language: Java
- Homepage:
- Size: 712 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commons-httpclient
> 修复 commons-httpclient-3.1 自动重定向丢失 Response Header 中的 Set-Cookie 的 BUG
------
## 简介
因此构件的官方组织/作者已放弃维护,且在 maven 中央仓库无法下载原版,故有了此项目,同时很可能会顺便修复一些 BUG。
## 使用方式
maven 的 `settings.yml` 配置 sonatype 中央仓库:
```xml
sonatype
sonatype
https://s01.oss.sonatype.org/```
项目的 `pom.xml` 配置构件坐标:
```xml
com.exp-blog
commons-httpclient
3.2-alpha```