Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
there is plenty of time
even JIRA is not created :))

On Thu, 10 Dec 2020 at 11:43, Ali Alhaidary 
wrote:

> Yes, you may use it for Farsi and Urdu as well.
>
> 05D0-05EA for Hebrew
>
> But, give me some time for 'Kurdish' as users are mostly using 'Kurdish
> Sorani' and not 'Kurdish Kurmanji'
>
> On 12/10/20 6:55 AM, Maxim Solodovnik wrote:
>
> Is it for Arabic only? (maybe it also will work for Persian) ?
>
> On Thu, 10 Dec 2020 at 10:33, Ali Alhaidary 
> wrote:
>
>> 0627-063A
>>
>> This the common range as other characters are scattered in the table and
>> can not be in one range...
>>
>> https://www.unicode.org/charts/PDF/U0600.pdf
>>
>>
>> On 12/10/20 6:21 AM, Maxim Solodovnik wrote:
>>
>> please re-read my post
>>
>> especially this part:
>> *If 'A'-'Z' is not appropriate for your language, please send me the
>> range specific to your language*
>> *NOTE: this should be the range i.e. unicode code for first letter should
>> be less than code for the second one*
>> *codes can be checked for ex. here http://www.unicode.org/charts/
>> *
>>
>> For Arabic the above mean:
>> 1) go to http://www.unicode.org/charts/
>> 2) choose `Arabic`
>> 3) send me the range for ex:
>> start (code 0621)  ء
>> end (code 064A)  ي
>>
>>
>> I don't think 0-9 is a good idea in general
>> so you can do this change later on for your local installation
>>
>> On Thu, 10 Dec 2020 at 09:41, Ali Alhaidary 
>> wrote:
>>
>>> unless 'A-Z' is the same as 'a-z', it will confuse so many users, first,
>>> they do not use Latin characters, second, 'capital' concept does not exist
>>> in their alphabets. can it be only numerals '0-9' ?
>>> On 12/10/20 5:32 AM, Maxim Solodovnik wrote:
>>>
>>> Hello All,
>>>
>>> the plan will be:
>>> 1) captcha range will be added to this [1] file
>>> 2) by default it will be 'A'-'Z'
>>>
>>> If 'A'-'Z' is not appropriate for your language, please send me the
>>> range specific to your language
>>> NOTE: this should be the range i.e. unicode code for first letter should
>>> be less than code for the second one
>>> codes can be checked for ex. here http://www.unicode.org/charts/
>>>
>>> Thanks in advance
>>>
>>> [1]
>>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>>>
>>> On Fri, 4 Dec 2020 at 23:59, Robert Savickas 
>>> wrote:
>>>
 Yes, what I want is that limiting it to only capital letters and
 informing the user accordingly is a fantastic idea.

 On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik 
 wrote:

> Well,
> the info text is just a label, site admin can re-translate/customize
> it (upgrade might be an issue here ...)
>
> Additionally we might add `captchaStartLetter` `captchaEndLetter` to
> every language here
>
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
> with default of 'A'-'Z' for all languages
>
> site admin can change this (upgrade will still be an issue ...)
> WDYT?
>
> On Fri, 4 Dec 2020 at 13:16, Robert Savickas 
> wrote:
>
>> I just realized that I should offer this clarification for some of
>> our friends, to avoid any misunderstandings:
>>
>> "terrific" means "wonderful"
>>
>> "terrific" does NOT mean "terrible"!
>>
>> English is a fun language.
>>
>>
>> On Fri, Dec 4, 2020, 01:11 Robert Savickas 
>> wrote:
>>
>>> Maxim, thank you. That would be terrific! Robert
>>>
>>> On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik 
>>> wrote:
>>>
 Would it help if Capital letters will be used instead of small
 ones?
 And maybe there will be text like: Captcha consist of English
 letters 'A' - 'Z' only 

 On Fri, 4 Dec 2020 at 02:49, Robert Savickas 
 wrote:

> Dear Friends,
>
> My users, some of whom use non-Latin alfabets, have no problem
> with using Latin letters in the captcha.
>
> My current problem with the captcha, shared by my users is that
> the characters are often hard to recognize. Capital I vesus small l.  
> Or
> capital I verus ].  Or m versus n. Or g versus q.  Often, the letters 
> are
> sufficiently deformed so as to be difficult not only to Robot, but 
> also to
> Robert and other humans to distinguish.  As a result, several 
> captchas are
> often needed till a person can get it.
>
> Granted, it is a terrific tool for teaching folks how to have
> patience, highly recommended. But sometimes, folks are under the time
> pressure to enter the meeting (now, why do they try to connect only 
> in the
> very last minute, that's a separate question)...
>
> Thank you.
> Robert
>
>
> On Wed, Dec 2

Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Ali Alhaidary

Yes, you may use it for Farsi and Urdu as well.

05D0-05EA for Hebrew

But, give me some time for 'Kurdish' as users are mostly using 'Kurdish 
Sorani' and not 'Kurdish Kurmanji'



On 12/10/20 6:55 AM, Maxim Solodovnik wrote:

Is it for Arabic only? (maybe it also will work for Persian) ?

On Thu, 10 Dec 2020 at 10:33, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> wrote:


0627-063A

This the common range as other characters are scattered in the
table and can not be in one range...

https://www.unicode.org/charts/PDF/U0600.pdf


On 12/10/20 6:21 AM, Maxim Solodovnik wrote:

please re-read my post

especially this part:
*If 'A'-'Z' is not appropriate for your language, please send me
the range specific to your language*
*NOTE: this should be the range i.e. unicode code for first
letter should be less than code for the second one*
*codes can be checked for ex. here http://www.unicode.org/charts/*

For Arabic the above mean:
1) go to http://www.unicode.org/charts/
2) choose `Arabic`
3) send me the range for ex:
        start (code 0621)  ء
        end (code 064A)  ي


