Author: jablko
Date: Wed Sep 23 12:20:33 2009
New Revision: 3475

Log:
Work around Apache AllowEncodedSlashes directive by configuring symfony such 
that parameters which might contain slashes are generated in the query string, 
http://trac.symfony-project.org/ticket/7198

Modified:
   trunk/apps/qubit/config/routing.yml

Modified: trunk/apps/qubit/config/routing.yml
==============================================================================
--- trunk/apps/qubit/config/routing.yml Wed Sep 23 12:11:03 2009        (r3474)
+++ trunk/apps/qubit/config/routing.yml Wed Sep 23 12:20:33 2009        (r3475)
@@ -209,6 +209,18 @@
     module: informationobject
     action: show
 
+physicalObjectDelete:
+  url: /physicalobject/delete/:id
+  param:
+    module: physicalobject
+    action: delete
+
+physicalObjectEdit:
+  url: /physicalobject/edit/:id
+  param:
+    module: physicalobject
+    action: edit
+
 repositoryCreate:
   url: /repository/create/:repository_template
   param:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to