You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2007/11/26 18:09:04 UTC

svn commit: r598346 - /incubator/sling/trunk/microsling/microsling-core/src/test/java/org/apache/sling/microsling/integration/IncludeTest.java

Author: bdelacretaz
Date: Mon Nov 26 09:09:04 2007
New Revision: 598346

URL: http://svn.apache.org/viewvc?rev=598346&view=rev
Log:
SLING-92 Avoid dot in POST URLs, microjax changes cause the URL to be cut at the dot position when POSTing

Modified:
    incubator/sling/trunk/microsling/microsling-core/src/test/java/org/apache/sling/microsling/integration/IncludeTest.java

Modified: incubator/sling/trunk/microsling/microsling-core/src/test/java/org/apache/sling/microsling/integration/IncludeTest.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/microsling/microsling-core/src/test/java/org/apache/sling/microsling/integration/IncludeTest.java?rev=598346&r1=598345&r2=598346&view=diff
==============================================================================
--- incubator/sling/trunk/microsling/microsling-core/src/test/java/org/apache/sling/microsling/integration/IncludeTest.java (original)
+++ incubator/sling/trunk/microsling/microsling-core/src/test/java/org/apache/sling/microsling/integration/IncludeTest.java Mon Nov 26 09:09:04 2007
@@ -40,7 +40,7 @@
         
         // Create the test nodes under a path that's specific to this class to
         // allow collisions
-        final String url = HTTP_BASE_URL + "/" + getClass().getSimpleName() + "." + System.currentTimeMillis();
+        final String url = HTTP_BASE_URL + "/" + getClass().getSimpleName() + "/" + System.currentTimeMillis() + "/*";
         final Map<String,String> props = new HashMap<String,String>();
         
         // Create two test nodes and store their paths