tberthel / gaevfs

Automatically exported from code.google.com/p/gaevfs
Apache License 2.0
0 stars 0 forks source link

enhancement request: replace response.sendRedirect() with requestDispatcher.forward() #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to replace the response.sendRedirect() in the 
GaeVfsServlet with requestDispatcher.forward() this would make it
simpler to pass state for subsequent post-upload processing ...

Original issue reported on code.google.com by Larry.Ca...@gmail.com on 29 Oct 2009 at 7:51

GoogleCodeExporter commented 9 years ago
ignore this, it can be done with filters and HttpRespose Wrappers overriding 
sendRedirect()

Original comment by Larry.Ca...@gmail.com on 9 Dec 2009 at 11:41