You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Akara Sucharitakul (JIRA)" <ji...@apache.org> on 2009/03/13 05:27:50 UTC

[jira] Resolved: (OLIO-73) Unnecessary and invalid import in GeocoderServlet

     [ https://issues.apache.org/jira/browse/OLIO-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akara Sucharitakul resolved OLIO-73.
------------------------------------

    Resolution: Fixed

Removed import org.apache.jasper.tagplugins.jstl.core.Out
thus allowing it to build on just about any servlet library.

This is committed to the repository with svn commit: r753119.
http://svn.apache.org/viewvc?rev=753119&view=rev

> Unnecessary and invalid import in GeocoderServlet
> -------------------------------------------------
>
>                 Key: OLIO-73
>                 URL: https://issues.apache.org/jira/browse/OLIO-73
>             Project: Olio
>          Issue Type: Bug
>         Environment: Build environment older than Tomcat 5.0
>            Reporter: Akara Sucharitakul
>            Assignee: Akara Sucharitakul
>
> The following import in the GeocoderServlet is unused.
> import org.apache.jasper.tagplugins.jstl.core.Out;
> However, having the import in the file complicates the build environment. It needs a certain version of the jasper jstl library. Removing it will decrease the fragility of building the Geocoder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.