[being anal again... ]

[EMAIL PROTECTED] wrote:
jstrachan 2002/10/30 03:54:12

Modified: jelly project.xml
jelly/src/java/org/apache/commons/jelly jelly.properties
jelly/src/test/org/apache/commons/jelly/http http.jelly
Added: jelly/src/java/org/apache/commons/jelly/tags/jetty
package.html SocketListenerTag.java
ResponseBodyTag.java JellyResourceHandlerTag.java
ResponseHeaderTag.java JettyHttpServerTag.java
ResourceHandlerTag.java RealmTag.java
PutRequestTag.java NotFoundHandlerTag.java
PostRequestTag.java JellyResourceHttpHandler.java
SecurityHandlerTag.java HttpContextTag.java
AbstractMethodHandlerTag.java JettyTagLibrary.java
GetRequestTag.java DeleteRequestTag.java
jelly/src/test/org/apache/commons/jelly/jetty
httpContext.jelly securityHandlerUnauthorized.jelly
securityHandlerForbidden.jelly
jellyResourceHandler.jelly resourceHandler.jelly
securityHandler.jelly socketListener.jelly
defaultServer.jelly TestJettyHttpServerTags.java
jelly/src/test/org/apache/commons/jelly/jetty/setup
demoRealm.properties
jelly/src/test/org/apache/commons/jelly/jetty/docRoot/contextTest
contextTest.txt
jelly/src/test/org/apache/commons/jelly/jetty/docRoot/resourceHandlerTest
resourceHandlerTest.txt
jelly/src/test/org/apache/commons/jelly/jetty/docRoot
test1.txt
Log:
Committed patch supplied by Robert Leftwich which creates a Jetty tag library for creating HTTP servers for testing web requests using an embedded Jetty instance.
It could be that there is some crossover with Latka
http://jakarta.apache.org/commons/latka/index.html
Anteater
http://aft.sourceforge.net/
or Cactus
http://jakarta.apache.org/cactus/
I'm not personally expert enough to know what should be done in this area. So I'm committing this and then the discussion between the various groups can start. It might be that one of the above projects could be a better home for the above code - lets see what the community at large thinks.
[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java
Index: SocketListenerTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/SocketListenerTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java
Index: ResponseBodyTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/ResponseBodyTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java
Index: JellyResourceHandlerTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/JellyResourceHandlerTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java
Index: ResponseHeaderTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/ResponseHeaderTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?


[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java
Index: JettyHttpServerTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/JettyHttpServerTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java
Index: ResourceHandlerTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/ResourceHandlerTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?


[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java
Index: RealmTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/RealmTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?


[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java
Index: PutRequestTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/PutRequestTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java
Index: NotFoundHandlerTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/NotFoundHandlerTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java
Index: PostRequestTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/PostRequestTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java
Index: JellyResourceHttpHandler.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/JellyResourceHttpHandler.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

1.1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java
Index: SecurityHandlerTag.java
===================================================================
/*
* $Header: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/SecurityHandlerTag.java,v 1.3 2002/07/14 12:38:22 dion Exp $
* $Revision: 1.3 $
* $Date: 2002/07/14 12:38:22 $
*
* ====================================================================
*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
2002?

[snip]

ok, I'm bored with this. check the copyright dates in all those other files as well. :)

michael
--
Michael A. Smith
[EMAIL PROTECTED]



--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to