a2aproject / a2aproject/a2a-java
[Bug]: Vert.x opt-in redirects do not support relative Location values.
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 490
- Fork
- 172
- Merge trung bình
- 1 ngày 6 giờ
- Pull request đã merge (30 ngày)
- 55
Mô tả
### What happened?
VertxA2AHttpClient.java:576-579 passes Location directly to getAbs()/
postAbs(). HTTP redirects commonly use values such as /collect; these will fail instead of being resolved against the original request URI. Resolve
relative locations before constructing the redirected request.
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.