[jira] [Updated] (HTTPCORE-625) Can't update anymore balancer-manager page

2020-02-13 Thread Razvan (Jira)


 [ 
https://issues.apache.org/jira/browse/HTTPCORE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Razvan updated HTTPCORE-625:

Description: 
Hi,

 

I'm using this module mod_proxy_balancer.so 

On httpd 2.4.39 I used this curl:

curl -k -s -XPOST "https://hostname:443/balancer-manager"; -d b="anydata" -d 
w="ajp:anydata.com" -d nonce="token-token-token-token-token" -d w_status_D=1

and the Disabled Status was enabled for "anydata"

 

After I upgraded apache to httpd2.4.41 this curl is not working anymore (no 
chages made on "https://hostname:443/balancer-manager";.

I've added many headers like "Referer, Authorization, User-Agent" but nothing 
changes.

I appreciate any suggestions regarding this problem, maybe a header that 
expects or any curl parameter.

 

Thanks,

Razvan

  was:
Hi,

 

I'm using this module mod_proxy_balancer.so 

On httpd 2.4.39 I used this curl:

curl -k -s -XPOST "https://hostname:443/balancer-manager"; -d b="anydata" -d 
w="ajp:anydata.com" -d nonce="token-token-token-token-token" -d w_status_D=1

and the Disabled Status was enbled for "anydata"

 

After I upgraded apache to httpd2.4.41 this curl is not working anymore (no 
chages made on "https://hostname:443/balancer-manager";.

I've added many headers like "Referer, Authorization, User-Agent" but nothing 
changes.

I appreciate any suggestions regarding this problem, maybe a header that 
expects or any curl parameter.

 

Thanks,

Razvan


> Can't update anymore balancer-manager page
> --
>
> Key: HTTPCORE-625
> URL: https://issues.apache.org/jira/browse/HTTPCORE-625
> Project: HttpComponents HttpCore
>  Issue Type: Bug
>Reporter: Razvan
>Priority: Major
>
> Hi,
>  
> I'm using this module mod_proxy_balancer.so 
> On httpd 2.4.39 I used this curl:
> curl -k -s -XPOST "https://hostname:443/balancer-manager"; -d b="anydata" -d 
> w="ajp:anydata.com" -d nonce="token-token-token-token-token" -d w_status_D=1
> and the Disabled Status was enabled for "anydata"
>  
> After I upgraded apache to httpd2.4.41 this curl is not working anymore (no 
> chages made on "https://hostname:443/balancer-manager";.
> I've added many headers like "Referer, Authorization, User-Agent" but nothing 
> changes.
> I appreciate any suggestions regarding this problem, maybe a header that 
> expects or any curl parameter.
>  
> Thanks,
> Razvan



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[jira] [Created] (HTTPCORE-625) Can't update anymore balancer-manager page

2020-02-13 Thread Razvan (Jira)
Razvan created HTTPCORE-625:
---

 Summary: Can't update anymore balancer-manager page
 Key: HTTPCORE-625
 URL: https://issues.apache.org/jira/browse/HTTPCORE-625
 Project: HttpComponents HttpCore
  Issue Type: Bug
Reporter: Razvan


Hi,

 

I'm using this module mod_proxy_balancer.so 

On httpd 2.4.39 I used this curl:

curl -k -s -XPOST "https://hostname:443/balancer-manager"; -d b="anydata" -d 
w="ajp:anydata.com" -d nonce="token-token-token-token-token" -d w_status_D=1

and the Disabled Status was enbled for "anydata"

 

After I upgraded apache to httpd2.4.41 this curl is not working anymore (no 
chages made on "https://hostname:443/balancer-manager";.

I've added many headers like "Referer, Authorization, User-Agent" but nothing 
changes.

I appreciate any suggestions regarding this problem, maybe a header that 
expects or any curl parameter.

 

Thanks,

Razvan



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] ok2c edited a comment on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
ok2c edited a comment on issue #210: re-add validateAfterInactivity to pool 
manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585759167
 
 
   @h0nIg The stale check is ineffective because the connection can go stale 
immediately after having passed the check. It can catch some stale connections 
but not all. It is also inefficient by being expensive in terms of execution 
overhead.   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] ok2c commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
ok2c commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585759167
 
 
   @h0nIg The stale check is ineffective because the connection can go stale 
immediately after having passed the check. It can catch some stale connections 
but not all. It is also inefficient by being expensive in therms of execution 
overhead.   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] h0nIg commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
h0nIg commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585754127
 
 
   @ok2c ok, can you elaborate about "ineffective and inefficient" to better 
understand what is not catched by the check?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] ok2c commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
ok2c commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585732292
 
 
   @h0nIg The stale connection check is both ineffective and inefficient. A 
major release is the point when its application can be changed from having to 
opt-out to having to opt-in.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] h0nIg edited a comment on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
h0nIg edited a comment on issue #210: re-add validateAfterInactivity to pool 
manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585677241
 
 
   @ok2c "if configured properly". In 4.X it was enabled by default and in 5.X 
