[Zopexmlmethods-users] permission problem when importing xslt
Brought to you by:
arielpartners,
philikon
From: Giuseppe B. <giu...@ti...> - 2003-08-13 12:38:17
|
Hi all, I have the following permission problem I am trying to debug and I hope someone can help. Here is my situation: I have a method which call an xslt transform (using FourSuite11Processor) and everything goes well unless when the xslt import another xsl via <xsl:import href="..."/> (yes, the URI passed for resolving imports is correct). In this case, an extra authorization step is required from within the python console (_not_ through Zope login widget), after which everything works normally. In the log a got the following entry (styleSheet.xsl is the xsl being imported from the calling xsl): 127.0.0.1 - Anonymous [12/Aug/2003:13:58:25 +0200] "GET styleSheet.xsl HTTP/1.0" 401 803 "" "Python-urllib/1.15" Obviously I already authenticated myself when starting the Zope session. It seems the security context gets lost when importing, but I cannot understand how can I resolve this. I am probably missing something very simple, ... but I don't get it !! Any ideas ? I am using 1-1-0a. Thanks, __peppo |