CVS: Tapestry/framework/src/net/sf/tapestry RequestContext.java,1.18.2.3,1.18.2.4

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry
In directory sc8-pr-cvs1:/tmp/cvs-serv7323/framework/src/net/sf/tapestry

Modified Files:
      Tag: hship-2-3
	RequestContext.java 
Log Message:
Include the servlet name in the output from write().

Index: RequestContext.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/RequestContext.java,v
retrieving revision 1.18.2.3
retrieving revision 1.18.2.4
diff -C2 -d -r1.18.2.3 -r1.18.2.4
*** RequestContext.java	16 Dec 2002 12:56:36 -0000	1.18.2.3
--- RequestContext.java	31 Dec 2002 12:18:08 -0000	1.18.2.4
***************
*** 1035,1038 ****
--- 1035,1039 ----
  
          pair(writer, "servlet", _servlet);
+         pair(writer, "name", _servlet.getServletName());
          pair(writer, "servletInfo", _servlet.getServletInfo());
  
***************
*** 1052,1056 ****
  
              String name = (String) names.get(i);
-             ;
              pair(writer, name, config.getInitParameter(name));
  
--- 1053,1056 ----



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.