Changes between Initial Version and Version 1 of Ticket #525, comment 70


Ignore:
Timestamp:
May 12, 2016, 1:08:34 PM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #525, comment 70

    initial v1  
    22
    33 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 make increase 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.