It seems the following now fails, both in older and newer images: ZnClient new url: 'http://bugs.pharo.org/issues/name/15008'; get. Which means 'Grab' of an issue number in MCSliceMaker no longer works. What changed ?
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008'; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says: Entry point not found The FogBugz page "/issues/name/15008'" was not found
On 27 Feb 2015, at 15:55, Marcus Denker <marcus.denker@inria.fr> wrote:
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008'; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says:
Entry point not found The FogBugz page "/issues/name/15008'" was not found
OK, but there must also be some proxy from us in between, no ? Because @ fogbugz there is no public API.
On 27 Feb 2015, at 16:00, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 27 Feb 2015, at 15:55, Marcus Denker <marcus.denker@inria.fr> wrote:
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008'; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says:
Entry point not found The FogBugz page "/issues/name/15008'" was not found
OK, but there must also be some proxy from us in between, no ? Because @ fogbugz there is no public API.
ahh⦠it uses bugs.pharo.org <http://bugs.pharo.org/> which I made to point to fog bugs (as it is unmaintained and out of date). I will for now re-enable it. Marcus
On 27 Feb 2015, at 16:05, Marcus Denker <marcus.denker@inria.fr> wrote:
On 27 Feb 2015, at 16:00, Sven Van Caekenberghe <sven@stfx.eu <mailto:sven@stfx.eu>> wrote:
On 27 Feb 2015, at 15:55, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu <mailto:sven@stfx.eu>> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008' <http://bugs.pharo.org/issues/name/15008'>; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says:
Entry point not found The FogBugz page "/issues/name/15008'" was not found
OK, but there must also be some proxy from us in between, no ? Because @ fogbugz there is no public API.
ahh⦠it uses bugs.pharo.org <http://bugs.pharo.org/> which I made to point to fog bugs (as it is unmaintained and out of date).
I will for now re-enable it.
I swtiched the DNS back. bugs.pharo.org <http://bugs.pharo.org/> should not forward anymore (can take a while till DNS is propagated) Marcus
It works again: ZnClient new url: 'http://bugs.pharo.org/issues/name/15008'; get. => 'Regression: ZnClient HTTPS request through HTTP proxy failing' Thank you, Marcus.
On 27 Feb 2015, at 16:18, Marcus Denker <marcus.denker@inria.fr> wrote:
On 27 Feb 2015, at 16:05, Marcus Denker <marcus.denker@inria.fr> wrote:
On 27 Feb 2015, at 16:00, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 27 Feb 2015, at 15:55, Marcus Denker <marcus.denker@inria.fr> wrote:
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008'; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says:
Entry point not found The FogBugz page "/issues/name/15008'" was not found
OK, but there must also be some proxy from us in between, no ? Because @ fogbugz there is no public API.
ahh⦠it uses bugs.pharo.org which I made to point to fog bugs (as it is unmaintained and out of date).
I will for now re-enable it.
I swtiched the DNS back. bugs.pharo.org should not forward anymore (can take a while till DNS is propagated)
Marcus
marcus is it not the effect of removing the redirect (of the ugly monkey). Le 27/2/15 15:55, Marcus Denker a écrit :
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu <mailto:sven@stfx.eu>> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008' <http://bugs.pharo.org/issues/name/15008%27>; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says:
*Entry point not found* ------------------------------------------------------------------------ The FogBugz page "/issues/name/15008'" was not found
On 27 Feb 2015, at 16:31, stepharo <stepharo@free.fr> wrote:
marcus is it not the effect of removing the redirect (of the ugly monkey).
Yes, I think so.
Le 27/2/15 15:55, Marcus Denker a écrit :
On 27 Feb 2015, at 15:53, Sven Van Caekenberghe <sven@stfx.eu <mailto:sven@stfx.eu>> wrote:
It seems the following now fails, both in older and newer images:
ZnClient new url: 'http://bugs.pharo.org/issues/name/15008' <http://bugs.pharo.org/issues/name/15008%27>; get.
Which means 'Grab' of an issue number in MCSliceMaker no longer works.
What changed ?
It seems to be a change at fogbugz? In the browser it says:
Entry point not found The FogBugz page "/issues/name/15008'" was not found
participants (3)
-
Marcus Denker -
stepharo -
Sven Van Caekenberghe