<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Electrotank Forums - ES5 Bug Reports</title>
		<link>http://www.electrotank.com/forums/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 20:58:49 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.electrotank.com/forums/images/misc/rss.png</url>
			<title>Electrotank Forums - ES5 Bug Reports</title>
			<link>http://www.electrotank.com/forums/</link>
		</image>
		<item>
			<title><![CDATA[[Question] getPassword Method]]></title>
			<link>http://www.electrotank.com/forums/showthread.php?13143-getPassword-Method&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 10:47:43 GMT</pubDate>
			<description><![CDATA[I implement code in server: 
 
200. Collection<RoomValue> rooms = api.getRooms(api.getZoneId(), nameRoom); 
201.		int gameId = -1; 
202.		if(rooms !=...]]></description>
			<content:encoded><![CDATA[<div>I implement code in server:<br />
<br />
200. Collection&lt;RoomValue&gt; rooms = api.getRooms(api.getZoneId(), nameRoom);<br />
201.		int gameId = -1;<br />
202.		if(rooms != null){<br />
203.			for (Iterator&lt;RoomValue&gt; iterator = rooms.iterator(); iterator.hasNext();) {<br />
204.				RoomValue roomValue = (RoomValue) iterator.next();<br />
205.				int tempGameId = roomValue.getGameId();<br />
206.				String password = roomValue.getPassword();<br />
<br />
<br />
.........<br />
<br />
I see error in log:<br />
<br />
2013-May-13 17:38:30:396 [New I/O server worker #1-3] ERROR com.electrotank.electroserver5.servers.registry.Re  gistryEndpoint  - com.electrotank.electroserver5.extensions.api.valu  e.RoomValue.getPassword()Ljava/lang/String;<br />
java.lang.NoSuchMethodError: com.electrotank.electroserver5.extensions.api.valu  e.RoomValue.getPassword()Ljava/lang/String;<br />
	at controllers.CreateOrJoinRoom.process(CreateOrJoinR  oom.java:206)<br />
<br />
Please, fix it?</div>

 ]]></content:encoded>
			<category domain="http://www.electrotank.com/forums/forumdisplay.php?41-ES5-Bug-Reports">ES5 Bug Reports</category>
			<dc:creator>universe</dc:creator>
			<guid isPermaLink="true">http://www.electrotank.com/forums/showthread.php?13143-getPassword-Method</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] ES 5.4.1 in HTTP mode doesn't send a Content-Type header with its crossdomain.xml]]></title>
			<link>http://www.electrotank.com/forums/showthread.php?13130-ES-5.4.1-in-HTTP-mode-doesn-t-send-a-Content-Type-header-with-its-crossdomain.xml&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 23:50:34 GMT</pubDate>
			<description><![CDATA[When using a BinaryHTTP connection with ES5.4.1, I find that flash gets unhappy with me, complaining: 
 
Error: [strict] Ignoring policy file at...]]></description>
			<content:encoded><![CDATA[<div>When using a BinaryHTTP connection with ES5.4.1, I find that flash gets unhappy with me, complaining:<br />
<br />
Error: [strict] Ignoring policy file at <a href="http://209.172.57.88:8990/cross-domain" target="_blank">http://209.172.57.88:8990/cross-domain</a> due to missing Content-Type.<br />
Error: [strict] Ignoring policy file at <a href="http://209.172.57.88:8990/crossdomain.xml" target="_blank">http://209.172.57.88:8990/crossdomain.xml</a> due to missing Content-Type.<br />
<br />
This is a regression - this problem did not exist in ES 5.3.3 (Which I've just updated from). <br />
<br />
Pretty sure this is an ES bug.. Currently trying to coax the API into being less annoying and actually working...</div>

 ]]></content:encoded>
			<category domain="http://www.electrotank.com/forums/forumdisplay.php?41-ES5-Bug-Reports">ES5 Bug Reports</category>
			<dc:creator>daperson1</dc:creator>
			<guid isPermaLink="true">http://www.electrotank.com/forums/showthread.php?13130-ES-5.4.1-in-HTTP-mode-doesn-t-send-a-Content-Type-header-with-its-crossdomain.xml</guid>
		</item>
	</channel>
</rss>
