You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Franz Garsombke <fg...@ghx.com> on 2001/08/10 16:23:12 UTC

Security Issue with Images?

In my TurbineResources.properties file I have my template homepage set up as
/Index

template.homepage=/Index.vm

My Index.java screen is secure, so that when someone comes to my site and
hits the Index.vm they are redirected by the SecureScreen to my Login.vm
template. Pretty simple. One problem I am noticing is that my images on the
Login.vm are not being loaded - It is almost like they don't pass the
security layer? 

<IMG SRC="$content.getURI("images/logo-ai-36-top.gif")">

The properties for the image state that it is not available...The address is
correct http://127.0.0.1:7001/jekyll/images/logo-ai-36-bottom.gif but the
server can't see the image for some reason.

Thanks in advance

Franz Garsombke


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org