Git Product home page Git Product logo

alaya's People

Contributors

avlubimov avatar columpaget avatar ryzhovau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

alaya's Issues

Example AlayaFilePut.sh

Hi,

First of all, thanks for writing Alaya. I was playing around with it yesterday and wanted to process a PUT request, but it says "/usr/local/sbin/AlayaFilePut.sh: not found". Can I find this file somewhere?

Thanks,
Gerben

Invalid XML file in response to PROPFIND command

Hello,

It seems the server is returning malformed XML file in response to PROPFIND command for a path that does not exist. A sample request and response are given below using cURL. In the returned XML file "<response>" has no corresponding end tag. For an empty tag, it should have been returned as "<response />".

<< PROPFIND /invalid_path/ HTTP/1.1
Host: nas.home.com:8082
Authorization: Basic dGVzdDp0ZXN0
Accept: text/xml
Depth: 0
Content-Type: text/xml
Content-Length: 182

>> HTTP/1.1 207 OK
>> Date: Tue, 23 Feb 2021 09:26:00 UTC
>> Cache-Control: no-cache
>> Pragma: no-cache
>> Connection: close
>> DAV: 1
>> Content-Type: text/xml
>> Content-Length: 220
>> 

<?xml version="1.0" encoding="UTF-8"?>
<multistatus xmlns="DAV:">
<href>http://nas.home.com:82/invalid_path/</href>
<propstat>
<prop>
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
<response>
</multistatus>

Thanks for looking into this problem.

Regards,
S. Kundu

Codepage

Does not support Russian encoding, there are no images of files and directories
Alaya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.