a2aproject / a2aproject/a2a-java
[Bug]: Vert.x opt-in redirects do not support relative Location values.
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 490
- Forks
- 172
- Merge medio
- 1 d 6 h
- PR fusionados (30 d)
- 55
Descripción
### 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.