adjust messages_p servlet to standard header.getPathInfo, too

(replacing non standard http header)
pull/93/head
reger 8 years ago
parent bad8f87998
commit 3630fcc458

@ -131,7 +131,7 @@ public class Messages_p {
prop.putXML("mode_messages_"+count+"_key", key); prop.putXML("mode_messages_"+count+"_key", key);
prop.put("mode_messages_"+count+"_hash", message.authorHash()); 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 // set the peer address
prop.put("mode_messages_"+count+"_context", context); prop.put("mode_messages_"+count+"_context", context);

Loading…
Cancel
Save