[jboss-cvs] jboss-seam/src/pdf/org/jboss/seam/pdf ...
Gavin King
gavin.king at jboss.com
Wed Jun 20 04:23:19 EDT 2007
User: gavin
Date: 07/06/20 04:23:19
Modified: src/pdf/org/jboss/seam/pdf DocumentStoreServlet.java
Log:
split up Lifecycle, much better
Revision Changes Path
1.13 +1 -1 jboss-seam/src/pdf/org/jboss/seam/pdf/DocumentStoreServlet.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: DocumentStoreServlet.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/pdf/org/jboss/seam/pdf/DocumentStoreServlet.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- DocumentStoreServlet.java 19 Jun 2007 20:11:06 -0000 1.12
+++ DocumentStoreServlet.java 20 Jun 2007 08:23:18 -0000 1.13
@@ -19,7 +19,7 @@
protected void doGet(final HttpServletRequest request, final HttpServletResponse response)
throws ServletException, IOException
{
- new ContextualHttpServletRequest( request, getServletContext() )
+ new ContextualHttpServletRequest(request)
{
@Override
public void process() throws ServletException, IOException
More information about the jboss-cvs-commits
mailing list