google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

Red 5 Admin Panel issue #501

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I can register admin user. Also I am able to login as admin. But the issue 
is that I am able to login to admin panel with invalid credential. Even I can 
login to admin panel with an invalid username or password. This means that no 
authentication takes place.

What is the expected output? What do you see instead?
The expected output should be a valid authentication. But authentication never 
takes place.

What version of the product are you using? On what operating system?
Red5 1.1 on CentOS 6.4

Please provide any additional information below.
Logs

red5.log

2014-05-11 09:36:56,938 [NioProcessor-3] INFO  
org.red5.webapps.admin.Application - W3C x-category:session x-event:disconnect 
c-ip:14.140.176.234 c-client-id:1
2014-05-11 09:36:59,657 [NioProcessor-4] INFO  
o.r.s.n.r.codec.RTMPProtocolDecoder - Action connect
2014-05-11 09:36:59,658 [NioProcessor-4] INFO  
o.r.server.net.rtmp.RTMPConnection - Setting object encoding to AMF3
2014-05-11 09:36:59,658 [NioProcessor-4] INFO  
o.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@4682981 Depth = 
1, Path = '/default', Name = 'admin']

admin.log
2014-05-11 09:37:39,153 [NioProcessor-4] INFO  
org.red5.webapps.admin.Application - Client with id 2 disconnected.
2014-05-11 09:37:41,487 [NioProcessor-5] DEBUG 
org.red5.webapps.admin.Application - Scopes: {}
2014-05-11 09:37:42,472 [NioProcessor-5] DEBUG 
org.red5.webapps.admin.Application - Scopes: {}
2014-05-11 09:37:

Original issue reported on code.google.com by nijinash...@gmail.com on 11 May 2014 at 9:39

GoogleCodeExporter commented 9 years ago
These are example apps and this issue list is being replaced by the one on 
github.

Original comment by mondain on 9 Nov 2014 at 3:53