63 | | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 63 | * A base class for testing handler was created using jmock library to mock the request and response. |
| 64 | * A custom tag for site template was created. |
| 65 | * In the folder with jsp resurces a WEB-INF/tags folder was added so our custom tag can be compiled (This was needed in order to workaround JSP specification) also |
| 66 | the package org.apache.jsp.tag.web. was made public for the bundle this is were Jasper compiler generates these tag handler classes. |
| 67 | * A jspx page for viewing the resource was created that uses the template tag. |
| 68 | * Resource handler now supports requests /resources/* and if the they have queryString ?download return binary content. The WSResourceManager now uses this approach instead |
| 69 | of resource_manager?method=getResource&location=resource_location. |
| 70 | * getResourceList in ResourcesWebService was changed so the locations it returns will be like http://serverName:serverPort/resources/resourceRelativeLocation |
| 71 | * MemoryDatabaseManager was changed to store all the temp resources in locations prefixed with tmp/ |