ishiguro-yo
ishiguro-yo
Hi @masx200 , @perry-mitchell I implemented 'PROPPATCH' method before. I'll write some test codes and send PR to this repository. What kind of test cases are needed ?
@skjnldsv Hi, John. I'm stuck in this issue. https://github.com/perry-mitchell/webdav-client/issues/210 For implementing `proppatch` method, it is needed to implement handling property with namespace in `propfind` method.
@anatolyukropov This is my implementation. https://github.com/perry-mitchell/webdav-client/compare/master...yoh1496:feature/proppatch By using this, you can `PROPPATCH` like below ```javascript this.client.updateProperty(propertyupdatePath, { headers: { 'Content-Type': 'application/xml' }, data: propertyupdateXML, }); ``` I don't know why...
Thank you for responding to me. According to RFC4918, property names consist of [namespace name], [local name], [attributes], and [children]. Actually, the `webdav-server`'s test has code for testing that you...
Related to personium/website#27
Please set your account type `basic oidc:google`, then you can sign in with your gmail account with password. https://personium.io/docs/ja/apiref/215_Update_Account
Related to #73
This issue is not Personium problem. Can we close this?
I implement test and confirm the response is html which is not generated by Personium. https://github.com/yoh1496/personium-core/blob/d4efc230489bc2174b9c6636bff164834dffefbb/src/test/java/io/personium/test/jersey/cell/auth/token/TokenIssuanceTest.java#L138-L173
If we can specify handle in `web.xml`, implement this.