Changes between Initial Version and Version 1 of Ticket #525, comment 70
- Timestamp:
- May 12, 2016, 1:08:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #525, comment 70
initial v1 2 2 3 3 1. JSP file `index.jsp` in `resources/` updated by removing entries "`experimental not-implemented`" from class description for "`inca-import`" `<span>` tag. 4 2. Java servlet class/file `IncaServlet.java` in `src/net/sf/basedb/reggie/servlet/` updated in protected method `void doPost(HttpServletRequest req, HttpServletResponse resp)` for command "`ImportInca`" by moving code for creating a `DbControl` item and checking role permissions to the top, in order to makeincrease similarity with other servlets.4 2. Java servlet class/file `IncaServlet.java` in `src/net/sf/basedb/reggie/servlet/` updated in protected method `void doPost(HttpServletRequest req, HttpServletResponse resp)` for command "`ImportInca`" by moving code for creating a `DbControl` item and checking role permissions to the top, in order to increase similarity with other servlets.