You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dale Ghent <da...@elemental.org> on 2001/05/07 21:36:21 UTC

Re: cvs commit: apache-1.3/src/modules/standard mod_rewrite.c mod_rewrite.h

On 6 May 2001 coar@apache.org wrote:

| coar        01/05/06 15:00:02
|
|   Modified:    src      CHANGES
|                src/modules/standard mod_rewrite.c mod_rewrite.h
|   Log:
|   	Add ability to escape characters in Rewrite* input strings using
|   	'\' (e.g., "\$" to keep it from having its special meaning), and
|   	NoEscape/NE flag to disable filtering the rewritten output through
|   	URI encoding.

Shouldnt this be "up-ported" to httpd-2.0 mod_rewrite as well?

On a related note, what's the going policy regading feature-sync between
the two trees?

/dale