I don't think 0-9 is a good idea in general
so you can do this change later on for your local installation

On Thu, 10 Dec 2020 at 09:41, Ali Alhaidary
mailto:ali.alhaid...@the5stars.org>> wrote:

unless 'A-Z' is the same as 'a-z', it will confuse so many
users, first, they do not use Latin characters, second,
'capital' concept does not exist in their alphabets. can it
be only numerals '0-9' ?

On 12/10/20 5:32 AM, Maxim Solodovnik wrote:

Hello All,

the plan will be:
1) captcha range will be added to this [1] file
2) by default it will be 'A'-'Z'

If 'A'-'Z' is not appropriate for your language, please send
me the range specific to your language
NOTE: this should be the range i.e. unicode code for first
letter should be less than code for the second one
codes can be checked for ex. here http://www.unicode.org/charts/

Thanks in advance

[1]

https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml

On Fri, 4 Dec 2020 at 23:59, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Yes, what I want is that limiting it to only capital
letters and informing the user accordingly is a
fantastic idea.

On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

Well,
the info text is just a label, site admin can
re-translate/customize it (upgrade might be an issue
here ...)

Additionally we might add
`captchaStartLetter` `captchaEndLetter` to every
language here

https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
with default of 'A'-'Z' for all languages

site admin can change this (upgrade will still be an
issue ...)
WDYT?

On Fri, 4 Dec 2020 at 13:16, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

I just realized that I should offer this
clarification for some of our friends, to avoid
any misunderstandings:

"terrific" means "wonderful"

"terrific" does NOT mean "terrible"!

English is a fun language.


On Fri, Dec 4, 2020, 01:11 Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Maxim, thank you. That would be terrific! Robert

On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

Would it help if Capital letters will be
used instead of small ones?
And maybe there will be text like:
Captcha consist of English letters 'A' -
'Z' only 

On Fri, 4 Dec 2020 at 02:49, Robert
Savickas mailto:robsavic...@gmail.com>> wrote:

Dear Friends,

My users, some of whom use non-Latin
alfabets, have no problem with using
Latin letters in the captcha.

My current problem with the captcha,
shared by my users is that the
characters are often hard to
recognize. Capital I vesus small l. 
  

Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
Is it for Arabic only? (maybe it also will work for Persian) ?

On Thu, 10 Dec 2020 at 10:33, Ali Alhaidary 
wrote:

> 0627-063A
>
> This the common range as other characters are scattered in the table and
> can not be in one range...
>
> https://www.unicode.org/charts/PDF/U0600.pdf
>
>
> On 12/10/20 6:21 AM, Maxim Solodovnik wrote:
>
> please re-read my post
>
> especially this part:
> *If 'A'-'Z' is not appropriate for your language, please send me the range
> specific to your language*
> *NOTE: this should be the range i.e. unicode code for first letter should
> be less than code for the second one*
> *codes can be checked for ex. here http://www.unicode.org/charts/
> *
>
> For Arabic the above mean:
> 1) go to http://www.unicode.org/charts/
> 2) choose `Arabic`
> 3) send me the range for ex:
> start (code 0621)  ء
> end (code 064A)  ي
>
>
> I don't think 0-9 is a good idea in general
> so you can do this change later on for your local installation
>
> On Thu, 10 Dec 2020 at 09:41, Ali Alhaidary 
> wrote:
>
>> unless 'A-Z' is the same as 'a-z', it will confuse so many users, first,
>> they do not use Latin characters, second, 'capital' concept does not exist
>> in their alphabets. can it be only numerals '0-9' ?
>> On 12/10/20 5:32 AM, Maxim Solodovnik wrote:
>>
>> Hello All,
>>
>> the plan will be:
>> 1) captcha range will be added to this [1] file
>> 2) by default it will be 'A'-'Z'
>>
>> If 'A'-'Z' is not appropriate for your language, please send me the range
>> specific to your language
>> NOTE: this should be the range i.e. unicode code for first letter should
>> be less than code for the second one
>> codes can be checked for ex. here http://www.unicode.org/charts/
>>
>> Thanks in advance
>>
>> [1]
>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>>
>> On Fri, 4 Dec 2020 at 23:59, Robert Savickas 
>> wrote:
>>
>>> Yes, what I want is that limiting it to only capital letters and
>>> informing the user accordingly is a fantastic idea.
>>>
>>> On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik 
>>> wrote:
>>>
 Well,
 the info text is just a label, site admin can re-translate/customize it
 (upgrade might be an issue here ...)

 Additionally we might add `captchaStartLetter` `captchaEndLetter` to
 every language here

 https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
 with default of 'A'-'Z' for all languages

 site admin can change this (upgrade will still be an issue ...)
 WDYT?

 On Fri, 4 Dec 2020 at 13:16, Robert Savickas 
 wrote:

