adjust messages_p servlet to standard header.getPathInfo, too

(replacing non standard http header)
This commit is contained in:
reger 2016-11-20 04:02:28 +01:00
parent bad8f87998
commit 3630fcc458

View File

@ -131,7 +131,7 @@ public class Messages_p {
prop.putXML("mode_messages_"+count+"_key", key);
prop.put("mode_messages_"+count+"_hash", message.authorHash());
if ((header.get(HeaderFramework.CONNECTION_PROP_PATH)).endsWith(".rss")) {
if (header.getPathInfo().endsWith(".rss")) {
// set the peer address
prop.put("mode_messages_"+count+"_context", context);