Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
6559 10/27/2011 04:05 PM ben leinfelder

call the web.xml tomcat6 not tomcat5

6441 09/15/2011 01:57 PM ben leinfelder

allow urls with "v1" in them

6284 07/01/2011 05:23 PM ben leinfelder

simplify the MN rest servlet mapping to match CN mappings - also streamlined the handler code to share extra path info parsing

6282 07/01/2011 05:03 PM ben leinfelder

route all /d1/cn/* traffic through the CNRestServlet/Handler -- inspect the pathInfo when deciding what action to take and also strip off any extra parts (like pid).
include query() method pass-through to CNodeService

6275 06/30/2011 05:24 PM ben leinfelder

remove old RestServlet url-mappings

6266 06/30/2011 02:34 PM ben leinfelder

remove old RestServlet and it's mappings -- only using D1Servlet subclasses now

6264 06/30/2011 02:08 PM ben leinfelder

MN rest servlet, handler and mappings

6253 06/29/2011 05:23 PM ben leinfelder

add CNRestServlet and mappings for urls in the form:
/d1/cn/*
This extends existing code for CN-specific handling. MN handling will be analogous and is forthcoming

6138 06/15/2011 08:41 AM Chris Jones

Added the /formats collection into the servlet-mappings for D1UrlFilter to handle.

5829 01/21/2011 03:08 PM ben leinfelder

geoserver upgrade:
-remove embedded geoserver
-include geotools api and update spatial harvesting
-include simple template for using maps in skin (openlayers now, not mapbuilder)

5799 01/13/2011 11:34 AM berkley

added replicate servlet mapping

5763 01/04/2011 11:26 AM berkley

implemented ping

5750 12/20/2010 02:19 PM berkley

fix for paths with semi-colons or other 'reserved' characters in them for D1 rest services

5692 12/06/2010 02:29 PM berkley

added the root registry node response

5691 12/06/2010 11:42 AM berkley

changed d1 url to knb/d1/....

5644 11/15/2010 03:26 PM berkley

adding getChecksum method

5391 06/15/2010 03:40 PM berkley

finished getLogRecords. Fixed some date bugs in metacat.

5355 05/14/2010 11:18 AM berkley

added getSystemMetadata to ResourceHandler and changed the url format to be meta/guid. added a new servlet reponse handler in the web.xml file to handle the new urls and send them to the RestServlet.

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5224 02/11/2010 08:48 AM Matt Jones

Modified ResourceHandler to change the GET url from /objects to /object to
match the DataONE method name.

5211 02/03/2010 06:58 PM Matt Jones

Merging in REST interface implementation that was created by Serhan Akin. Main change is
a refactored MetaCatServlet.java class, in which all of the handle* methods were moved
into a separate MetacatHandler.java class. This allows both the standard MetaCatServlet...

5032 08/24/2009 02:39 PM daigle

Remove metacat web servlet that was added last week

5027 08/14/2009 02:26 PM daigle

Change MetaCatVersion to MetacatVersion

5014 08/04/2009 02:30 PM daigle

Create replication directory. Move replication code there. Use log4j for replication logging (rollingfileappender). Beef up replication logging and error control.

4943 05/11/2009 08:39 AM Duane Costa

Begin development for Bug 3835: Design and implement OAI-PMH compliant harvest subsystem

4724 01/02/2009 08:15 AM daigle

add security constraint sections to disallow access to *.cfg and *.properties files.

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

4078 07/01/2008 04:09 PM Jing Tao

Commented out the servlet for HarvesterServlet.

3993 06/12/2008 12:43 PM berkley

made it so that the error and success messages from a multipart upload can be transformed using xslt. also added upload functionality to the sms skin

3257 05/07/2007 03:47 PM berkley

updated the kepler skin to use paging. need to do a bit more work on this to make it behave more like other web applications

3243 04/18/2007 02:19 AM Matt Jones

Added servlet mapping that allows PATHINFO to be passed to the metacat servlet for use in URL handling for READ action.

3194 03/05/2007 12:08 PM berkley

more changes for the ajax stuff

3185 02/27/2007 02:15 PM Jing Tao

Add a new servlet mapping for metacat.

3138 01/03/2007 02:56 PM Jing Tao

Add index.html in welcome file list.

3104 11/29/2006 05:40 PM perry

Merged the spatial web.xml.combined into the default web.xml.tomcat5

2799 11/30/2005 04:28 PM Jing Tao

Add some servlet mapping for axis.

2742 11/16/2005 10:22 AM Duane Costa

Bug #2207. Add AdvancedSearchServlet to support Metacat Advanced Search interface.

2575 09/08/2005 01:21 PM Jing Tao

Add another servlet url mapping for replication.

2511 07/13/2005 02:39 PM Jing Tao

Add servlet mapping for replication.

2470 04/07/2005 01:33 PM sgarg

Commenting out lines regarding /servlet/metacat again as we are trying to use "/context/metacat" where context is the tomcat context.

2469 04/07/2005 12:54 PM sgarg

Fixed web.xml so that /servlet/metacat/* points to the metacat servlet

2452 04/04/2005 05:48 PM sgarg

Commenting out link to /servlet from web.xml for tomcat5

2383 01/25/2005 01:54 PM Duane Costa

Add a new HarvesterServlet for running Harvester as a servlet. This eliminates the need to run Harvester in a terminal window. By default, the HarvesterServlet is commented out. The user documentation will be modified to instruct Harvester administrators to uncomment the servlet entry.

2295 09/16/2004 04:05 PM sgarg

Added harvester servlets to the web.xml files.

2012 01/30/2004 02:56 PM Chris Jones

Adding in a web.xml file specific to tomcat 5. Notice servlet.jar is
now servlet-api.jar

The tomcat 5 release notes includes this:

------------------------
Enabling invoker servlet:
------------------------

Starting with Tomcat 4.1.12, the invoker servlet is no longer available by...