? 227947-post-node.patch
? 303406-domain-theme.patch
? 319876-views.patch
? 405148-domain-conf-2.patch
? 412078-d6-user.patch
? 412078-domain-user.patch
? 419012-search.patch
? 424830-domain-prefix-table.patch
? 427258-admin-cleanup.patch
? 427258-domain-cleanup.patch
? 427258-domain-form.patch
? 427258-domain-forms.patch
? 427258-forms.patch
? admin_cleanup_1.patch
Index: settings_custom_url.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/domain/settings_custom_url.inc,v
retrieving revision 1.18
diff -u -p -r1.18 settings_custom_url.inc
--- settings_custom_url.inc	6 Mar 2009 22:05:56 -0000	1.18
+++ settings_custom_url.inc	12 Apr 2009 21:05:46 -0000
@@ -16,7 +16,10 @@
  */
 function custom_url_rewrite_outbound(&$path, &$options, $original_path) {
   global $_domain;
-
+  // On form posts, do not do anything to rewrite the url.
+  if (!empty($_POST)) {
+    return;
+  }
   // If the domain_id is not set, then the Domain module is not active, and we cannot run this function.
   if (!isset($_domain['domain_id'])) {
     return;