> I just realized that I should offer this clarification for some of our
> friends, to avoid any misunderstandings:
>
> "terrific" means "wonderful"
>
> "terrific" does NOT mean "terrible"!
>
> English is a fun language.
>
>
> On Fri, Dec 4, 2020, 01:11 Robert Savickas 
> wrote:
>
>> Maxim, thank you. That would be terrific! Robert
>>
>> On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik 
>> wrote:
>>
>>> Would it help if Capital letters will be used instead of small ones?
>>> And maybe there will be text like: Captcha consist of English
>>> letters 'A' - 'Z' only 
>>>
>>> On Fri, 4 Dec 2020 at 02:49, Robert Savickas 
>>> wrote:
>>>
 Dear Friends,

 My users, some of whom use non-Latin alfabets, have no problem with
 using Latin letters in the captcha.

 My current problem with the captcha, shared by my users is that the
 characters are often hard to recognize. Capital I vesus small l.  Or
 capital I verus ].  Or m versus n. Or g versus q.  Often, the letters 
 are
 sufficiently deformed so as to be difficult not only to Robot, but 
 also to
 Robert and other humans to distinguish.  As a result, several captchas 
 are
 often needed till a person can get it.

 Granted, it is a terrific tool for teaching folks how to have
 patience, highly recommended. But sometimes, folks are under the time
 pressure to enter the meeting (now, why do they try to connect only in 
 the
 very last minute, that's a separate question)...

 Thank you.
 Robert


 On Wed, Dec 2, 2020, 08:48 Maxim Solodovnik 
 wrote:

> the bad news: there seems to be no universal way to determine
> alphabet by language
> the ugly news: there are languages without alphabet 
>
> start and end character can be manually specified here
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>
> Another option might be to made this range _optional_
> so

Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Ali Alhaidary

0627-063A

This the common range as other characters are scattered in the table and 
can not be in one range...


https://www.unicode.org/charts/PDF/U0600.pdf


On 12/10/20 6:21 AM, Maxim Solodovnik wrote:

please re-read my post

especially this part:
*If 'A'-'Z' is not appropriate for your language, please send me the 
range specific to your language*
*NOTE: this should be the range i.e. unicode code for first letter 
should be less than code for the second one*

*codes can be checked for ex. here http://www.unicode.org/charts/*

For Arabic the above mean:
1) go to http://www.unicode.org/charts/
2) choose `Arabic`
3) send me the range for ex:
        start (code 0621)  ء
        end (code 064A)  ي


I don't think 0-9 is a good idea in general
so you can do this change later on for your local installation

On Thu, 10 Dec 2020 at 09:41, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> wrote:


unless 'A-Z' is the same as 'a-z', it will confuse so many users,
first, they do not use Latin characters, second, 'capital' concept
does not exist in their alphabets. can it be only numerals '0-9' ?

On 12/10/20 5:32 AM, Maxim Solodovnik wrote:

Hello All,

the plan will be:
1) captcha range will be added to this [1] file
2) by default it will be 'A'-'Z'

If 'A'-'Z' is not appropriate for your language, please send me
the range specific to your language
NOTE: this should be the range i.e. unicode code for first letter
should be less than code for the second one
codes can be checked for ex. here http://www.unicode.org/charts/

Thanks in advance

[1]

https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml

On Fri, 4 Dec 2020 at 23:59, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Yes, what I want is that limiting it to only capital letters
and informing the user accordingly is a fantastic idea.

On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

Well,
the info text is just a label, site admin can
re-translate/customize it (upgrade might be an issue here
...)

Additionally we might add
`captchaStartLetter` `captchaEndLetter` to every language
here

https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
with default of 'A'-'Z' for all languages

site admin can change this (upgrade will still be an
issue ...)
WDYT?

On Fri, 4 Dec 2020 at 13:16, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

I just realized that I should offer this
clarification for some of our friends, to avoid any
misunderstandings:

"terrific" means "wonderful"

"terrific" does NOT mean "terrible"!

English is a fun language.


On Fri, Dec 4, 2020, 01:11 Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Maxim, thank you. That would be terrific! Robert

On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

Would it help if Capital letters will be used
instead of small ones?
And maybe there will be text like: Captcha
consist of English letters 'A' - 'Z' only 

On Fri, 4 Dec 2020 at 02:49, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Dear Friends,

My users, some of whom use non-Latin
alfabets, have no problem with using
Latin letters in the captcha.

My current problem with the captcha,
shared by my users is that the characters
are often hard to recognize. Capital I
vesus small l.  Or capital I verus ].  Or
m versus n. Or g versus q.  Often, the
letters are sufficiently deformed so as
to be difficult not only to Robot, but
also to Robert and other humans to
distinguish.  As a result, several
captchas are often needed till a person
can get it.

Granted, it is a terrific tool for
teaching folks how to have patience,
highly recommended. But sometimes, folks
are under the time pressure to enter the
meeting (now, why

Re: build#180

2020-12-09 Thread Maxim Solodovnik
these are the sort description of what was changed
1) `labels synced, random locale is printed during tests`
   "labels synced" labels from POEditor were added to Om codebase
   "random locale is printed during tests" random locale is selected before
every test, so we can find locale based issue, now this locale is printed
to the logs during tests so later on I can find out which locale is
"trouble maker"

2) "unused label is removed" I found one of the labels was not used in OM
UI (present in language files only) so it was removed

On Thu, 10 Dec 2020 at 09:50, Ali Alhaidary 
wrote:

> what does it mean? as in the next build it says 'unused label is removed'
>
> Ali
> On 12/10/20 5:32 AM, Maxim Solodovnik wrote:
>
> it is git commit message :)))
>
> On Thu, 10 Dec 2020 at 09:31, Ali Alhaidary 
> wrote:
>
>> what is:
>>
>> labels synced, random locale is printed during tests
>>
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
please re-read my post

especially this part:
*If 'A'-'Z' is not appropriate for your language, please send me the range
specific to your language*
*NOTE: this should be the range i.e. unicode code for first letter should
be less than code for the second one*
*codes can be checked for ex. here http://www.unicode.org/charts/
*

For Arabic the above mean:
1) go to http://www.unicode.org/charts/
2) choose `Arabic`
3) send me the range for ex:
start (code 0621)  ء
end (code 064A)  ي


I don't think 0-9 is a good idea in general
so you can do this change later on for your local installation

On Thu, 10 Dec 2020 at 09:41, Ali Alhaidary 
wrote:

