You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2007/11/04 01:43:03 UTC

[Tapestry Wiki] Update of "Tapestry5RootPathEmptyResponse" by NickWestgate

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by NickWestgate:
http://wiki.apache.org/tapestry/Tapestry5RootPathEmptyResponse

------------------------------------------------------------------------------
  
  [https://issues.apache.org/jira/browse/TAPESTRY-1627 TAPESTRY-1627] A Start page redirect request will produce an empty response if the request URL was root, e.g: http://localhost:8080/myapp/
  
- This is not fixed as of T5.0.5, so if QA is on your back you can patch Tapestry at runtime by adding the code below to your AppModule.
+ This is not fixed as of T5.0.6, so if QA is on your back you can patch Tapestry at runtime by adding the code below to your AppModule.
  
  == In your AppModule.java file, add the following method ==
  
  
  {{{
  
-     // TODO: fix for TAPESTRY-1627 - last checked 2007/1/8
+     // TODO: fix for TAPESTRY-1627 - last checked 2007/11/4
      public void contributeMasterDispatcher(
          OrderedConfiguration<Dispatcher> configuration,
          PageRenderRequestHandler pageRenderRequestHandler,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org