Project

General

Profile

Activity

From 08/21/2025 to 09/19/2025

09/19/2025

11:14 AM Feature #9687 (WIP): drop support for Java 8 and Java 11
Well, MultiPart uploading seems not working, I guess it was like that since the 9687a, working on that. Tomasz Domin
03:18 AM Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> Tomasz Domin wrote:
> > There is one new small change in the branch compared to trunk which i...
Tomasz Domin
03:13 AM Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> There is one new small change in the branch compared to trunk which is related with MultiPart ...
Hynek Cihlar
03:03 AM Feature #9687 (Review): drop support for Java 8 and Java 11
Rebased *9687c* to *trunk* revision *16173*.
Tested features - all works correctly:
* hotel_gui
** virtual deskt...
Tomasz Domin

09/15/2025

02:23 PM Bug #10574: contextlocal cross-dependencies
There is a flow in FWD's context-local instantiation in cases where the current instance A is dependent on instance B... Constantin Asofiei
02:12 PM Bug #10574 (New): contextlocal cross-dependencies
Constantin Asofiei
12:28 PM Bug #10565: java.security.NoSuchAlgorithmException: no such algorithm: SunX509 for provider Consc...
> The directory host should point to the host network ip address.
Not for me. I have @webClient/host@ and @hostnam...
Stanislav Lomany
11:56 AM Bug #10565: java.security.NoSuchAlgorithmException: no such algorithm: SunX509 for provider Consc...
Stanislav, could you add to #10565-3 as you observed the same issue. Sergey Ivanovskiy
11:50 AM Bug #10565: java.security.NoSuchAlgorithmException: no such algorithm: SunX509 for provider Consc...
It can be recreated randomly. The environment should have at least two network interfaces except the loopback and on... Sergey Ivanovskiy
11:14 AM Bug #10565: java.security.NoSuchAlgorithmException: no such algorithm: SunX509 for provider Consc...
What is the recreate? Greg Shah
03:59 AM Bug #10565: java.security.NoSuchAlgorithmException: no such algorithm: SunX509 for provider Consc...
Please see from #7143-1698 up to #7143-1706, the web client logs #7143-1699. This case was observed in the customers ... Sergey Ivanovskiy
03:55 AM Bug #10565 (New): java.security.NoSuchAlgorithmException: no such algorithm: SunX509 for provider...
Sergey Ivanovskiy

09/11/2025

07:30 AM Feature #10451 (Review): GUI interaction event logging
Committed changes as rev *16137*.
Hynek, please review.
Paula Păstrăguș
06:30 AM Feature #10451: GUI interaction event logging
Paula Păstrăguș wrote:
> It is caused because we're posting @COM-EVENTS@ with a *null source*:
>
> [...]
>
> T...
Hynek Cihlar

09/10/2025

08:50 AM Feature #10451: GUI interaction event logging
It is caused because we're posting @COM-EVENTS@ with a *null source*:... Paula Păstrăguș
04:54 AM Feature #10451: GUI interaction event logging
Paula Păstrăguș wrote:
> I attached the patch. (reverted window manager, event manager, logs for show / hide are now...
Hynek Cihlar

09/08/2025

07:38 AM Feature #10451: GUI interaction event logging
I attached the patch. (reverted window manager, event manager, logs for show / hide are now handled by TitledWindow a... Paula Păstrăguș
07:16 AM Feature #10451: GUI interaction event logging
Paula Păstrăguș wrote:
> Hynek, if we add the logging directly in ThinClient, the web_gui log will quickly fill up w...
Hynek Cihlar
04:28 AM Feature #10451: GUI interaction event logging
Hynek, if we add the logging directly in ThinClient, the web_gui log will quickly fill up with entries like:... Paula Păstrăguș

09/01/2025

12:22 PM Feature #10451: GUI interaction event logging
Paula Păstrăguș wrote:
> Hynek Cihlar wrote:
> > For the key events logging I think it would make it more useful if...
Hynek Cihlar
12:19 PM Feature #10451: GUI interaction event logging
Paula Păstrăguș wrote:
> Would it make more sense to handle this on show/hide and log based on the window’s visibili...
Hynek Cihlar
08:19 AM Feature #10451: GUI interaction event logging
Hynek Cihlar wrote:
> For the key events logging I think it would make it more useful if more information is include...
Paula Păstrăguș
07:49 AM Feature #10451: GUI interaction event logging
Hynek Cihlar wrote:
> The "window closed" log output is a bit misleading. It is logged in the @remove@ method of @Wi...
Paula Păstrăguș
05:55 AM Feature #10451 (WIP): GUI interaction event logging
Code review 10451a.
The "window closed" log output is a bit misleading. It is logged in the @remove@ method of @W...
Hynek Cihlar
03:34 AM Feature #10451 (Review): GUI interaction event logging
Committed finest-level logging for TAB and ENTER key events in rev *16136*. At this point, we have logging in place f... Paula Păstrăguș

08/28/2025

06:35 AM Feature #10451: GUI interaction event logging
Committed finest level logging for window open/close and mouse click events as rev *16135* / 10451a.
Next, I’ll re...
Paula Păstrăguș

08/27/2025

06:02 AM Feature #10451: GUI interaction event logging
Paula, I like the idea. Two suggestions.
1. I think it would be even better to extend this to all widgets. I.e. p...
Hynek Cihlar

08/26/2025

06:17 AM Bug #10476: Webspeed request for .r file fails
It worked! It is now able to execute the file fine. Radu Apetrii
06:04 AM Bug #10476: Webspeed request for .r file fails
OK, comment out the code in FWD .java file to just use @p_relname@ to be what @SEARCH@ returns from PROPATH and see w... Constantin Asofiei
06:03 AM Bug #10476: Webspeed request for .r file fails
After that loop, the code does this... Radu Apetrii
05:55 AM Bug #10476: Webspeed request for .r file fails
I'm thinking to just remove this code in FWD's .java converted file. What is @cLongestProPath@ used for, after this ... Constantin Asofiei
05:53 AM Bug #10476: Webspeed request for .r file fails
In relname, it first does @FILE-INFO:FILE-NAME = filename@, where filename is @test.r@. This triggers the initial se... Radu Apetrii
05:46 AM Bug #10476: Webspeed request for .r file fails
What is relname 4GL code doing that it needs to look for the .r file on disk, and not rely just on SEARCH function to... Constantin Asofiei
05:28 AM Bug #10476: Webspeed request for .r file fails
Executing a file coming from a webspeed request involves a couple of additional steps rather than the classic method ... Radu Apetrii
05:11 AM Bug #10476 (New): Webspeed request for .r file fails
Radu Apetrii
 

Also available in: Atom