> unless 'A-Z' is the same as 'a-z', it will confuse so many users, first,
> they do not use Latin characters, second, 'capital' concept does not exist
> in their alphabets. can it be only numerals '0-9' ?
> On 12/10/20 5:32 AM, Maxim Solodovnik wrote:
>
> Hello All,
>
> the plan will be:
> 1) captcha range will be added to this [1] file
> 2) by default it will be 'A'-'Z'
>
> If 'A'-'Z' is not appropriate for your language, please send me the range
> specific to your language
> NOTE: this should be the range i.e. unicode code for first letter should
> be less than code for the second one
> codes can be checked for ex. here http://www.unicode.org/charts/
>
> Thanks in advance
>
> [1]
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>
> On Fri, 4 Dec 2020 at 23:59, Robert Savickas 
> wrote:
>
>> Yes, what I want is that limiting it to only capital letters and
>> informing the user accordingly is a fantastic idea.
>>
>> On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik  wrote:
>>
>>> Well,
>>> the info text is just a label, site admin can re-translate/customize it
>>> (upgrade might be an issue here ...)
>>>
>>> Additionally we might add `captchaStartLetter` `captchaEndLetter` to
>>> every language here
>>>
>>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>>> with default of 'A'-'Z' for all languages
>>>
>>> site admin can change this (upgrade will still be an issue ...)
>>> WDYT?
>>>
>>> On Fri, 4 Dec 2020 at 13:16, Robert Savickas 
>>> wrote:
>>>
 I just realized that I should offer this clarification for some of our
 friends, to avoid any misunderstandings:

 "terrific" means "wonderful"

 "terrific" does NOT mean "terrible"!

 English is a fun language.


 On Fri, Dec 4, 2020, 01:11 Robert Savickas 
 wrote:

> Maxim, thank you. That would be terrific! Robert
>
> On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik 
> wrote:
>
>> Would it help if Capital letters will be used instead of small ones?
>> And maybe there will be text like: Captcha consist of English letters
>> 'A' - 'Z' only 
>>
>> On Fri, 4 Dec 2020 at 02:49, Robert Savickas 
>> wrote:
>>
>>> Dear Friends,
>>>
>>> My users, some of whom use non-Latin alfabets, have no problem with
>>> using Latin letters in the captcha.
>>>
>>> My current problem with the captcha, shared by my users is that the
>>> characters are often hard to recognize. Capital I vesus small l.  Or
>>> capital I verus ].  Or m versus n. Or g versus q.  Often, the letters 
>>> are
>>> sufficiently deformed so as to be difficult not only to Robot, but also 
>>> to
>>> Robert and other humans to distinguish.  As a result, several captchas 
>>> are
>>> often needed till a person can get it.
>>>
>>> Granted, it is a terrific tool for teaching folks how to have
>>> patience, highly recommended. But sometimes, folks are under the time
>>> pressure to enter the meeting (now, why do they try to connect only in 
>>> the
>>> very last minute, that's a separate question)...
>>>
>>> Thank you.
>>> Robert
>>>
>>>
>>> On Wed, Dec 2, 2020, 08:48 Maxim Solodovnik 
>>> wrote:
>>>
 the bad news: there seems to be no universal way to determine
 alphabet by language
 the ugly news: there are languages without alphabet 

 start and end character can be manually specified here
 https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml

 Another option might be to made this range _optional_
 so 'a' - 'z' will be used if else is not specified 
 Not sure is someone will bother to specify different range ...

 but I'm not sure how good is this idea :(((

 @Robert what kind of difficulties your user have with the captcha?


 On Wed, 2 Dec 2020 at 20:28, Ali Alhaidary <
 ali.alhaid...@the5stars.org> wrote:

> We can write the language name on the 'new user' or 'change
> password'
>>

Re: REST problem

2020-12-09 Thread Maxim Solodovnik
Hello Varga,

Both JUnit tests and Moodle plugin works as expected
So I guess something wrong with your calls
"HTTP 405 Method Not Allowed" usually happen when you are using GET instead
of POST or something like this
According to your room creation URL I guess room type should be
'PRESENTATION' not 'presentation'

You can check raw requests in the logs of latest build(s) :)

On Wed, 9 Dec 2020 at 16:59, Varga Balázs  wrote:

