DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35337





------- Additional Comments From [EMAIL PROTECTED]  2005-06-13 17:45 -------
(In reply to comment #2)
> applied, thanks
> 
> by the way, it looks to me like init.xsl is never called. 

It is a hack :( .  It is called from global-sitemap.xmap.  It simply directs
webDav to the authoring area of a publication.

When a request like this comes in: PROPFIND /pubid

matches here:
     <!-- Publications -->
      <map:match pattern="*">
        <map:select type="request-method">
          <map:when test="PROPFIND">
            <map:generate type="file"
src="fallback://lenya/usecases/webdav/dummy.xml"/>
            <map:transform src="fallback://lenya/usecases/webdav/init.xsl">
              <map:parameter name="pubid" 
value="{page-envelope:publication-id}"/>
            </map:transform>
            <map:serialize type="xml" status-code="207"/>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to