[Glass] Upgrade Grease behind firewall

BrunoBB via Glass glass at lists.gemtalksystems.com
Thu Jun 30 10:04:45 PDT 2016


Dale.

Finally i have installed Seaside in GemStone but i have made a very ugly
thing :)  ;)

It turns out that the problem was in method:
MetacelloGemStonePlatform>>extractHTTPHeader:do:

Is still under "investigation" why this happend. Inside GS the net packet is
like:
HTTP/1.0 200 Connection established

HTTP/1.1 200 OK
Server: GitHub.com
.........

But if i do a curl in the command line the answer is like:
HTTP/1.1 200 OK
Server: GitHub.com
......

So in MetacelloGemStonePlatform>>extractHTTPHeader:do: 
I changed:
line := aStream nextLine."strip status"
with:
line := aStream nextLine; nextLine; nextLine.	"strip status"

And the problem was fixed Seaside is running and working now.
The person of networking told me that the Reverse Proxy or any other element
does not change any net packet but he is not 100% sure.

Of course the problem is 100% here. But now has been fixed !

Regards,
Bruno




--
View this message in context: http://forum.world.st/Upgrade-Grease-behind-firewall-tp4903625p4904279.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list