https://bz.apache.org/bugzilla/show_bug.cgi?id=61795
Lazar Kirchev changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #2 from Lazar
Github user lkirchev closed the pull request at:
https://github.com/apache/tomcat/pull/92
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Github user lkirchev commented on the issue:
https://github.com/apache/tomcat/pull/92
Will replace it with a new PR.
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: de
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733
--- Comment #1 from Mark Thomas ---
Created attachment 35544
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35544&action=edit
Possible alternative solution
Having reviewed the source code it appears that after the lb_factor is changed
Hi,
A review from someone who knows the jk code better than I do would be
appreciated.
Does my alternative patch look appropriate? If not, is the OP's patch
appropriate? If neither is appropriate, what might an appropriate patch
look like and I'll see what I can do.
Thanks,
Mark
On 22/11/17 1
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733
--- Comment #2 from Jonathan Oddy ---
I hadn't spotted that, but I don't think it helps. jk_lb_push() only pushes
changes for subworkers where the sequence number has changed. update_worker()
sets the sequence number to -1 for the subworker tha
On 21/11/17 14:50, Rémy Maucherat wrote:
> On Tue, Nov 21, 2017 at 1:58 PM, Mark Thomas wrote:
>
>> All,
>>
>> I've been looking at jk/trunk with a view to rolling a release in the
>> near future. (It has been just over a year since the last release.)
>>
>> As I have been looking through the sour
Author: markt
Date: Wed Nov 22 11:36:04 2017
New Revision: 1816037
URL: http://svn.apache.org/viewvc?rev=1816037&view=rev
Log:
Remove the jkant component
The code has been untouched (in any meaningful way) for 14+ years.
Removed:
tomcat/jk/trunk/jkant/
--
Author: markt
Date: Wed Nov 22 11:36:45 2017
New Revision: 1816038
URL: http://svn.apache.org/viewvc?rev=1816038&view=rev
Log:
Remove the apache-1.3 component
httpd 1.3 reached EOL over 12 years ago
Removed:
tomcat/jk/trunk/native/apache-1.3/
Author: markt
Date: Wed Nov 22 11:38:30 2017
New Revision: 1816039
URL: http://svn.apache.org/viewvc?rev=1816039&view=rev
Log:
Remove the iis/installer component
Last released 12+ years ago and requires an InstallShield license we do not
have.
Removed:
tomcat/jk/trunk/native/iis/installer/
Author: markt
Date: Wed Nov 22 11:44:50 2017
New Revision: 1816041
URL: http://svn.apache.org/viewvc?rev=1816041&view=rev
Log:
Remove references to building the ISAPI redirector for Itanium
Removed:
tomcat/jk/trunk/native/iis/Makefile.ia64
Modified:
tomcat/jk/trunk/xdocs/webserver_howto/i
Author: markt
Date: Wed Nov 22 12:06:03 2017
New Revision: 1816042
URL: http://svn.apache.org/viewvc?rev=1816042&view=rev
Log:
Remove build file that used jkant
Removed:
tomcat/jk/trunk/native/build.xml
-
To unsubscribe, e-
Author: markt
Date: Wed Nov 22 12:06:41 2017
New Revision: 1816043
URL: http://svn.apache.org/viewvc?rev=1816043&view=rev
Log:
Remove apache-1.3 references
Modified:
tomcat/jk/trunk/native/BUILDING.txt
tomcat/jk/trunk/native/configure.ac
Modified: tomcat/jk/trunk/native/BUILDING.txt
URL:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733
--- Comment #3 from Mark Thomas ---
That sounds reasonable. That does seem to be consistent with the general
approach which looks to be calculate / update stuff once, put in in shared
memory, have everything that needs to update from shared mem
Author: markt
Date: Wed Nov 22 12:13:58 2017
New Revision: 1816045
URL: http://svn.apache.org/viewvc?rev=1816045&view=rev
Log:
Ignore files generated by buildconf.sh
Modified:
tomcat/jk/trunk/native/common/ (props changed)
tomcat/jk/trunk/native/scripts/build/unix/ (props changed)
Pr
2017-11-22 15:06 GMT+03:00 :
> Author: markt
> Date: Wed Nov 22 12:06:41 2017
> New Revision: 1816043
>
> URL: http://svn.apache.org/viewvc?rev=1816043&view=rev
> Log:
> Remove apache-1.3 references
>
> Modified:
> tomcat/jk/trunk/native/BUILDING.txt
> tomcat/jk/trunk/native/configure.ac
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=61621
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #1 from Mark Tho
Author: markt
Date: Wed Nov 22 14:33:11 2017
New Revision: 1816058
URL: http://svn.apache.org/viewvc?rev=1816058&view=rev
Log:
Follow-up to r1816043
kkolinko review
Ensure correct version of apxs is specified
Modified:
tomcat/jk/trunk/native/configure.ac
Modified: tomcat/jk/trunk/native/conf
GitHub user lkirchev opened a pull request:
https://github.com/apache/tomcat/pull/94
Support null for provider class name when registering a provider
Patch for https://bz.apache.org/bugzilla/show_bug.cgi?id=61784
You can merge this pull request into a Git repository by running:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61784
--- Comment #6 from Lazar Kirchev ---
Thanks Mark! Agree.
Here is a pull request with patch + tests:
https://github.com/apache/tomcat/pull/94
--
You are receiving this mail because:
You are the assignee for the bug.
-
Will look this evening.
Rainer
Am 22.11.2017 um 11:59 schrieb Mark Thomas:
Hi,
A review from someone who knows the jk code better than I do would be
appreciated.
Does my alternative patch look appropriate? If not, is the OP's patch
appropriate? If neither is appropriate, what might an appropr
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733
--- Comment #4 from Jonathan Oddy ---
Created attachment 35547
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35547&action=edit
Force update all subworkers for multiplier change
Here's an attempt at doing that.
This hasn't been as hea
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692
--- Comment #6 from Mark Thomas ---
Good point. Fixing that starts heading in the direction of the original patch
again. More thought required.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Wed Nov 22 19:47:24 2017
New Revision: 1816074
URL: http://svn.apache.org/viewvc?rev=1816074&view=rev
Log:
Ignore generated files
Modified:
tomcat/jk/trunk/native/ (props changed)
tomcat/jk/trunk/native/common/ (props changed)
Propchange: tomcat/jk/trunk/native/
-
Author: markt
Date: Wed Nov 22 20:17:53 2017
New Revision: 1816076
URL: http://svn.apache.org/viewvc?rev=1816076&view=rev
Log:
Correctly handle the case when AuthConfigFactoryImpl.registerConfigProvider()
is called with a provider name of null.
Patch provided by Lazar.
This closes #94
Modified:
Github user asfgit closed the pull request at:
https://github.com/apache/tomcat/pull/94
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Author: markt
Date: Wed Nov 22 20:18:37 2017
New Revision: 1816077
URL: http://svn.apache.org/viewvc?rev=1816077&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61784
Correctly handle the case when AuthConfigFactoryImpl.registerConfigProvider()
is called with a provider name of n
https://bz.apache.org/bugzilla/show_bug.cgi?id=61784
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Wed Nov 22 20:48:39 2017
New Revision: 1816078
URL: http://svn.apache.org/viewvc?rev=1816078&view=rev
Log:
Add a property to the Authenticator implementations to enable a custom JASPIC
CallbackHandler to be specified.
Patch provided by Lazar.
This closes #93
Added:
tomca
Github user asfgit closed the pull request at:
https://github.com/apache/tomcat/pull/93
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
Author: markt
Date: Wed Nov 22 20:49:06 2017
New Revision: 1816080
URL: http://svn.apache.org/viewvc?rev=1816080&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61795
Add a property to the Authenticator implementations to enable a custom JASPIC
CallbackHandler to be specified.
Pa
https://bz.apache.org/bugzilla/show_bug.cgi?id=61795
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2834
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Wed Nov 22 21:25:42 2017
New Revision: 1816083
URL: http://svn.apache.org/viewvc?rev=1816083&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=51496
When using the Windows installer, check if the requested service name already
exists and, if it does, prompt the
Author: markt
Date: Wed Nov 22 21:27:31 2017
New Revision: 1816084
URL: http://svn.apache.org/viewvc?rev=1816084&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=51496
When using the Windows installer, check if the requested service name already
exists and, if it does, prompt the
Author: markt
Date: Wed Nov 22 21:28:43 2017
New Revision: 1816085
URL: http://svn.apache.org/viewvc?rev=1816085&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=51496
When using the Windows installer, check if the requested service name already
exists and, if it does, prompt the
Author: markt
Date: Wed Nov 22 21:29:26 2017
New Revision: 1816086
URL: http://svn.apache.org/viewvc?rev=1816086&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=51496
When using the Windows installer, check if the requested service name already
exists and, if it does, prompt the
https://bz.apache.org/bugzilla/show_bug.cgi?id=51496
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Wed Nov 22 21:32:19 2017
New Revision: 1816087
URL: http://svn.apache.org/viewvc?rev=1816087&view=rev
Log:
Fix test failure
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
Modified:
tomcat/trunk/test/org/apache
Author: markt
Date: Wed Nov 22 21:33:03 2017
New Revision: 1816088
URL: http://svn.apache.org/viewvc?rev=1816088&view=rev
Log:
Fix test failure
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthent
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733
--- Comment #5 from Rainer Jung ---
Created attachment 35549
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35549&action=edit
Reorder update actions and introduce flag for demanding updates for all members
I think both of your analysis
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2836
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Mark,
On 11/21/17 7:58 AM, Mark Thomas wrote:
> All,
>
> I've been looking at jk/trunk with a view to rolling a release in the
> near future. (It has been just over a year since the last release.)
>
> As I have been looking through the source, I have noticed a number of
> components that we stil
https://bz.apache.org/bugzilla/show_bug.cgi?id=61803
Bug ID: 61803
Summary: Documentation for sslEnabledProtocols describes the
incorrect way to set this option
Product: Tomcat 8
Version: 8.5.23
Hardware: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=61803
--- Comment #1 from Simon Dawson ---
Here is the original patch that changed this for version 8.
https://svn.apache.org/viewvc?view=revision&revision=1681779
It did include some documentation updates but not to sslEnabledProtocols.
--
You ar
45 matches
Mail list logo