[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
HTTP 500 in ccaround.... page  XML
Forum Index -> Development
Author Message
heyl

Power User

Joined: 10/01/2008 09:41:55
Messages: 267
Location: Ettlingen
Offline

Hi everyone,

please can someone explain to me what ccaround.jsp is for?

It's called quite often and during logout of our application we get a HTTP 500 without any logs and hints however.

No misbehavior of the application is visible but we like to understand the reason, in order to make sure there are no security or other issues.

Thanks and best regards
Frauke

[Thumb - Screenshot 2024-04-17 160157.png]
 Filename Screenshot 2024-04-17 160157.png [Disk] Download
 Description
 Filesize 8 Kbytes
 Downloaded:  13 time(s)

CaptainCasa

Power User
[Avatar]

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

Hi Frauke,

it is the .jsp page that is the starting layout for any page: if you start...

http://...whatever.risc

...then the client actually calls the ccaround.jsp layout- and within this arranges the whatever-page as ROW(PAGEBEAN)INCLUDE.

So the client's data requests (== the normal client roundtrips to your applicaiton) are going through this page. If you switch your browser to development mode then you see one "ccaround.jsp..."-POST communicaation per serer roundtrip.

If your application runs into some error which is passed to the client, then the ccaround.jsp-roundtrip is the one to get the 500-response.

Kind regards! Björn

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