> I check again, ssl verify is off, this is not problem.
>
> Login, getHash is working fine, conlssion  communication and ssl is ok.
>
> public function call($url, $method, $sid, $params, $headers, $wraperName) {   
> log_message('error',__METHOD__.'::'.print_r(func_get_args(),true));   
> $this->error = false;   $options = array ( CURLOPT_RETURNTRANSFER => 
> true   // return web page , CURLOPT_HEADER => false   
> // return headers , CURLOPT_FOLLOWLOCATION => 
> true  // follow redirects , CURLOPT_ENCODING => 
> "UTF-8"   // handle all encodings , 
> CURLOPT_USERAGENT => "openmeetings"  // who am i , 
> CURLOPT_AUTOREFERER => true// set referer on redirect 
> , CURLOPT_CONNECTTIMEOUT => 120  // timeout on 
> connect , CURLOPT_TIMEOUT => 120// timeout on 
> response , CURLOPT_MAXREDIRS => 10   // stop 
> after 10 redirects , CURLOPT_SSL_VERIFYPEER => 0  // Enable/Disable 
> SSL Cert checks , CURLOPT_SSL_VERIFYHOST => 0  // Enable/Disable 
> hostname verification   );   if ($headers) {  
> $options[CURLOPT_HTTPHEADER] = $headers;   }   if ($method != RestMethod::GET 
> && $method != RestMethod::POST) {  $options[CURLOPT_CUSTOMREQUEST] = 
> $method;   }
>
> 2020. 12. 09. 9:09 keltezéssel, Maxim Solodovnik írta:
>
> Hello
>
> On Wed, 9 Dec 2020 at 14:41, Varga Balázs  wrote:
>
>> Hi Guys!
>>
>> I try it 5.1.0 REST and only work for me user/login, user/hash .
>>
>>
>> All request is bad 405 method not allowed.
>>
>> I integrate this into my app:
>> https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/api
>>
>> Try create dedicated SOAP user via soap (and login, and admin) privileges.
>>
>>
>> What am i doing wrong?
>>
>>
>> I try this  
>> /*openmeetings/services/room/getExternal*?&sid=e9496bfe-1816-4da8-aa56-876940140635
>>
>>
>> return http 404, if listening REST methods, this is available:
>>
>> OM log empty.
>>
>>
>> I try ADD user */openmeetings/services/user/*: - bad, http 400
>>
>> I try ADD user */openmeetings/services/user/add*: - bad, http 405
>>
>>
>> DEBUG -[231906] 2020-12-09 07:10:05.191188 31.46.87.73 -->
>> OmRestService::call::{"serviceResult":{"message":"8a6edabb-347c-4eb3-9869-64781aeb98d6","type":"SUCCESS"}}
>> ERROR -[231906] 2020-12-09 07:10:05.191279 31.46.87.73 -->
>> OmGateway::login::Array
>> (
>> [message] => 8a6edabb-347c-4eb3-9869-64781aeb98d6
>> [type] => SUCCESS
>> )
>>
>> ERROR -[231906] 2020-12-09 07:10:05.191382 31.46.87.73 -->
>> OmRestService::call::Array
>> (
>> [0] => https://MYSERVER:5443/openmeetings/services/user/
>> [1] => POST
>> [2] => 8a6edabb-347c-4eb3-9869-64781aeb98d6
>> [3] =>
>> user=%7B%22address%22%3A%7B%22email%22%3A%22nemegyedi%40bla.bla%22%7D%2C%22login%22%3A%22teszt1%22%2C%22password%22%3A%22teszt1%22%2C%22firstname%22%3A%22Teszt%22%2C%22lastname%22%3A%22blabla%22%2C%22languageId%22%3A17%2C%22rights%22%3A%5B%22soap%22%2C%22room%22%5D%2C%22type%22%3A%22external%22%2C%22externalId%22%3A%22id01%22%2C%22externalType%22%3A%22Tesztgroup%22%7D&confirm=0
>> [4] =>
>> [5] => serviceResult
>> )
>>
>> ERROR -[231906] 2020-12-09 07:10:05.221745 31.46.87.73 -->
>> OmRestService::call::Request OpenMeetings! OpenMeetings Service failed and
>> no response was returned. Additioanl info: Array
>> (
>> [url] =>
>> https://MYSERVER:5443/openmeetings/services/user/?&sid=8a6edabb-347c-4eb3-9869-64781aeb98d6
>> [content_type] =>
>> [http_code] => 400
>> [header_size] => 92
>> [request_size] => 642
>> [filetime] => -1
>> [ssl_verify_result] => 0
>> [redirect_count] => 0
>> [total_time] => 0.02882
>> [namelookup_time] => 0.000218
>> [connect_time] => 0.000453
>> [pretransfer_time] => 0.024427
>> [size_upload] => 380
>> [size_download] => 0
>> [speed_download] => 0
>> [speed_upload] => 13571
>> [download_content_length] => 0
>> [upload_content_length] => 380
>> [starttransfer_time] => 0.028799
>> [redirect_time] => 0
>> [redirect_url] =>
>> [primary_ip] => 127.0.0.1
>> [certinfo] => Array
>> (
>> )
>>
>> [primary_port] => 5443
>> [local_ip] => 127.0.0.1
>> [local_port] => 57762
>> [http_version] => 2
>> [protocol] => 2
>> [ssl_verifyresult] => 0
>> [scheme] => HTTPS
>> [appconnect_time_us] => 24364
>> [connect

Re: build#180

2020-12-09 Thread Ali Alhaidary

what does it mean? as in the next build it says 'unused label is removed'

Ali

On 12/10/20 5:32 AM, Maxim Solodovnik wrote:

it is git commit message :)))

On Thu, 10 Dec 2020 at 09:31, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> wrote:


what is:

labels synced, random locale is printed during tests




--
Best regards,
Maxim


Re: [ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Ali Alhaidary
unless 'A-Z' is the same as 'a-z', it will confuse so many users, first, 
they do not use Latin characters, second, 'capital' concept does not 
exist in their alphabets. can it be only numerals '0-9' ?


On 12/10/20 5:32 AM, Maxim Solodovnik wrote:

Hello All,

the plan will be:
1) captcha range will be added to this [1] file
2) by default it will be 'A'-'Z'

If 'A'-'Z' is not appropriate for your language, please send me the 
range specific to your language
NOTE: this should be the range i.e. unicode code for first letter 
should be less than code for the second one

codes can be checked for ex. here http://www.unicode.org/charts/

Thanks in advance

[1] 
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml


On Fri, 4 Dec 2020 at 23:59, Robert Savickas > wrote:


Yes, what I want is that limiting it to only capital letters and
informing the user accordingly is a fantastic idea.

On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik mailto:solomax...@gmail.com>> wrote:

Well,
the info text is just a label, site admin can
re-translate/customize it (upgrade might be an issue here ...)

Additionally we might add
`captchaStartLetter` `captchaEndLetter` to every language here

https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
with default of 'A'-'Z' for all languages

site admin can change this (upgrade will still be an issue ...)
WDYT?

On Fri, 4 Dec 2020 at 13:16, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

I just realized that I should offer this clarification for
some of our friends, to avoid any misunderstandings:

"terrific" means "wonderful"

"terrific" does NOT mean "terrible"!

English is a fun language.


On Fri, Dec 4, 2020, 01:11 Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Maxim, thank you. That would be terrific! Robert

On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik
mailto:solomax...@gmail.com>>
wrote:

Would it help if Capital letters will be used
instead of small ones?
And maybe there will be text like: Captcha consist
of English letters 'A' - 'Z' only 

On Fri, 4 Dec 2020 at 02:49, Robert Savickas
mailto:robsavic...@gmail.com>> wrote:

Dear Friends,

My users, some of whom use non-Latin alfabets,
have no problem with using Latin letters in
the captcha.

