Issue Type: Feature Request Feature Request
Assignee: Daniel Bevenius
Components: controller
Created: 07/Mar/13 2:11 AM
Description:

Currently custom HTTP headers are configured on CustomMediaTypeResponder which is nice, but on the other hand would be great if we could move it to controller. Maybe creating something like a CustomHttpHeaderProducer (or whatever name) using the same approach done for CorsConfigProducer. For example (just an example):

public CustomHttpHeaderConfiguration demoConfig()

{ return HttpConfig.enableCustomHttpSupport() .addHeader("Auth-Token","xxxx") .addHeader("AG-X", "xxxx") .build(); }

Fix Versions: 1.0.0
Project: AeroGear
Priority: Major Major
Reporter: Bruno Oliveira
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira