Yep,

The other thing that is worth noting is that you can now do this in web.xml:

<servlet-mapping>
    <servlet-name>FUServlet</servlet-name>
    <url-pattern>/*</url-pattern>
    <is-default>false</is-default>
  </servlet-mapping>

Which will route every single request through go.cfm.

On a busy server that might result in performance problems, but on
less busy machines it allows you to totally take control of all
logging, redirection, 404 handling and all manner of goodness from
within CFML code.

Spike

On Mon, 14 Mar 2005 20:00:58 -0500, Jeff Coughlin <[EMAIL PROTECTED]> wrote:
> Spike wrote:
> > The new parameter is called redirectHandler and in this case causes
> > every URL that starts with /go/ to be passed to /go.cfm.
> 
> Thanks Spike.  And don't forget that this isn't just limited to .cfm
> files.  You could have it point to go.asp, myRedirect.jsp, etc.
> 
> -Jeff C.
> 
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
> 


-- 
--------------------------------------------
Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to