[ 
https://issues.apache.org/jira/browse/COUCHDB-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Volker Mische updated COUCHDB-1094:
-----------------------------------

    Attachment: 1094.patch

The savest way for this patch is to use SVN reverse merging revision 993532 
[1]. I did a
svn merge -r 993532:993531 rewrite.js
and
svn merge -r 993532:993531 couch_httpd_rewrite.erl

[1] http://svn.apache.org/viewvc?view=revision&revision=993532

> Remove <var> from 1.1.x and trunk
> ---------------------------------
>
>                 Key: COUCHDB-1094
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1094
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core
>    Affects Versions: 1.1
>            Reporter: Volker Mische
>            Assignee: Benoit Chesneau
>              Labels: rewriter
>             Fix For: 1.1
>
>         Attachments: 
> 0001-fix-COUCHDB-1094.-remove-var-so-we-don-t-introduce-s.patch, 1094.patch
>
>
> This is about the rewriter. The current 1.1.x code base contains code to 
> support a new way of defining variables, it's in angle brackets, like <var>. 
> This makes it possible to match things like /foo/<var>.txt which isn't 
> possible with the :var syntax as you don't know where the variable name ends.
> Although this is an improvement, the rewriter is still very limited. As 
> adding additional features should happen, but the 1.1 release shouldn't 
> delayed any further, I propose to remove this functionality, in order to be 
> able to design a better rewriter, without supporting the legacy <var> 
> notation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to