Skip to content
Success

Changes

Summary

  1. [Utils] (commit: 35ad404) (details)
  2. [Documentazione] (commit: 0caa58e) (details)
  3. [Utils] (commit: 6cdf8b8) (details)
  4. [GovWayConsole, GovWayMonitor] (commit: de699e3) (details)
Commit 35ad40406f0741e6d310c155fc2a175fcab6f23d by Andrea Poli
[Utils]
Nella classe org/openspcoop2/utils/oauth2/OAuth2Utilities.java viene adesso utilizzato RandomGenerator invece di SecureRandom (gestito internamente da RandomGenerator).
(commit: 35ad404)
The file was modifiedtools/utils/src/org/openspcoop2/utils/oauth2/OAuth2Utilities.java (diff)
Commit 0caa58e2836e7caf79af0134d2a555308588325f by Andrea Poli
[Documentazione]
Scritte Release Notes
(commit: 0caa58e)
The file was addedresources/doc/src/releaseNotes/3.3.18/monitoraggio.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/installer.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/index.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/pdnd.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/modipa.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/sicurezzaMessaggio.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/stat.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/console.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/tracciamento.rst
The file was modifiedresources/doc/src/releaseNotes/index.rst (diff)
The file was addedresources/doc/src/releaseNotes/3.3.18/bug.rst
The file was addedresources/doc/src/releaseNotes/3.3.18/suap.rst
Commit 6cdf8b8682e7a18152f7f87eca7464f31903cd5f by Andrea Poli
[Utils]
Introdotto test che verifica l'inizializzazione degli schemi XSD che presentano inclusioni circolari.

Squashed commit of the following:

commit 4e0aab120df248ecaf1a873f59e263e25e2923a0
Author: Tommaso Burlon <tommaso.burlon@gmail.com>
Date:   Mon Oct 27 14:58:26 2025 +0100

    [GovWayUtils]
    Corretto bug durante il parsing di schemi XSD con dipendenze cicliche
(commit: 6cdf8b8)
The file was addedtools/utils/src/org/openspcoop2/utils/test/xml/TestXSDUtils.java
The file was addedtools/utils/src/org/openspcoop2/utils/xml/test/TestXSDUtils.java
The file was modifiedtools/utils/src/org/openspcoop2/utils/xml/XSDUtils.java (diff)
Commit de699e392ab92bf02c55a019025aff6c57922b28 by Andrea Poli
[GovWayConsole, GovWayMonitor]
Corretta problematica di logout presente con login via oauth
(commit: de699e3)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/Login.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/filters/HeadersFilter.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/filters/PrincipalFilter.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/HeadersFilter.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/AuthorizationFilter.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/Logout.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/constants/Costanti.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/bean/LoginBean.java (diff)
The file was modifiedtools/web_interfaces/lib/mvc/src/org/openspcoop2/web/lib/mvc/ServletUtils.java (diff)