> 1) Dave Watts is always on top of things, Dave how should you 
> deal with this?
> 
> http://www.figleaf.com/'+serverRootUrl+'/s7ondemand/misc/email
> 2friend.jsp

Well, if you take a look at what's returned, there isn't any useful
information:

"404

/' serverRootUrl '/s7ondemand/misc/email2friend.jsp


java.io.FileNotFoundException: /' serverRootUrl
'/s7ondemand/misc/email2friend.jsp
        at jrun.jsp.JSPEngine.getPageState(JSPEngine.java:329)
        at jrun.jsp.Translator.translate(Translator.java:67)
        at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:707)
        at jrun.jsp.JSPServlet.translate(JSPServlet.java:125)
        at jrun.jsp.JSPServlet.service(JSPServlet.java:113)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
        at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428
)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)"

The only info that's exposed is that JRun is installed (which isn't
surprising on a CF site) and that we're using Enterprise instead of
Professional - Enterprise says "file not found" while Professional says
"you're not allowed to use JSPs".

You can disable this in web.xml, I think:
http://livedocs.adobe.com/jrun/4/Programmers_Guide/techniques_servlet12.htm

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/ 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305114
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to