вт, 4 мар. 2025 г. в 22:13, Christopher Schultz :
>
> The proposed Apache Tomcat 10.1.39 release is now available for
> voting.
>
> All committers and PMC members are kindly requested to provide a vote if
> possible. ANY TOMCAT USER MAY VOTE, though only PMC members votes are
> binding. We welcome
Strings.properties
and for other languages:
jdbcAccessLogValve.close=Failed to close database
jdbcAccessLogValve.exception=Exception performing insert access entry
3) res/spotbugs/filter-false-positives.xml
Best regards,
Konstantin Kolinko
-
.com/document-services/docs/overview/pdf-embed-api/howtos/#pdf-linearization
It mentions range requests, but I do not know whether those are
single-range requests, or multi-range requests.
b) pdf.js (the PDF viewer used in Firefox
emove it
> in main/12.
It is not customizable (supports only two patterns, "common" and
"combined"), does not support conditions (pre-filtering via
conditionIf, conditionUnless), and is not documented - the only
documentation is its JavaDoc. It is missing from config/valve.htm
perty("derby.system.home",
> >> tempDir.getAbsolutePath());
When tests run in parallel, I wonder whether they run in the same JVM
or in different JVMs. If it is the same JVM then there is a race, as
tempDir will b
commit is xdocs only, without the docs directory)
Best regards,
Konstantin Kolinko
> On 11/11/24 9:36 AM, schu...@apache.org wrote:
> > Author: schultz
> > Date: Mon Nov 11 14:36:05 2024
> > New Revision: 1921844
> >
> > URL: http://svn.apache.org/viewvc?rev=1921844
that the correct lifecycle isn't being
> followed seems like a good idea to me.
Looking at the thread
"Tomcat 9.0.96 first start throws java.lang.NullPointerException.
Works in the same conditions with 9.0.91."
on users@, original reporter provided more logs, and there is a
connector initialisation failure that precedes this issue.
If a connector fails to initialize, it should not be used to serve
requests. I feel that using such a failed connector may lead to a
whole can of issues. Misconfigured (missing) HttpParser is just one of
them.
(I mean that in theory a misconfigured connector may mean HTTP instead
of HTTPS, using weak ciphers instead of configured strong ones, and
similar issues.)
Thus with updated information on the issue, I see no worth in this
change. We would better fix the lifecycle. (I'll comment on the
original thread on users@).
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
e (in Connectors) is
understandable. I considered rewriting it as "with exception of the
following".
Generic, beyond bounds of this document.
- When I think about what "trust" actually means and implies, it
inspires some related thoughts / topics.
(How the trust can be enforc
rect
link to a 3rd party site.
a, Source code lives for years,and links may become outdated.
b. A link without accompanying instructions may be not helpful.
Maybe refer to the existing "Get Involved" page (improve it?) instead
of the Wiki one.
TestHttp2AccessLogs.java fails to compile (11 errors).
Errors start with "import jakarta.servlet ..." line.
пт, 30 авг. 2024 г. в 23:34, :
>
> Build status: BUILD FAILED: compile (failure) Logs copied. (failure)
> Worker used: bb_worker2_ubuntu
> URL: https://ci2.apache.org/#builders/37/builds/
uot;finger-print" users' browsers?
Anyway, I think it is a waste of time to support such use cases.
(Though we cannot block them, as the same data are available via
getHeaders, and parsed manually).
I think that
1) We would better switch to "ignore" mode right no
cFileHandler nowadays.
quote: "Example logging.properties for the servlet-examples web
application to be placed in WEB-INF/classes inside the web
application"
- The same as above
- ConsoleHandler is missing the ".encoding" setting.
c) BTW, in "Considerations for pro
rrent/locks/ReentrantReadWriteLock.ReadLock.html
> + public static long getGeneration() {
> +return generation.get();
> +}
> +
> +public static void returnCleanUpLock() {
> +cleanUpLock.readLock().unlock();
> +}
> +
> /**
> * Calls System.load(filename). System.load() associates the
> * loaded library with the class loader of the class that called
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
пт, 5 июл. 2024 г. в 23:40, Christopher Schultz :
>
> Mark,
>
> On 7/2/24 06:33, Mark Thomas wrote:
> > [...]
>
> I would support a move to throw an unchecked exception from
> getParameter* in older versions of Tomcat in order to produce a hard-fail.
>
> But I'm somewhat more bullish about this ki
start time to make those checks.
In the case of an "umask" check we already depend on a "3rd party": on
a feature of our startup scripts.
2. Requirements and implementation details depend on an operating system.
Best regards,
Konstantin Kolinko
-
e IOT device.
Thus I wonder whether it is worth enabling it.
(But if we want to get real feedback, enabling it now for Tomcat 11 is
a good starting point.)
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
;view=markup
https://svn.apache.org/viewvc?view=revision&revision=105393
Oct 2004 (19 years, 8 months ago)
My preference is for "a)".
Maybe move the old shiny "root" page to the examples web application.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
from 1.1.x which should not be there. I will
> re-do the patch for 1.3.x.
>
> Apologies for the confusion.
Your patch did not break anything, thus I do see no reason for reverting it.
It is just that you cannot verify it,
as the code has to be built with Op
dh.h
(declares "DH_set0_pqg" and other DH_set / DH_get methods)
https://github.com/apache/tomcat-native/blob/1.1.x/native/src/ssl.c#L194
https://github.com/apache/tomcat-native/blob/1.3.x/native/src/ssl.c#L197
(Tomcat Native 1.1 vs 1.3)
https://stackoverflow.com/questions/45
вт, 21 мая 2024 г. в 14:55, :
>
> The following commit(s) were added to refs/heads/main by this push:
> new 4176706761 Add support for shallow copies when using WebDAV
> 4176706761 is described below
>
> commit 4176706761242851b14be303daf2a00ef385ee49
> Author: Mark Thomas
> AuthorDate: Tue M
чт, 18 апр. 2024 г. в 00:46, Rainer Jung :
>
> Hi Konstantin,
>
> Am 17.04.24 um 21:44 schrieb Konstantin Kolinko:
> > ср, 17 апр. 2024 г. в 17:21, Rainer Jung :
> >>
> >> Am 17.04.24 um 15:34 schrieb Michael Osipov:
> >>> Rainer, I do not full
ree methods.
A code that was added several years ago uses mapLibraryName() and
load() to load a library from "catalina.home/bin". It then falls back
to the old algorithm that uses loadLibrary().
https://docs.oracle.com/en/java/java
чт, 4 апр. 2024 г. в 15:45, :
>
> This is an automated email from the ASF dual-hosted git repository.
>
> remm pushed a commit to branch main
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/main by this push:
> new fba89
whether FilterDef and ServletDef classes handling of
asyncSupported could be aligned.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Chris,
Please compare the iteration logic in renderHTML vs renderJSON.
Your code misses the changes added by
https://github.com/apache/tomcat/commit/c88e75305e198f500ffd626a5b1275dc3ad46553
пн, 12 февр. 2024 г. в 23:19, :
>
> This is an automated email from the ASF dual-hosted git repository.
>
mit still use "http:"
instead of "https:" in the tag above...
I tested, http://tomcat.apache.org/ responds with a 301 redirect to
https://tomcat.apache.org/
Those values are used to generate links from the logo image,
useful if anybody is viewing the documentation locally.
Running "release" target fails due to a typo in Javadoc.
Double ">>".
[javadoc] Building tree for all the packages and classes...
[javadoc]
/home/buildslave/slave/tomcat-8.5.x/build/output/dist/src/java/org/apache/catalina/filters/CsrfPreventionFilter.java:232:
error: bad use of '>'
[javado
The code later uses "return new String(bytes, 0, length);"
to create a String, without specifying any encoding.
I guess that the Platform default encoding nowadays is UTF-8.
Or maybe it makes sense to use the default encoding, as people edit
those files, using whatever default encoding they prefer.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
сб, 11 нояб. 2023 г. в 03:09, Konstantin Kolinko :
>
> чт, 9 нояб. 2023 г. в 22:58, Mark Thomas :
> >
> > The proposed Apache Tomcat 11.0.0-M14 release is now available for
> > voting.
> >
> > It can be obtained from:
> > https://dist.apache.org/r
ead and release as 11.0.0-M14
Mark,
Looking at https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/
*.asc files are missing for
apache-tomcat-11.0.0-M14-windows-x64.zip
apache-tomcat-11.0.0-M14.tar.gz
apache-tomcat-11.0.0-M14.zip
I think that missing files can be downloaded from Maven
tar.gz
e.g. \tomcat-11.0-doc\api\legal\LICENSE is the following one nonsense line:
Please see ..\java.base\LICENSE
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
stop publishing
"apache-tomcat-10.1.x-windows-x86.zip" archives and see if anyone
cares.
3. I am +1 for removing 32-bit support from Tomcat 11 onwards.
Best regards,
Konstantin Kolinko
-
To unsubscribe,
ctor. It seems
that there is no configuration for an AJP Connector.
https://tomcat.apache.org/tomcat-10.1-doc/config/http.html#Standard_Implementation
Specification:
https://www.rfc-editor.org/rfc/rfc9110.html#name-server
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
пт, 28 апр. 2023 г. в 16:21, Konstantin Kolinko :
>
> чт, 27 апр. 2023 г. в 19:34, Mark Thomas :
> >
> > Hi all,
> >
> > As part of a discussion around a Spring Boot issue [1], the question has
> > been raised whether there is merit in moving the Utility executo
n, if something really needs to be
done at init() time), one may implement a Listener.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Tomcat
there.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
ay as when skipping a body of a failed request.
It is not a job for an AccessLogValve to spend time on parameter parsing.
b) I wonder whether parameter parsing could be done asynchronously.
Best regards,
Konstantin Kolinko
-
To unsubscrib
ср, 15 мар. 2023 г. в 13:15, Konstantin Kolinko :
>
> [...]
>
> -1 unless the behaviour of "silently dropping extra parameters" is
> changed as well.
>
> Silent loss of data is not what I want to see in production.
>
> Documentation [1] says "Request pa
ср, 15 мар. 2023 г. в 13:29, Konstantin Kolinko :
>
> ср, 15 мар. 2023 г. в 13:15, Konstantin Kolinko :
> >
> > ср, 15 мар. 2023 г. в 12:07, Mark Thomas :
> > >
> > > On 14/03/2023 21:13, Christopher Schultz wrote:
> > > > Mark,
> > > >
ср, 15 мар. 2023 г. в 13:15, Konstantin Kolinko :
>
> ср, 15 мар. 2023 г. в 12:07, Mark Thomas :
> >
> > On 14/03/2023 21:13, Christopher Schultz wrote:
> > > Mark,
> > >
> > > On 3/14/23 13:57, Mark Thomas wrote:
> > >> On
0 for 11.0.x.
> >>
> >> Thoughts on if/how to back-port this to 10.1.x and friends?
> >>
> >> Straight to 1000 for all older versions?
> >> Straight to 1000 for 10.1.x then wait a few releases for each further
> >> backport?
> >> Or more
IO2. The APR connector has been removed.
Is your Tomcat failing to start because it is explicitly configured to
use the APR connector (Http11AprProtocol, AjpAprProtocol)?
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: d
вт, 7 мар. 2023 г. в 10:14, Han Li :
>
>
>
> > On Mar 7, 2023, at 14:39, Konstantin Kolinko wrote:
> >
> > вт, 7 мар. 2023 г. в 09:17, mailto:li...@apache.org>>:
> >>
> >> This is an automated email from the ASF dual-hosted git repository.
>
mes with a license.
I have not checked recently (with the spec is managed by Eclipse
Foundation), but in earlier times (for specs copyrighted by Oracle) it
was clear that you were not allowed to copy their text as you wish.
You are not the first one to make such changes. There were similar
discuss
as 10.1.7
Smoke tests OK with Java 11.0.18.
Unit tests OK with Java 11.0.18, all connectors (NIO, NIO2)
on Windows 10.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
2936eace5c46e8860b644b3c
>
> The proposed 8.5.87 release is:
> [ ] Broken - do not release
> [ ] Stable - go ahead and release as 8.5.86 (stable)
> [x] Stable - go ahead and release as 8.5.87 (stable)
Smoke tests OK with Java 7u80 (32-bit)
Unit te
The proposed 9.0.73 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 9.0.73
Smoke tests OK with Java 8u362.
Unit tests OK with Java 11.0.18, all connectors (APR, NIO, NIO2)
on Windows 10.
Best regards,
Konstantin Kolinko
---
tml
>
> Since it seems there are two identified regressions in 9.0.72, I plan
> to swap 9.0.71 back in on the website (and dlcdn) while things get
> fixed and we produce 9.0.73.
>
> Comments ?
If you are about
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
9.0.71 is affecte
887970d7203
>
> The proposed 10.1.6 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 10.1.6
Smoke tests OK with Java 11.0.18.
Unit tests OK, all connectors (NIO, NIO2), with or without Tomcat
Native, with Java 11.0.18.
on Windows 10.
Best regards,
Konstanti
68470320295
>
> The proposed 9.0.72 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 9.0.72
Smoke tests OK with Java 8u362, Tomcat Native enabled,
Unit tests OK with Java 11.0.18, all connectors,
on Windows 10.
Best regards,
Konstantin Kolinko
---
proposed 8.5.86 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 8.5.86 (stable)
Smoke tests OK with Java 7u80, Tomcat Native enabled,
on Windows 10.
Best regards,
Konstantin Kolinko
nothing showing elsewhere. A very small
> number of other TEST-*.txt files exist in the logs/ directory.
>
> Any suggestions?
Is it a virtual machine?
Are other tests mentioned in the console output of Ant?
Can it be that "hard drive" is full, so no more logs could be writt
uired so I'm not sure if it merits delaying the releases...
>
> Thoughts?
I am available to test and vote for Tomcat 8.5 and 9.0.
I have no plans for Tomcat 10.1 and 11 now.
Best regards,
Konstantin Kolinko
-
To un
, not "MUST".
Second, it mentions as an example that the "Vary" header may differ.
- Looking for examples in the wild,
https://stackoverflow.com/a/3854872
has an example of "Content-Length" / "Transfer-Encoding"
tent/repositories/orgapachetomcat-1416
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.85/
> 7b1f4ce0b82641bf76a3d763bd97d5522513b57b
>
> The proposed 8.5.85 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 8.5.85 (stable)
Smo
editor.org/rfc/rfc9218.html#name-priority-parameters
+1
Sounds reasonable.
I added a link to [1] to our Specifications page on the wiki,
https://cwiki.apache.org/confluence/display/TOMCAT/Specifications
Best regards,
Konstantin Kolinko
---
public static final String ORDERED_LIBS =
"javax.servlet.context.orderedLibs";
]]]
7. If you look into implementation of
org.apache.catalina.connector.Request#getAttibute(...), you will see
the following:
[[[
public Object getAttribute(String name) {
// Special attributes
SpecialAttributeAdapter adapter = specialAttributes.get(name);
if (adapter != null) {
return adapter.get(this, name);
}
]]]
I think that this feature could be leveraged to provide mappings for
the legacy attribute names.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
>> The Java version was the key.
> >>
> >> Eclispe JDT 4.6.3 can't compile JSPs under Java 17 as it can't read the
> >> Java 17 class files.
> >>
> >> We can't update JDT as that is the latest version that works with Java 7
> >> and Tomcat 8.x has a (specification mandated) minimum Java version of 7.
> >>
> >> Updating the JDT locally, as you found, is the way to work around this
> >> problem.
> >
> > Got it.
> >
> > In that case, I think we need to mark the upper limit of JDK version on
> > documentation for 8.5.x.
>
> +1
>
> I think we should update the web site to include a note that there is
> actually a "qualified upper limit" on the Java version supported by
> Tomcat 8.5.x out of the box, but you can manually-upgrade jdt to version
> N which is compatible with both Tomcat 8.5.x and Java 17.
Previous discussions, a year ago:
https://bz.apache.org/bugzilla/show_bug.cgi?id=65599
https://lists.apache.org/thread/5489jyfry6zypr3x43qypqoxx02dqz08
>
> I don't think this issue imperils this release, though.
Not a stopper.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
silently did this step,
but it is not my priority at the moment.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
github.com/apache/tomcat/tree/10.1.0-M19
> ff0b6c231b7a1a416688346fdd299a3d6cfb5b64
>
>
> The proposed 10.1.0-M19 release is:
> [ ] Broken - do not release
> [ ] Beta - go ahead and release as 10.1.0-M19 (beta)
Best regards,
Konstantin Kolinko
-
src/assembly/src.xml
]]]
src/assembly/bin.xml:
src/assembly/src.xml:
both have the following:
[[[
tar.gz
zip
]]]
There is no "tar.bz2" above.
Best regards,
Konstantin Kolinko
--
be different:
A web application may provide its own copy of logging.properties file
by placing it into its own WEB-INF/classes/ directory.
https://tomcat.apache.org/tomcat-8.5-doc/logging.html#Using_java.util.logging_(default)
Best regards,
Konstantin Kolinko
--
case of ChoiceFormat in the code fragment above.
I think that usage of ChoiceFormat is rare, and that it is always used
with numbers, not with some random values of unknown type.
So I think that we are safe to ignore this case.
(c) It is possible to combine (b) with a type check,
e.g. apply it for Numbers only, but skip Dates.
Is there a worth in such behaviour?
My preference is for (b).
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
It is hard to see the whole discussion without going to the GitHub site.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
(e.g. code highlight).
2. E-mails allowed to the mailing lists have to be plain text.
E-mails from Bugzilla are easier to follow.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For a
чт, 11 авг. 2022 г. в 05:21, Han Li :
>
>
>
> > 2022年8月11日 06:52,Konstantin Kolinko 写道:
> >
> > ср, 10 авг. 2022 г. в 13:25, Han Li > <mailto:aooo...@gmail.com>>:
> >>
> >> Mark,
> >>
> >> Can I make a suggestion related
logs, if anything happens. As the
logs will be in Chinese.
- Such an approach assumes that there is something to detect. A
broken test is only broken for languages where translation exists and
differs from the default.)
Best regards,
Konstantin Kolinko
ns here sometimes.
And this question looks to be more related to Taglibs (a set of tag
library projects under Tomcat PMC) rather than to Tomcat itself. Their
development is discussed here.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
2022) - HTTP Caching
RFC 9112 (June 2022) - HTTP/1.1
RFC 9113 (June 2022) - HTTP/2
RFC 9114 (June 2022) - HTTP/3
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands
2.0.1/ are of July 5.
For Firefox 101.0 the difference is more noticeable:
May 31 (the official date) vs May 27 (signature) vs May 30 (files).
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
745c56bcd66e02d88ce7ad8bb596
Removing an undocumented option that is commented as deprecated in the
code is OK.
I think it does not count as an "added feature". If it is breaking
something, it is covered by 0.2.0 -> 1.0.0 version number change.
Thus I am OK with the ve
://svn.apache.org/viewvc?rev=1901916&view=rev
BTW, I added the version number to Bugzilla.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
пн, 13 июн. 2022 г. в 19:54, Konstantin Kolinko :
>
> пн, 13 июн. 2022 г. в 19:32, Christopher Schultz
> :
> >
> > All,
> >
> > I've been thinking about the possibility of making a read-only JMX role
> > available for the existing manager-jmx capabil
page,
which is already provided by the manager app and has a dedicated role.
Best regards,
Konstantin Kolinko.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
; Mailing
> Lists
> - href="https://wiki.apache.org/tomcat/FrontPage";>Wiki
> + href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage";>Wiki
>
>
>
> diff --git a/webapps/docs/appdev/processes.xml
> b/webapps/docs/appdev/processes.xml
> index ef942466e4..97642151dc 100644
> --- a/webapps/docs/appdev/processes.xml
> +++ b/webapps/docs/appdev/processes.xml
[]
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
uot;X509UsernameRetrieverClassName" attribute) was mentioned
in an unrelated discussion recently. It has access to the client's
certificate.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66009#c3
https://tomcat.apache.org/tomcat-9.0-doc/config/realm.html
https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
lity of Apache
> > Tomcat 10.1.0-M14 (alpha).
> > (...)
>
> --
> --
> Martin Knoblauch
> email: k n o b i AT knobisoft DOT de
> www: http://www.knobisoft.
with props)
> dev/tomcat/tomcat-8/v8.5.78/bin/apache-tomcat-8.5.78.tar.gz.sha512
> dev/tomcat/tomcat-8/v8.5.78/bin/apache-tomcat-8.5.78.zip (with props)
> dev/tomcat/tomcat-8/v8.5.78/bin/apache-tomcat-8.5.78.zip.sha512
*.asc files are missing for .zip and .tar.gz above.
The
8598400
> ++#2022-03-31T12:00:00Z
> ++#ant.tstamp.now=1648728000
Note doubled "++"
There are leading "+" on those lines.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
at-10/v10.1.0-M14/src/apache-tomcat-10.1.0-M14-src.tar.gz.asc
>
> dev/tomcat/tomcat-10/v10.1.0-M14/src/apache-tomcat-10.1.0-M14-src.tar.gz.sha512
> dev/tomcat/tomcat-10/v10.1.0-M14/src/apache-tomcat-10.1.0-M14-src.zip
> (with props)
> dev/tomcat/tomcat-10/v10.1.0-M14/src/apa
or protect some of those methods with a
security manager,
as they are part of the public API,
as I see no way to distinguish it from a proper call by the application.
So I think it is up to EL to close access to object -> getClass() ->
g
ed "Necromancer".
I happen to have 3 of those, though it looks that the official cause
for them is a bit different.
https://stackoverflow.com/users/4116988/konstantin-kolinko?tab=badges
What astonished me while looking through the archives
is that I was one of the people who tested
ase of the
4.1.x series."
https://lists.apache.org/thread/q0bb1756s8zxg949ocodmm2j2o9ntpfq
[ANN] Release of Tomcat 3.3.2
2004-03-09.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Connector:
(configuration details - see my vote in the VOTE thread of Tomcat 8.5.77)
- Java 11 (64-bit), Java 7 (32-bit): OK
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.
changed
tomcat/site/trunk/docs/oldnews.html
besides tomcat-8.5-doc/* files, only the above 3 ones in docs/* were updated.
E.g. update to the downloads page has not been committed.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e
It does not make sense to me, neither from Unix nor from Windows point of view.
They are not *.exe files, nor are they executable shell scripts with a
shebang line.
A "-src.zip" file does not have this flag,
so it is not a *.zip mask (auto-properties setting?) that tr
recipe - see "Running cipher-suite tests without failure" thread
(Feb 24, 2022),
https://lists.apache.org/thread/42rkw48o00nzoxnr11jlst2d8p2y6bh5
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
c563587ff722e69d
- On the source tree (on the active branch in git) it has rtext="in
progress" or "release in progress"
https://github.com/apache/tomcat/commit/b925f769668fee1b6febf12153205ff6bdfd1258
I think it makes more sense to do it this way (with rtext="" on th
ad
https://lists.apache.org/thread/mltqyq912z97klqvzg0d5mb7h658j734
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
y IllegalStateException when using http2 protocol"
- I wonder why the code mentioned there throws an ISE instead of an
IOException (end of stream exception) when writing to a closed stream.
That method declares that it throws an IOException. I commented in
that thread. It is
вт, 1 мар. 2022 г. в 18:08, :
>
> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch 9.0.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/9.0.x by this push:
> new e7d4ec
currently running.
Even though they did not start at the same time, it looks like they
overlap. I saw both 10.0.x and 9 being tested at the same time.
(10.0.x has finished a few seconds ago).
Best regards,
Konstantin Kolinko
-
ate for "US/Let's Encrypt/R3"
I am attaching it, if it helps.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
чт, 14 окт. 2021 г. в 13:37, Mark Thomas :
>
> On 14/10/2021 11:32, Konstantin Kolinko wrote:
> > чт, 14 окт. 2021 г. в 13:01, Mark Thomas :
> >>
> >> On 14/10/2021 10:59, ma...@apache.org wrote:
> >>> This is an automated email from the ASF dual-hosted
uences
> like "/..;a=b/" and I'll be addressing those as an optional check in a
> separate commit.
How about an "OPTIONS * HTTP/1.1" request?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS
https://datatracker.
Ls before making a
request, though I am not 100% sure. If so, the non-normalized URLs
will come from elsewhere, not from a browser. (And so there will be no
difference for browsers).
d. If backporting, it would better be configurable.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
пт, 8 окт. 2021 г. в 11:18, Mark Thomas :
>
> On 07/10/2021 20:59, Konstantin Kolinko wrote:
> > чт, 7 окт. 2021 г. в 18:46, Mark Thomas :
>
>
>
> >> Is this a problem worth solving? If it is, is there a better way?
> >
> > Hi!
> >
> > La
чт, 7 окт. 2021 г. в 22:59, Konstantin Kolinko :
> чт, 7 окт. 2021 г. в 18:46, Mark Thomas :
> >
> Approach e)
> Combine ecj-4.6.3.jar and ecj-4.20.jar (or later) into a single
> multi-release jar, "ecj-4.3.6_and_4.20.jar".
> See
> https://openjdk.java.net/jeps/23
Name",
"Bundle-Version", "Bundle-ClassPath" are to be removed. The
ecj-4.20.jar is signed. Those signatures are to be removed as well).
- The ecj-4.6.3.jar classes stay where they are.
- The ecj-4.20.jar classes go into META-INF/versions/9/
I do not quite like this approach, but I tested it and it works.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
d the repository.
>
> I suggest allowing 24 hours for anyone who voted to change their vote if
> they wish and then either complete the release if the votes remain
> unchanged or create a 8.5.73 release if there are any -1 votes.
+1 to go.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
1 - 100 of 2494 matches
Mail list logo