My current problem with the captcha, shared by
my users is that the characters are often hard
to recognize. Capital I vesus small l.  Or
capital I verus ].  Or m versus n. Or g versus
q.  Often, the letters are sufficiently
deformed so as to be difficult not only to
Robot, but also to Robert and other humans to
distinguish.  As a result, several captchas
are often needed till a person can get it.

Granted, it is a terrific tool for teaching
folks how to have patience, highly
recommended. But sometimes, folks are under
the time pressure to enter the meeting (now,
why do they try to connect only in the very
last minute, that's a separate question)...

Thank you.
Robert


On Wed, Dec 2, 2020, 08:48 Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

the bad news: there seems to be no
universal way to determine alphabet by
language
the ugly news: there are languages without
alphabet 

start and end character can be manually
specified here

https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml


Another option might be to made this range
_optional_
so 'a' - 'z' will be used if else is not
specified 
Not sure is someone will bother to specify
different range ...

but I'm not sure how good is this idea :(((


Re: build#180

2020-12-09 Thread Maxim Solodovnik
it is git commit message :)))

On Thu, 10 Dec 2020 at 09:31, Ali Alhaidary 
wrote:

> what is:
>
> labels synced, random locale is printed during tests
>
>
>

-- 
Best regards,
Maxim


[ACTION REQUIRED] Disabling captcha

2020-12-09 Thread Maxim Solodovnik
Hello All,

the plan will be:
1) captcha range will be added to this [1] file
2) by default it will be 'A'-'Z'

If 'A'-'Z' is not appropriate for your language, please send me the range
specific to your language
NOTE: this should be the range i.e. unicode code for first letter should be
less than code for the second one
codes can be checked for ex. here http://www.unicode.org/charts/

Thanks in advance

[1]
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml

On Fri, 4 Dec 2020 at 23:59, Robert Savickas  wrote:

> Yes, what I want is that limiting it to only capital letters and informing
> the user accordingly is a fantastic idea.
>
> On Fri, Dec 4, 2020, 11:54 Maxim Solodovnik  wrote:
>
>> Well,
>> the info text is just a label, site admin can re-translate/customize it
>> (upgrade might be an issue here ...)
>>
>> Additionally we might add `captchaStartLetter` `captchaEndLetter` to
>> every language here
>>
>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>> with default of 'A'-'Z' for all languages
>>
>> site admin can change this (upgrade will still be an issue ...)
>> WDYT?
>>
>> On Fri, 4 Dec 2020 at 13:16, Robert Savickas 
>> wrote:
>>
>>> I just realized that I should offer this clarification for some of our
>>> friends, to avoid any misunderstandings:
>>>
>>> "terrific" means "wonderful"
>>>
>>> "terrific" does NOT mean "terrible"!
>>>
>>> English is a fun language.
>>>
>>>
>>> On Fri, Dec 4, 2020, 01:11 Robert Savickas 
>>> wrote:
>>>
 Maxim, thank you. That would be terrific! Robert

 On Fri, Dec 4, 2020, 00:39 Maxim Solodovnik 
 wrote:

