Hi there,

While properly authenticated (-> other pages work quite well) the one below
doesn't show my pdf but a message like this:

Error during resolving of the input stream

org.apache.cocoon.ResourceNotFoundException: Error during resolving of the
input stream: org.apache.excalibur.source.SourceNotFoundException:
file:/C:/Programme/Apache Software Foundation/Tomcat
5.0/webapps/cocoon/nkpm/resources/documents/ doesn't exist.

cause: java.io.FileNotFoundException: C:\Programme\Apache Software
Foundation\Tomcat 5.0\webapps\cocoon\nkpm\resources\documents (Zugriff
verweigert)

Without the auth-protect it works.


        <map:pipeline>
                <map:match pattern="lounge/documents/*">
                <map:act type="auth-protect">
                        <map:parameter name="handler"
value="portalhandler"/>
                                <map:read mime-type="application/pdf"
src="resources/documents/{1}"/>
                        </map:act>
                </map:match>
        </map:pipeline>

What's wrong in it??

Thanx,
Reegards,
Nils


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to