Applications embedding this filter should map a directory path within the application to this filter. For a servlet version, see {@link GitServlet}.
Applications may wish to add additional repository action URLs to this servlet by taking advantage of its extension from {@link MetaFilter}. Callers may register their own URL suffix translations through {@link #serve(String)}, or their regex translations through {@link #serveRegex(String)}. Each translation should contain a complete filter pipeline which ends with the HttpServlet that should handle the requested action.
|
|