Hey Antonio,

2011/5/5 Antonio Mancina <[email protected]>:
> Hi,
>
> any news about this?
>
> Please note that wt-3.1.9 only is affected by this problem, while
> 3.1.8 is not.

Our bad. The patch is tiny and predictable. It'll be in git soon, but
you may also want to back-port it.

Regards,
koen

diff --git a/src/web/WebSession.C b/src/web/WebSession.C
index e908907..f8cd208 100644
--- a/src/web/WebSession.C
+++ b/src/web/WebSession.C
@@ -294,7 +294,7 @@ bool WebSession::useUglyInternalPaths() const
    * We need ugly ?_= internal paths if the server does not route
    * /app/foo to an application deployed as /app/
    */
-  if (applicationName_.empty())
+  if (applicationName_.empty() && controller_->server_)
     return controller_->server_->usesSlashExceptionForInternalPaths();
   else
     return false;

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to