Hi Groza,
Before you put efforts in that, what do you propose to do exactly?
Could you give us an idea about that with a small summary? TIA
Jacques
Le 24/01/2025 à 08:18, Pranay Pandey a écrit :
Hi Groza,
Yes, that will be very helpful.
Best regards,
Pranay Pandey
On Fri, 24 Jan 2025 at 0
Le 24/01/2025 à 11:06, Nicolas Malin a écrit :
I spotted that while trying to understand why you replaced
privatestaticfinalListALLOWEDTOKENS=getAllowedTokens();
by
StringUtil.split(req.getServletContext().getInitParameter("allowedQueryTokens"),","))
It seems you missed to add something and
+1
Jacques
Le 24/01/2025 à 11:04, Groza Danut a écrit :
Hi Jacques,
Nothing too dramatic, just the following:
1. Rearrangements
- in the quick start section add some more explanations and make steps
explicit
- create a Gradle commands reference section that summarizes all Gradle
commands in o
Hi Jacques,
Nothing too dramatic, just the following:
1. Rearrangements
- in the quick start section add some more explanations and make steps
explicit
- create a Gradle commands reference section that summarizes all Gradle
commands in one place(I think a table with command name and description
w
Hello Jacques,
Le 23/01/2025 à 18:35, Jacques Le Roux a écrit :
Hi Nicolas,
We have a problem with 24.09. It no longer passes by ControlFilter. I
have yet no idea why and when that happened. There is no problem with
trunk.
I'll have a look
I spotted that while trying to understand why you