Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 2480 invoked by uid 500); 22 Oct 2002 03:14:11 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 2471 invoked by uid 500); 22 Oct 2002 03:14:11 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 22 Oct 2002 03:14:06 -0000 Message-ID: <20021022031406.92723.qmail@icarus.apache.org> From: vgritsenko@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/acting ResourceExistsAction.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vgritsenko 2002/10/21 20:14:06 Modified: src/java/org/apache/cocoon/acting ResourceExistsAction.java Log: fix compilation error Revision Changes Path 1.9 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/acting/ResourceExistsAction.java Index: ResourceExistsAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/ResourceExistsAction.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ResourceExistsAction.java 22 Oct 2002 01:53:00 -0000 1.8 +++ ResourceExistsAction.java 22 Oct 2002 03:14:05 -0000 1.9 @@ -73,7 +73,7 @@ public class ResourceExistsAction extends ComposerAction implements ThreadSafe { public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception { - String urlstring = parameters.getParameter("url", src); + String urlstring = parameters.getParameter("url", source); Source src = null; try { src = resolver.resolveURI(urlstring); ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org