From 4a4c32fea2f0cc36b01ee1382964b10936e1d7d0 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 11 Oct 2009 00:01:09 +0000 Subject: Added support for JSON-RPC to httpd module. Fixed issues with double numbers in json.hpp. Added store .html and .js files to store test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823982 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/test/store-script/htdocs/.htaccess | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cpp/sca/test/store-script/htdocs/.htaccess (limited to 'cpp/sca/test/store-script/htdocs/.htaccess') diff --git a/cpp/sca/test/store-script/htdocs/.htaccess b/cpp/sca/test/store-script/htdocs/.htaccess new file mode 100644 index 0000000000..e2e343b6b2 --- /dev/null +++ b/cpp/sca/test/store-script/htdocs/.htaccess @@ -0,0 +1,19 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +DirectoryIndex store.html -- cgit v1.2.3