1. Upload an image using a filefield that allows unlimited filefields
2. Ajax request replaces the filefield and creates a new upload field
3. Connector, on a non-subscribed account, will drupal_set_message to remind you to connect your self

https://skitch.com/ezra-g/g3pbm/asdfasdfasdfasdf-commons-wc

Seems like something like http://drupalcode.org/project/devel.git/blob/refs/heads/6.x-1.x:/devel.m... would help reduce that weirdness by detecting ajax requests and not doing the dsm.

Comments

coltrane’s picture

Looking for an easier way to do this besides a shutdown function.

coltrane’s picture

Further investigation turns out this is not infact the POST but the GET request for the image itself (in D7) or (in D6) filefield artifacts like filefield/progress/f065d15627ef88cabf6ec64b9e214606. I'll have to blacklist some paths.

coltrane’s picture

Status: Active » Needs review
StatusFileSize
new1.82 KB
new1.65 KB
greggles’s picture

Title: Hide nagware dms's on ajax and similar requests » Hide nagware dsm's on ajax and similar requests

Didn't test, but makes sense to me. I forgot that headers aren't generally available before shutdown.

coltrane’s picture

Title: Hide nagware dsm's on ajax and similar requests » Hide nagware dms's on ajax and similar requests
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.