- Timestamp:
- 2011-04-14 13:59:56 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/kauri-runtime/src/main/java/org/kauriproject/runtime/module/restservice/RestserviceFacet.java
r1877 r1885 128 128 129 129 public void handle(Request request, Response response) { 130 request.getAttributes().put(RESTSERVICE_NAME_KEY, name); 130 final Map<String, Object> attributes = request.getAttributes(); 131 attributes.put(RESTSERVICE_NAME_KEY, name); 131 132 application.handle(request, response); 132 133 addModuleInfoHeader(response);
Note: See TracChangeset
for help on using the changeset viewer.