it is not enabled by default, therefore please enable it by default in 5.X as 
well or help me to understand why its no longer like in 4.X


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] h0nIg commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
h0nIg commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585677241
 
 
   @h0nIg "if configured properly". In 4.X it was enabled by default and in 5.X 
it is not enabled by default, therefore please enable it by default in 5.X as 
well or help me to understand why its no longer like in 4.X


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[REPORT] HttpComponents

2020-02-13 Thread Oleg Kalnichevski
## Description:

The mission of HttpComponents is the creation and maintenance of
software related to Java toolset of low level HTTP components

## Issues:

There are no issues requiring attention of the Board at this point.

## Membership Data:

Apache HttpComponents was founded 2007-11-14 (12 years ago)
There are currently 19 committers and 10 PMC members in this project.
The Committer-to-PMC ratio is roughly 5:3.

Community changes, past quarter:
- No new PMC members. Last addition was Ryan Schmitt on 2019-08-28.
- No new committers. Last addition was Ryan Schmitt on 2018-11-13.

## Project Activity:

The project team is preparing the first GA release of HttpCore 5.0 and 
HttpClient 5.0 component libraries. This marks the end of a 5 year
long development cycle and is a major milestone for the project.  

Recent releases:
* HttpClient 5.0-beta7 was released on 2020-01-27.
* HttpClient 4.5.11 GA was released on 2020-01-20.
* HttpCore 4.4.13 GA was released on 2020-01-14.
* HttpCore 5.0-beta11 was released on 2020-01-08.

## Community Health:

Overall the project remains active. 

With 5.0 development phase completed we expect the main focus of 
the project to shift from development to maintenance and user support
for some while. 

We planning to start a discussion on the development list about 
the 5.1 development project, its main objectives, scope and timeline.  


-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] ok2c commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
ok2c commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585611409
 
 
   @h0nIg The check _will_ get triggered if configured correctly. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] h0nIg commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
h0nIg commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585605763
 
 
   @ok2c because the stale check will not get triggered if this value is empty. 
In 4.X it will get triggered and i don't see any reason why this should change: 
https://github.com/apache/httpcomponents-client/blob/bd22d7cf24f262fcbf5040ac50e262d1ca1b9974/httpclient5/src/main/java/org/apache/hc/client5/http/impl/io/PoolingHttpClientConnectionManager.java#L291-L308


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



Re: [VOTE] Release HttpCore 5.0 based on RC1

2020-02-13 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.0

On Wed, 2020-02-12 at 11:50 +0100, Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpCore 5.0.
> The vote is open for the at least 72 hours, and only votes from
> HttpComponents PMC members are binding. The vote passes if at least
> three binding +1 votes are cast and there are more +1 than -1 votes.
> 
> Release notes:
>  
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-5.0-RC1/RELEASE_NOTES-5.0.x.txt
> 
> Maven artefacts:
>  
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-/org/apache/httpcomponents/core5/
> 
> Git Tag: 5.0-RC1
>  https://github.com/apache/httpcomponents-core/tree/5.0-RC1
> 
> Packages:
>  
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-5.0-RC1
>  revision 38008
> 
> Hashes:
>  de8b13b23423c7a1bd4c788869666c658165e8bb3cd3a147fc2b34aafd3f4b4cbbf7
> 55628a741007d2dbb498209a662edc7f03f28b6f6dc7c7fffd7ec780
> httpcomponents-core-5.0-bin.tar.gz
>  fcffb5e149154b547f9346b8d9bfeab92ffc87758d966defb0209559fa0de1b926f1
> 26015bd5bda172cc030cf0480d1bd86d0b29f92ab71e9dc7a4d2fbf7a4b4
> httpcomponents-core-5.0-src.zip
>  c141dcd93432a95e4b913889ff8a258929ded918acc9ab8835f32c7cbd67bd0f271e
> fab56103fa41183c66b25055be219a55f3982ae46f11d91de666023f1bdc
> httpcomponents-core-5.0-src.tar.gz
>  38dc582d9b5b69c787535c6e91405160a3ae3603be1b25efd273554081de0e8c7d49
> e97cf24bb853611edc85f5d3b60f367b7ba6d764af3271af8607f8cc5d7f
> httpcomponents-core-5.0-bin.zip
> 
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpcore/KEYS
> 
> ---
> ---
> Vote: HttpCore 5.0 release
> [ ] +1 Release the packages as HttpCore 5.0.
> [ ] -1 I am against releasing the packages (must include a reason).
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> For additional commands, e-mail: dev-h...@hc.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[GitHub] [httpcomponents-client] ok2c commented on issue #210: re-add validateAfterInactivity to pool manager

2020-02-13 Thread GitBox
ok2c commented on issue #210: re-add validateAfterInactivity to pool manager
URL: 
https://github.com/apache/httpcomponents-client/pull/210#issuecomment-585601313
 
 
   > @ok2c to restore the original 4.x behaviour as outlined in my comment. 
Please take a look at the links how it looked before
   
   @h0nIg And why would we do that exactly?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org