How to get files in svn directory processed by another mod

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am developing a mod to display (translated) markdown.  It seems to be
working for an independent directory, but when I click on a file in an
svn directory, I get a standard browser download/open dialog.  (We have
a .md file in svn directories which is a README type file to help users
understand what that directory/repository is to be used for.  The file
is in the actual directory, as opposed to under svn control)

It feels like the mod(s) which handle svn is not letting my mod_xxx deal
with the file.

I have tried setting the arg(s) to ap_hook_handler to APR_HOOK_MIDDLE,
APR_HOOK_LAST, and telling it to execute before mod_dav.c:

  static const char *const following_mods[] = {"mod_dav.c", NULL};
  ap_hook_handler(tst_handler, NULL, following_mods, APR_HOOK_MIDDLE);

Thanks for any pointers,

Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux