Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.0.Final, 3.1.0.Beta3, 3.1.0.Final
-
Fix Version/s: None
-
Component/s: Templating
-
Labels:None
-
Affects:Release Notes
-
Workaround:Workaround Exists
-
Workaround Description:
Description
@Path("string")
|
@GET
|
@Produces("text/plain")
|
@ResponseTemplate("/string.ftl")
|
public String string()
|
{
|
return "Jozef";
|
}
|
won't be rendered. "Jozef" is returned instead.
Gliffy Diagrams
Issue Links
- is blocked by
-
RESTEASY-588
Built-in MessageBodyWriter<String> used over an application-provided less-specific one
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Caused by a bug in RESTEasy. Works fine with GlassFish.