Author: niallp Date: Sun Apr 24 20:11:07 2005 New Revision: 164530 URL: http://svn.apache.org/viewcvs?rev=164530&view=rev Log: Add 2005 to copyright for source files changed this year
Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/Action.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionMessage.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/RequestProcessor.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java (contents, props changed) struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/TagUtils.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ErrorsTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/FormTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ImgTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/LinkTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/MessagesTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/PasswordTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/SubmitTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextareaTag.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/ModuleException.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/FieldChecks.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/Resources.java struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/validwhen/ValidWhen.java Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/Action.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/Action.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/Action.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/Action.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2000-2004 The Apache Software Foundation. + * Copyright 2000-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionMessage.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionMessage.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionMessage.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionMessage.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2000-2004 The Apache Software Foundation. + * Copyright 2000-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/RequestProcessor.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/RequestProcessor.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/RequestProcessor.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/RequestProcessor.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2000-2004 The Apache Software Foundation. + * Copyright 2000-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java Sun Apr 24 20:11:07 2005 @@ -1,273 +1,273 @@ -/* - * $Id$ - * - * Copyright 2004 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - -package org.apache.struts.actions; - -import java.io.BufferedInputStream; -import java.io.File; -import java.io.FileInputStream; -import java.io.IOException; -import java.io.InputStream; -import java.io.OutputStream; - -import javax.servlet.ServletContext; -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; - -import org.apache.struts.action.Action; -import org.apache.struts.action.ActionForm; -import org.apache.struts.action.ActionForward; -import org.apache.struts.action.ActionMapping; - - -/** - * This is an abstract base class that minimizes the amount of special coding - * that needs to be written to download a file. All that is required to use - * this class is to extend it and implement the <code>getStreamInfo()</code> - * method so that it returns the relevant information for the file (or other - * stream) to be downloaded. Optionally, the <code>getBufferSize()</code> - * method may be overridden to customize the size of the buffer used to - * transfer the file. - * - * @since Struts 1.2.6 - */ -public abstract class DownloadAction extends Action { - - /** - * If the <code>getBufferSize()</code> method is not overridden, this is - * the buffer size that will be used to transfer the data to the servlet - * output stream. - */ - protected static final int DEFAULT_BUFFER_SIZE = 1024 * 4; - - /** - * Returns the information on the file, or other stream, to be downloaded - * by this action. This method must be implemented by an extending class. - * - * @param mapping The ActionMapping used to select this instance. - * @param form The optional ActionForm bean for this request (if any). - * @param request The HTTP request we are processing. - * @param response The HTTP response we are creating. - * - * @return The information for the file to be downloaded. - * - * @throws Exception if an exception occurs. - */ - protected abstract StreamInfo getStreamInfo(ActionMapping mapping, - ActionForm form, HttpServletRequest request, - HttpServletResponse response) - throws Exception; - - /** - * Returns the size of the buffer to be used in transferring the data to - * the servlet output stream. This method may be overridden by an extending - * class in order to customize the buffer size. - * - * @return The size of the transfer buffer, in bytes. - */ - protected int getBufferSize() { - return DEFAULT_BUFFER_SIZE; - } - - /** - * Process the specified HTTP request, and create the corresponding HTTP - * response (or forward to another web component that will create it). - * Return an <code>ActionForward</code> instance describing where and how - * control should be forwarded, or <code>null</code> if the response has - * already been completed. - * - * @param mapping The ActionMapping used to select this instance. - * @param form The optional ActionForm bean for this request (if any). - * @param request The HTTP request we are processing. - * @param response The HTTP response we are creating. - * - * @throws Exception if an exception occurs. - */ - public ActionForward execute(ActionMapping mapping, ActionForm form, - HttpServletRequest request, HttpServletResponse response) - throws Exception { - - StreamInfo info = getStreamInfo(mapping, form, request, response); - String contentType = info.getContentType(); - InputStream stream = info.getInputStream(); - - try { - response.setContentType(contentType); - copy(stream, response.getOutputStream()); - } finally { - if (stream != null) { - stream.close(); - } - } - - // Tell Struts that we are done with the response. - return null; - } - - /** - * Copy bytes from an <code>InputStream</code> to an - * <code>OutputStream</code>. - * - * @param input The <code>InputStream</code> to read from. - * @param output The <code>OutputStream</code> to write to. - * - * @return the number of bytes copied - * - * @throws IOException In case of an I/O problem - */ - public int copy(InputStream input, OutputStream output) - throws IOException { - byte[] buffer = new byte[getBufferSize()]; - int count = 0; - int n = 0; - while (-1 != (n = input.read(buffer))) { - output.write(buffer, 0, n); - count += n; - } - return count; - } - - /** - * The information on a file, or other stream, to be downloaded by the - * <code>DownloadAction</code>. - */ - public static interface StreamInfo { - - /** - * Returns the content type of the stream to be downloaded. - * - * @return The content type of the stream. - */ - public abstract String getContentType(); - - /** - * Returns an input stream on the content to be downloaded. This stream - * will be closed by the <code>DownloadAction</code>. - * - * @return The input stream for the content to be downloaded. - */ - public abstract InputStream getInputStream() throws IOException; - } - - /** - * A concrete implementation of the <code>StreamInfo</code> interface which - * simplifies the downloading of a file from the disk. - */ - public static class FileStreamInfo implements StreamInfo { - - /** - * The content type for this stream. - */ - private String contentType; - - /** - * The file to be downloaded. - */ - private File file; - - /** - * Constructs an instance of this class, based on the supplied - * parameters. - * - * @param contentType The content type of the file. - * @param file The file to be downloaded. - */ - public FileStreamInfo(String contentType, File file) { - this.contentType = contentType; - this.file = file; - } - - /** - * Returns the content type of the stream to be downloaded. - * - * @return The content type of the stream. - */ - public String getContentType() { - return this.contentType; - } - - /** - * Returns an input stream on the file to be downloaded. This stream - * will be closed by the <code>DownloadAction</code>. - * - * @return The input stream for the file to be downloaded. - */ - public InputStream getInputStream() throws IOException { - FileInputStream fis = new FileInputStream(file); - BufferedInputStream bis = new BufferedInputStream(fis); - return bis; - } - } - - /** - * A concrete implementation of the <code>StreamInfo</code> interface which - * simplifies the downloading of a web application resource. - */ - public static class ResourceStreamInfo implements StreamInfo { - - /** - * The content type for this stream. - */ - private String contentType; - - /** - * The servlet context for the resource to be downloaded. - */ - private ServletContext context; - - /** - * The path to the resource to be downloaded. - */ - private String path; - - /** - * Constructs an instance of this class, based on the supplied - * parameters. - * - * @param contentType The content type of the file. - * @param context The servlet context for the resource. - * @param path The path to the resource to be downloaded. - */ - public ResourceStreamInfo(String contentType, ServletContext context, - String path) { - this.contentType = contentType; - this.context = context; - this.path = path; - } - - /** - * Returns the content type of the stream to be downloaded. - * - * @return The content type of the stream. - */ - public String getContentType() { - return this.contentType; - } - - /** - * Returns an input stream on the resource to be downloaded. This stream - * will be closed by the <code>DownloadAction</code>. - * - * @return The input stream for the resource to be downloaded. - */ - public InputStream getInputStream() throws IOException { - return context.getResourceAsStream(path); - } - } -} +/* + * $Id$ + * + * Copyright 2004-2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +package org.apache.struts.actions; + +import java.io.BufferedInputStream; +import java.io.File; +import java.io.FileInputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; + +import javax.servlet.ServletContext; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import org.apache.struts.action.Action; +import org.apache.struts.action.ActionForm; +import org.apache.struts.action.ActionForward; +import org.apache.struts.action.ActionMapping; + + +/** + * This is an abstract base class that minimizes the amount of special coding + * that needs to be written to download a file. All that is required to use + * this class is to extend it and implement the <code>getStreamInfo()</code> + * method so that it returns the relevant information for the file (or other + * stream) to be downloaded. Optionally, the <code>getBufferSize()</code> + * method may be overridden to customize the size of the buffer used to + * transfer the file. + * + * @since Struts 1.2.6 + */ +public abstract class DownloadAction extends Action { + + /** + * If the <code>getBufferSize()</code> method is not overridden, this is + * the buffer size that will be used to transfer the data to the servlet + * output stream. + */ + protected static final int DEFAULT_BUFFER_SIZE = 1024 * 4; + + /** + * Returns the information on the file, or other stream, to be downloaded + * by this action. This method must be implemented by an extending class. + * + * @param mapping The ActionMapping used to select this instance. + * @param form The optional ActionForm bean for this request (if any). + * @param request The HTTP request we are processing. + * @param response The HTTP response we are creating. + * + * @return The information for the file to be downloaded. + * + * @throws Exception if an exception occurs. + */ + protected abstract StreamInfo getStreamInfo(ActionMapping mapping, + ActionForm form, HttpServletRequest request, + HttpServletResponse response) + throws Exception; + + /** + * Returns the size of the buffer to be used in transferring the data to + * the servlet output stream. This method may be overridden by an extending + * class in order to customize the buffer size. + * + * @return The size of the transfer buffer, in bytes. + */ + protected int getBufferSize() { + return DEFAULT_BUFFER_SIZE; + } + + /** + * Process the specified HTTP request, and create the corresponding HTTP + * response (or forward to another web component that will create it). + * Return an <code>ActionForward</code> instance describing where and how + * control should be forwarded, or <code>null</code> if the response has + * already been completed. + * + * @param mapping The ActionMapping used to select this instance. + * @param form The optional ActionForm bean for this request (if any). + * @param request The HTTP request we are processing. + * @param response The HTTP response we are creating. + * + * @throws Exception if an exception occurs. + */ + public ActionForward execute(ActionMapping mapping, ActionForm form, + HttpServletRequest request, HttpServletResponse response) + throws Exception { + + StreamInfo info = getStreamInfo(mapping, form, request, response); + String contentType = info.getContentType(); + InputStream stream = info.getInputStream(); + + try { + response.setContentType(contentType); + copy(stream, response.getOutputStream()); + } finally { + if (stream != null) { + stream.close(); + } + } + + // Tell Struts that we are done with the response. + return null; + } + + /** + * Copy bytes from an <code>InputStream</code> to an + * <code>OutputStream</code>. + * + * @param input The <code>InputStream</code> to read from. + * @param output The <code>OutputStream</code> to write to. + * + * @return the number of bytes copied + * + * @throws IOException In case of an I/O problem + */ + public int copy(InputStream input, OutputStream output) + throws IOException { + byte[] buffer = new byte[getBufferSize()]; + int count = 0; + int n = 0; + while (-1 != (n = input.read(buffer))) { + output.write(buffer, 0, n); + count += n; + } + return count; + } + + /** + * The information on a file, or other stream, to be downloaded by the + * <code>DownloadAction</code>. + */ + public static interface StreamInfo { + + /** + * Returns the content type of the stream to be downloaded. + * + * @return The content type of the stream. + */ + public abstract String getContentType(); + + /** + * Returns an input stream on the content to be downloaded. This stream + * will be closed by the <code>DownloadAction</code>. + * + * @return The input stream for the content to be downloaded. + */ + public abstract InputStream getInputStream() throws IOException; + } + + /** + * A concrete implementation of the <code>StreamInfo</code> interface which + * simplifies the downloading of a file from the disk. + */ + public static class FileStreamInfo implements StreamInfo { + + /** + * The content type for this stream. + */ + private String contentType; + + /** + * The file to be downloaded. + */ + private File file; + + /** + * Constructs an instance of this class, based on the supplied + * parameters. + * + * @param contentType The content type of the file. + * @param file The file to be downloaded. + */ + public FileStreamInfo(String contentType, File file) { + this.contentType = contentType; + this.file = file; + } + + /** + * Returns the content type of the stream to be downloaded. + * + * @return The content type of the stream. + */ + public String getContentType() { + return this.contentType; + } + + /** + * Returns an input stream on the file to be downloaded. This stream + * will be closed by the <code>DownloadAction</code>. + * + * @return The input stream for the file to be downloaded. + */ + public InputStream getInputStream() throws IOException { + FileInputStream fis = new FileInputStream(file); + BufferedInputStream bis = new BufferedInputStream(fis); + return bis; + } + } + + /** + * A concrete implementation of the <code>StreamInfo</code> interface which + * simplifies the downloading of a web application resource. + */ + public static class ResourceStreamInfo implements StreamInfo { + + /** + * The content type for this stream. + */ + private String contentType; + + /** + * The servlet context for the resource to be downloaded. + */ + private ServletContext context; + + /** + * The path to the resource to be downloaded. + */ + private String path; + + /** + * Constructs an instance of this class, based on the supplied + * parameters. + * + * @param contentType The content type of the file. + * @param context The servlet context for the resource. + * @param path The path to the resource to be downloaded. + */ + public ResourceStreamInfo(String contentType, ServletContext context, + String path) { + this.contentType = contentType; + this.context = context; + this.path = path; + } + + /** + * Returns the content type of the stream to be downloaded. + * + * @return The content type of the stream. + */ + public String getContentType() { + return this.contentType; + } + + /** + * Returns an input stream on the resource to be downloaded. This stream + * will be closed by the <code>DownloadAction</code>. + * + * @return The input stream for the resource to be downloaded. + */ + public InputStream getInputStream() throws IOException { + return context.getResourceAsStream(path); + } + } +} Propchange: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/DownloadAction.java ------------------------------------------------------------------------------ svn:keywords = date author id rev Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2000-2004 The Apache Software Foundation. + * Copyright 2000-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/plugins/DigestingPlugIn.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2003,2004 The Apache Software Foundation. + * Copyright 2003-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/TagUtils.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/TagUtils.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/TagUtils.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/TagUtils.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ErrorsTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ErrorsTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ErrorsTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ErrorsTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/FormTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/FormTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/FormTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/FormTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ImgTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ImgTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ImgTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/ImgTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/JavascriptValidatorTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/LinkTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/LinkTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/LinkTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/LinkTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/MessagesTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/MessagesTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/MessagesTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/MessagesTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/PasswordTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/PasswordTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/PasswordTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/PasswordTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/SubmitTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/SubmitTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/SubmitTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/SubmitTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextareaTag.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextareaTag.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextareaTag.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/TextareaTag.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/ModuleException.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/ModuleException.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/ModuleException.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/ModuleException.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/FieldChecks.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/FieldChecks.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/FieldChecks.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/FieldChecks.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2000-2004 The Apache Software Foundation. + * Copyright 2000-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/Resources.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/Resources.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/Resources.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/Resources.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2000-2004 The Apache Software Foundation. + * Copyright 2000-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/validwhen/ValidWhen.java URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/validwhen/ValidWhen.java?rev=164530&r1=164529&r2=164530&view=diff ============================================================================== --- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/validwhen/ValidWhen.java (original) +++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/validwhen/ValidWhen.java Sun Apr 24 20:11:07 2005 @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright 2003,2004 The Apache Software Foundation. + * Copyright 2003-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]