Project

General

Profile

« Previous | Next » 

Revision 3082

Added by Matt Jones over 17 years ago

Renamed method.

View differences:

src/edu/ucsb/nceas/metacat/MetaCatServlet.java
433 433
        // and if not, then go ahead and configure it's options
434 434
        boolean configured = MetaCatUtil.getOption("configured").equals("true");
435 435
        if (!configured) {
436
            handleServletConfiguration(request, response);
436
            configureMetacat(request, response);
437 437
            return;
438 438
        }
439 439
        
......
3233 3233
     * @param request the http request information
3234 3234
     * @param response the http response to be sent back to the client
3235 3235
     */
3236
    private void handleServletConfiguration(HttpServletRequest request,
3236
    private void configureMetacat(HttpServletRequest request,
3237 3237
            HttpServletResponse response) {
3238 3238
        String action = request.getParameter("action");
3239 3239
        if (action == null || !action.equals("configure")) {

Also available in: Unified diff