Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Content-Type response header for Hessian services [SPR-5621] #10292

Closed
spring-projects-issues opened this issue Mar 26, 2009 · 2 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Peter Dettman opened SPR-5621 and commented

When using HessianServlet from the caucho hessian implementation, the responses have Content-Type = application/x-hessian. This is not done in HessianServiceExporter (or SImpleHessianServiceExporter).


Affects: 2.5.6

Attachments:

Referenced from: commits eabad33

@spring-projects-issues
Copy link
Collaborator Author

Peter Dettman commented

Attached patch that sets the content type to "application/x-hessian" for both HessianServiceExporter and SimpleHessianServiceExporter.

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Thanks for pointing this out! We're setting the content type now and also fully support Hessian 3.2.1, as of Spring 3.0 M3.

Juergen

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: web Issues in web modules (web, webmvc, webflux, websocket) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0 M3 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants