[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
unnecessary dummy request due to SOUND component  XML
Forum Index -> Development
Author Message
moebus

Power User

Joined: 21/11/2007 12:49:18
Messages: 93
Offline

We have a status bar in our pages, created with as little parameters as possible, namely
Code:
<t:rowstatusbar id="g_sb" />


The status bar component always creates a sound component as child, and the sound file being an empty string.

On the client side (SOUNDElement), this empty sound file causes a request to the url
GET /ourapplication/faces/

this is answered by 404 not found which pollutes the server protocols, additionally (being handled by Faces servlet) it creates an extra tomcat session which will consume unnecessary server resources.

The handling of empty sound file (...empty or null!...) should be improved.
regards
Manfred
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

...yes, you are right. We will update this "behaviour" for the next update. Thanks!

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team