Security Issue when importing .couch files to another CouchDB
-
Key: COUCHDB-1207
URL: https://issues.apache.org/jira/browse/COUCHDB-1207
Project: CouchDB
Issue Type: Bug
On Wed, Jun 29, 2011 at 9:07 AM, Paul Davis wrote:
> On Wed, Jun 29, 2011 at 9:45 AM, Jan Lehnardt wrote:
>> Heya,
>>
>> I may be missing something, but our weitForRestart() function seems to have
>> an accidental line duplication:
That whole spot is gnarly. I did the double GET thing because i
Norman,
I'd suggest looking at Paul Davis's write up of the externals API. It
is designed to do 2 things well:
* keep a background process alive, usually an HTTP server
* proxy requests to that HTTP server
http://davispj.com/2010/09/26/new-couchdb-externals-api.html
I'm not sure if you'd be abl
[
https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-1197:
--
Attachment: COUCHDB-1197_fix_snappy_v3.patch
COUCHDB-1197_fix_libcurl_
[
https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-1197:
--
Attachment: (was: COUCHDB-1197_fix_ejson.patch)
> trunk no longer builds on Windo
[
https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-1197:
--
Attachment: (was: COUCHDB-1197_fix_libcurl.patch)
> trunk no longer builds on Win
[
https://issues.apache.org/jira/browse/COUCHDB-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Cottlehuber updated COUCHDB-1197:
--
Attachment: (was: COUCHDB-1197_fix_ejson_v2.patch)
> trunk no longer builds on Wi
[
https://issues.apache.org/jira/browse/COUCHDB-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson resolved COUCHDB-1171.
Resolution: Fixed
> Multiple requests to _changes feed causes {error, system_limit} "Too
On 29 Jun 2011, at 21:32, Randall Leeds wrote:
> On Wed, Jun 29, 2011 at 11:53, Dirkjan Ochtman wrote:
>> On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote:
>>> Except if people have trouble installing / upgrading CouchDB, it leaves
>>> a bad taste. I'd rather not put users between a rock (1.7-
[
https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson reassigned COUCHDB-1206:
--
Assignee: Robert Newson
> View ETags may be incorrect if ?include_docs=true is specif
[
https://issues.apache.org/jira/browse/COUCHDB-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson updated COUCHDB-1206:
---
Fix Version/s: 1.2
1.1.1
> View ETags may be incorrect if ?include_docs=
On Wed, Jun 29, 2011 at 11:53, Dirkjan Ochtman wrote:
> On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote:
>> Except if people have trouble installing / upgrading CouchDB, it leaves
>> a bad taste. I'd rather not put users between a rock (1.7-based
>> SpiderMonkey version) and a hard place (Couch
View ETags may be incorrect if ?include_docs=true is specified
--
Key: COUCHDB-1206
URL: https://issues.apache.org/jira/browse/COUCHDB-1206
Project: CouchDB
Issue Type: Bug
Affe
On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote:
> Except if people have trouble installing / upgrading CouchDB, it leaves
> a bad taste. I'd rather not put users between a rock (1.7-based
> SpiderMonkey version) and a hard place (CouchDB only supporting 1.8.5
> and up)
Right. Also, if 1.2 take
On 29 Jun 2011, at 18:12, Paul Davis wrote:
> On Wed, Jun 29, 2011 at 4:14 AM, Dirkjan Ochtman wrote:
>> On Wed, Jun 29, 2011 at 01:08, Paul Davis
>> wrote:
>>> *Nothing* should change on anything that isn't trunk.
>>
>> You mean that 1.1 will never support SpiderMonkey 1.8.5? That would
>> k
On Wed, Jun 29, 2011 at 5:41 AM, Jan Lehnardt wrote:
>
> On 29 Jun 2011, at 01:06, Randall Leeds wrote:
>
>> On Tue, Jun 28, 2011 at 15:54, Paul Davis
>> wrote:
>>> On Tue, Jun 28, 2011 at 6:41 PM, Randall Leeds wrote:
I recently committed a patch from Chris Coulson to support the new
On Wed, Jun 29, 2011 at 4:14 AM, Dirkjan Ochtman wrote:
> On Wed, Jun 29, 2011 at 01:08, Paul Davis wrote:
>> *Nothing* should change on anything that isn't trunk.
>
> You mean that 1.1 will never support SpiderMonkey 1.8.5? That would
> kind of suck.
>
Its a fairly non-trivial patch as demonstr
On Wed, Jun 29, 2011 at 9:45 AM, Jan Lehnardt wrote:
> Heya,
>
> I may be missing something, but our weitForRestart() function seems to have
> an accidental line duplication:
>
> function waitForRestart() {
> var waiting = true;
> while (waiting) {
> try {
> CouchDB.request("GET", "/");
Heya,
I may be missing something, but our weitForRestart() function seems to have an
accidental line duplication:
function waitForRestart() {
var waiting = true;
while (waiting) {
try {
CouchDB.request("GET", "/");
CouchDB.request("GET", "/");
waiting = false;
} cat
[
https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaakko Sipari updated COUCHDB-1205:
---
Affects Version/s: 1.0.1
> Password of a pull-replicated db shown in stack trace
>
[
https://issues.apache.org/jira/browse/COUCHDB-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057188#comment-13057188
]
Geir Ove Grønmo commented on COUCHDB-994:
-
I had the same problem with one of my
[
https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaakko Sipari updated COUCHDB-1205:
---
Affects Version/s: (was: 1.0.1)
1.0.2
> Password of a pull-repli
[
https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057187#comment-13057187
]
Jaakko Sipari commented on COUCHDB-1205:
We are running CouchDB 1.0.1. Sorry I f
[
https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057178#comment-13057178
]
Filipe Manana commented on COUCHDB-1205:
Which Couch version is it?
> Password
[
https://issues.apache.org/jira/browse/COUCHDB-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaakko Sipari updated COUCHDB-1205:
---
Attachment: couchdb_passwd_log_entry.txt
> Password of a pull-replicated db shown in stack
Password of a pull-replicated db shown in stack trace
-
Key: COUCHDB-1205
URL: https://issues.apache.org/jira/browse/COUCHDB-1205
Project: CouchDB
Issue Type: Bug
Reporter: Jaak
[
https://issues.apache.org/jira/browse/COUCHDB-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057152#comment-13057152
]
Pasi Eronen commented on COUCHDB-994:
-
It would be great to have a fix for 1.0.x as w
On 29 Jun 2011, at 10:42, Jan Lehnardt wrote:
>> Noah I have a present for you:
>> http://200967.spreadshirt.com/men-s-heavyweight-t-shirt-A7726440/customize/color/1
>
> ^^^-- Are you saying Noah is fat?
Does my database look big in this?
Good news, thanks! :)
Cheers
Jan
--
On 25 Jun 2011, at 14:30, Jens Rantil wrote:
> Hi again,
>
> I just wanted to inform you that a new Debian package was uploaded to stable
> a couple of weeks ago[1]. Good to see things are rolling again!
>
> [1] http://packages.qa.debian.org/c/couchdb.ht
On 18 Jun 2011, at 09:01, Benoit Chesneau wrote:
> On Sat, Jun 18, 2011 at 1:56 AM, Chris Anderson wrote:
>> On Fri, Jun 17, 2011 at 8:55 AM, Noah Slater wrote:
>>>
>>> On 17 Jun 2011, at 16:49, Benoit Chesneau wrote:
>>>
I meant if the number of projects continue to grow, how we can han
On 29 Jun 2011, at 01:43, Chris Anderson wrote:
> On Tue, Jun 28, 2011 at 8:54 AM, Noah Slater wrote:
>>
>> On 28 Jun 2011, at 16:00, Apache Wiki wrote:
>>
>>> - * [[http://www.weddingdjmelbourne.com/|weddings DJ Melbourne]] WDM is a
>>> DJ service. We use CouchDB in our database.
>>
>> Wow.
On 29 Jun 2011, at 01:06, Randall Leeds wrote:
> On Tue, Jun 28, 2011 at 15:54, Paul Davis wrote:
>> On Tue, Jun 28, 2011 at 6:41 PM, Randall Leeds wrote:
>>> I recently committed a patch from Chris Coulson to support the new
>>> 1.8.5 release of SpiderMonkey[1].
>>>
>>> While some effort was
On Wed, Jun 29, 2011 at 01:08, Paul Davis wrote:
> *Nothing* should change on anything that isn't trunk.
You mean that 1.1 will never support SpiderMonkey 1.8.5? That would
kind of suck.
> Since 1.2 isn't more than a reference to trunk, there's not much (IMO)
> keeping us from dropping our suppo
33 matches
Mail list logo