> Would it help if Capital letters will be used instead of small ones?
> And maybe there will be text like: Captcha consist of English letters
> 'A' - 'Z' only 
>
> On Fri, 4 Dec 2020 at 02:49, Robert Savickas 
> wrote:
>
>> Dear Friends,
>>
>> My users, some of whom use non-Latin alfabets, have no problem with
>> using Latin letters in the captcha.
>>
>> My current problem with the captcha, shared by my users is that the
>> characters are often hard to recognize. Capital I vesus small l.  Or
>> capital I verus ].  Or m versus n. Or g versus q.  Often, the letters are
>> sufficiently deformed so as to be difficult not only to Robot, but also 
>> to
>> Robert and other humans to distinguish.  As a result, several captchas 
>> are
>> often needed till a person can get it.
>>
>> Granted, it is a terrific tool for teaching folks how to have
>> patience, highly recommended. But sometimes, folks are under the time
>> pressure to enter the meeting (now, why do they try to connect only in 
>> the
>> very last minute, that's a separate question)...
>>
>> Thank you.
>> Robert
>>
>>
>> On Wed, Dec 2, 2020, 08:48 Maxim Solodovnik 
>> wrote:
>>
>>> the bad news: there seems to be no universal way to determine
>>> alphabet by language
>>> the ugly news: there are languages without alphabet 
>>>
>>> start and end character can be manually specified here
>>> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml
>>>
>>> Another option might be to made this range _optional_
>>> so 'a' - 'z' will be used if else is not specified 
>>> Not sure is someone will bother to specify different range ...
>>>
>>> but I'm not sure how good is this idea :(((
>>>
>>> @Robert what kind of difficulties your user have with the captcha?
>>>
>>>
>>> On Wed, 2 Dec 2020 at 20:28, Ali Alhaidary <
>>> ali.alhaid...@the5stars.org> wrote:
>>>
 We can write the language name on the 'new user' or 'change
 password'
 screens ...

 On 12/2/20 4:24 PM, Maxim Solodovnik wrote:
 > It is definitely can be localized
 > unfortunately this might lead to issues with guessing the text
 > for ex. many letters in Russian looks exactly as in English but
 the
 > text will not be equal :((
 >
 > On Wed, 2 Dec 2020 at 19:05, Ali Alhaidary <
 ali.alhaid...@the5stars.org> wrote:
 >> If no votes are collected, can we localize it?
 >>
 >>
 https://stackoverflow.com/questions/31828048/how-to-set-localization-in-google-recaptcha
 >>
 >>
 >> On 12/2/20 2:59 PM, Ali Alhaidary wrote:
 >>
 >> Any more votes?
 >>
 >> On 12/1/20 2:22 PM, Ali Alhaidary wrote:
 >>
 >> I am with it :-)
 >>
 >> On 12/1/20 2:58 AM, Maxim Solodovnik wrote:
 >>
 >> And as usual I'll add such switch if there will be enough votes
 for it
 >> while I, personally, will not recommend to use it
 >>

build#180

2020-12-09 Thread Ali Alhaidary

what is:

labels synced, random locale is printed during tests




Re: REST problem

2020-12-09 Thread Varga Balázs

I check again, ssl verify is off, this is not problem.

Login, getHash is working fine, conlssion  communication and ssl is ok.

public function call($url, $method, $sid, $params, $headers, 
$wraperName) { 
log_message('error',__METHOD__.'::'.print_r(func_get_args(),true)); 
$this->error = false; $options = array ( CURLOPT_RETURNTRANSFER => true 
// return web page , CURLOPT_HEADER => false // return headers , 
CURLOPT_FOLLOWLOCATION => true // follow redirects , CURLOPT_ENCODING => 
"UTF-8" // handle all encodings , CURLOPT_USERAGENT => "openmeetings" // 
who am i , CURLOPT_AUTOREFERER => true // set referer on redirect , 
CURLOPT_CONNECTTIMEOUT => 120 // timeout on connect , CURLOPT_TIMEOUT => 
120 // timeout on response , CURLOPT_MAXREDIRS => 10 // stop after 10 
redirects , CURLOPT_SSL_VERIFYPEER => 0 // Enable/Disable SSL Cert 
checks , CURLOPT_SSL_VERIFYHOST => 0 // Enable/Disable hostname 
verification ); if ($headers) { $options[CURLOPT_HTTPHEADER] = $headers; 
} if ($method != RestMethod::GET && $method != RestMethod::POST) { 
$options[CURLOPT_CUSTOMREQUEST] = $method; }


2020. 12. 09. 9:09 keltezéssel, Maxim Solodovnik írta:

Hello

On Wed, 9 Dec 2020 at 14:41, Varga Balázs > wrote:


Hi Guys!

I try it 5.1.0 REST and only work for me user/login, user/hash .


All request is bad 405 method not allowed.

I integrate this into my app:
https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/api

Try create dedicated SOAP user via soap (and login, and admin)
privileges.


What am i doing wrong?


I try this 

/*openmeetings/services/room/getExternal*?&sid=e9496bfe-1816-4da8-aa56-876940140635


return http 404, if listening REST methods, this is available:

OM log empty.


I try ADD user */openmeetings/services/user/*: - bad, http 400

I try ADD user */openmeetings/services/user/add*: - bad, http 405


DEBUG -[231906] 2020-12-09 07:10:05.191188 31.46.87.73 -->

OmRestService::call::{"serviceResult":{"message":"8a6edabb-347c-4eb3-9869-64781aeb98d6","type":"SUCCESS"}}
ERROR -[231906] 2020-12-09 07:10:05.191279 31.46.87.73 -->
OmGateway::login::Array
(
    [message] => 8a6edabb-347c-4eb3-9869-64781aeb98d6
    [type] => SUCCESS
)

ERROR -[231906] 2020-12-09 07:10:05.191382 31.46.87.73 -->
OmRestService::call::Array
(
    [0] => https://MYSERVER:5443/openmeetings/services/user/
    [1] => POST
    [2] => 8a6edabb-347c-4eb3-9869-64781aeb98d6
    [3] =>

user=%7B%22address%22%3A%7B%22email%22%3A%22nemegyedi%40bla.bla%22%7D%2C%22login%22%3A%22teszt1%22%2C%22password%22%3A%22teszt1%22%2C%22firstname%22%3A%22Teszt%22%2C%22lastname%22%3A%22blabla%22%2C%22languageId%22%3A17%2C%22rights%22%3A%5B%22soap%22%2C%22room%22%5D%2C%22type%22%3A%22external%22%2C%22externalId%22%3A%22id01%22%2C%22externalType%22%3A%22Tesztgroup%22%7D&confirm=0
    [4] =>
    [5] => serviceResult
)

ERROR -[231906] 2020-12-09 07:10:05.221745 31.46.87.73 -->
OmRestService::call::Request OpenMeetings! OpenMeetings Service
failed and no response was returned. Additioanl info: Array
(
    [url] =>

https://MYSERVER:5443/openmeetings/services/user/?&sid=8a6edabb-347c-4eb3-9869-64781aeb98d6
    [content_type] =>
    [http_code] => 400
    [header_size] => 92
    [request_size] => 642
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.02882
    [namelookup_time] => 0.000218
    [connect_time] => 0.000453
    [pretransfer_time] => 0.024427
    [size_upload] => 380
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 13571
    [download_content_length] => 0
    [upload_content_length] => 380
    [starttransfer_time] => 0.028799
    [redirect_time] => 0
    [redirect_url] =>
    [primary_ip] => 127.0.0.1
    [certinfo] => Array
    (
    )

    [primary_port] => 5443
    [local_ip] => 127.0.0.1
    [local_port] => 57762
    [http_version] => 2
    [protocol] => 2
    [ssl_verifyresult] => 0
    [scheme] => HTTPS
    [appconnect_time_us] => 24364
    [connect_time_us] => 453
    [namelookup_time_us] => 218
    [pretransfer_time_us] => 24427
    [redirect_time_us] => 0
    [starttransfer_time_us] => 28799
    [total_time_us] => 28820
)
1
DEBUG -[231906] 2020-12-09 07:10:05.221918 31.46.87.73 -->
OmRestService::callcUrl error, verbose information:
*   Trying 127.0.0.1:5443...
* TCP_NODELAY set
* Connected to MYSERVER (127.0.0.1) port 5443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server did 

Re: REST problem

2020-12-09 Thread Maxim Solodovnik
Hello

On Wed, 9 Dec 2020 at 14:41, Varga Balázs  wrote:

> Hi Guys!
>
> I try it 5.1.0 REST and only work for me user/login, user/hash .
>
>
> All request is bad 405 method not allowed.
>
> I integrate this into my app:
> https://github.com/openmeetings/openmeetings-moodle-plugin/blob/master/api
>
> Try create dedicated SOAP user via soap (and login, and admin) privileges.
>
>
> What am i doing wrong?
>
>
> I try this  
> /*openmeetings/services/room/getExternal*?&sid=e9496bfe-1816-4da8-aa56-876940140635
>
>
> return http 404, if listening REST methods, this is available:
>
> OM log empty.
>
>
> I try ADD user */openmeetings/services/user/*: - bad, http 400
>
> I try ADD user */openmeetings/services/user/add*: - bad, http 405
>
>
> DEBUG -[231906] 2020-12-09 07:10:05.191188 31.46.87.73 -->
> OmRestService::call::{"serviceResult":{"message":"8a6edabb-347c-4eb3-9869-64781aeb98d6","type":"SUCCESS"}}
> ERROR -[231906] 2020-12-09 07:10:05.191279 31.46.87.73 -->
> OmGateway::login::Array
> (
> [message] => 8a6edabb-347c-4eb3-9869-64781aeb98d6
> [type] => SUCCESS
> )
>
> ERROR -[231906] 2020-12-09 07:10:05.191382 31.46.87.73 -->
> OmRestService::call::Array
> (
> [0] => https://MYSERVER:5443/openmeetings/services/user/
> [1] => POST
> [2] => 8a6edabb-347c-4eb3-9869-64781aeb98d6
> [3] =>
> user=%7B%22address%22%3A%7B%22email%22%3A%22nemegyedi%40bla.bla%22%7D%2C%22login%22%3A%22teszt1%22%2C%22password%22%3A%22teszt1%22%2C%22firstname%22%3A%22Teszt%22%2C%22lastname%22%3A%22blabla%22%2C%22languageId%22%3A17%2C%22rights%22%3A%5B%22soap%22%2C%22room%22%5D%2C%22type%22%3A%22external%22%2C%22externalId%22%3A%22id01%22%2C%22externalType%22%3A%22Tesztgroup%22%7D&confirm=0
> [4] =>
> [5] => serviceResult
> )
>
> ERROR -[231906] 2020-12-09 07:10:05.221745 31.46.87.73 -->
> OmRestService::call::Request OpenMeetings! OpenMeetings Service failed and
> no response was returned. Additioanl info: Array
> (
> [url] =>
> https://MYSERVER:5443/openmeetings/services/user/?&sid=8a6edabb-347c-4eb3-9869-64781aeb98d6
> [content_type] =>
> [http_code] => 400
> [header_size] => 92
> [request_size] => 642
> [filetime] => -1
> [ssl_verify_result] => 0
> [redirect_count] => 0
> [total_time] => 0.02882
> [namelookup_time] => 0.000218
> [connect_time] => 0.000453
> [pretransfer_time] => 0.024427
> [size_upload] => 380
> [size_download] => 0
> [speed_download] => 0
> [speed_upload] => 13571
> [download_content_length] => 0
> [upload_content_length] => 380
> [starttransfer_time] => 0.028799
> [redirect_time] => 0
> [redirect_url] =>
> [primary_ip] => 127.0.0.1
> [certinfo] => Array
> (
> )
>
> [primary_port] => 5443
> [local_ip] => 127.0.0.1
> [local_port] => 57762
> [http_version] => 2
> [protocol] => 2
> [ssl_verifyresult] => 0
> [scheme] => HTTPS
> [appconnect_time_us] => 24364
> [connect_time_us] => 453
> [namelookup_time_us] => 218
> [pretransfer_time_us] => 24427
> [redirect_time_us] => 0
> [starttransfer_time_us] => 28799
> [total_time_us] => 28820
> )
> 1
> DEBUG -[231906] 2020-12-09 07:10:05.221918 31.46.87.73 -->
> OmRestService::callcUrl error, verbose information:
> *   Trying 127.0.0.1:5443...
> * TCP_NODELAY set
> * Connected to MYSERVER (127.0.0.1) port 5443 (#0)
> * ALPN, offering h2
> * ALPN, offering http/1.1
> * successfully set certificate verify locations:
> *   CAfile: /etc/ssl/certs/ca-certificates.crt
>   CApath: /etc/ssl/certs
> * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
> * ALPN, server did not agree to a protocol
>

please check 2 lines above
you seems to have SSL issues
try to turn off SSL verification is CURL
these 2 options:
https://github.com/openmeetings/openmeetings-api-plugin/blob/master/src/main/scripts/OmRestService.php#L87


> * Server certificate:
> *  subject: CN=MYSERVER
> *  start date: Nov  9 10:14:52 2020 GMT
> *  expire date: Feb  7 10:14:52 2021 GMT
> *  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
> *  SSL certificate verify ok.
> > POST
> /openmeetings/services/user/?&sid=8a6edabb-347c-4eb3-9869-64781aeb98d6
> HTTP/1.1
> Host: MYSERVER:5443
> User-Agent: openmeetings
> Accept: */*
> Accept-Encoding: UTF-8
> Content-Length: 380
> Content-Type: application/x-www-form-urlencoded
>
> * upload completely sent off: 380 out of 380 bytes
> * Mark bundle as not supporting multiuse
> < HTTP/1.1 400
> < Date: Wed, 09 Dec 2020 07:10:05 GMT
> < Content-Length: 0
> < Connection: close
> <
> * Closing connection 0
>
>
> I try create room */openmeetings/services**/room/add* http 405
>
> OM log
>
> DEBUG 12-09 07:23:17.282 o.a.o.w.UserWebService:107 [nio-5443-exec-5] -
> Login user
> DEBUG 12-09 07:23:17.288 o.a.o.d.d.u.UserDao:616 [nio-5443-exec-5] -
> login:: 1 users were found
> DEBUG 12-09 07:23:18.529 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-5] -
> Level LOGIN :: [GRANTED]
> DEBUG 12-09 07: