[Red5commits] [1689] applied patch by Joseph Wamicha to fix APPSERVER-45
jbauch
luke at codegent.com
Mon Feb 5 10:40:21 EST 2007
applied patch by Joseph Wamicha to fix APPSERVER-45
Timestamp: 02/05/07 10:30:45 EST (less than one hour ago)
Change: 1689
Author: jbauch
Files (see diff or trac for details):
doc/trunk/changelog.txt
java/server/trunk/src/org/red5/server/so/SharedObjectScope.java
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1689
Index: /java/server/trunk/src/org/red5/server/so/SharedObjectScope.java
===================================================================
--- /java/server/trunk/src/org/red5/server/so/SharedObjectScope.java (revision 1654)
+++ /java/server/trunk/src/org/red5/server/so/SharedObjectScope.java (revision 1689)
@@ -309,4 +309,10 @@
public Object getAttribute(String name) {
return so.getAttribute(name);
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public Map<String, Object> getAttributes() {
+ return so.getAttributes();
}
Index: /doc/trunk/changelog.txt
===================================================================
--- /doc/trunk/changelog.txt (revision 1681)
+++ /doc/trunk/changelog.txt (revision 1689)
@@ -17,5 +17,5 @@
- transient fields will not be serialized any longer (Jira APPSERVER-27)
- Red5 compiles with Java6 now
-- support for AMF3 incl. IExternalizable objects added (APPSERVER-31)
+- support for AMF3 incl. IExternalizable objects added (Jira APPSERVER-31)
Bugfixes:
@@ -48,4 +48,5 @@
- BufferOverflowException for empty RTMP packets fixed (Jira APPSERVER-37)
- flv files are no longer locked after playback (Jira APPSERVER-17)
+- SharedObjects support "getAttributes" (Jira APPSERVER-45)
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list