Hi,
I think I have detect a small bug. If I using the fantastic feature to configure sessions with the configuration builder to setup the several sessions then the builder create some entries beginning with Session.SessionName....
Unfortunately during the loading process the parser (Delphi) look for session.SessionName... also with an small s at start and can't find the session settings.
LIndex := SiPos(SiSessionPrefix, LKey);
if LIndex <> 1 then
begin
Continue;
end;
SISessionPrefix is defined
SiSessionPrefix : UnicodeString = 'session.';
I can resolve the problem by editing the source but for the next version it would by nice to fix this.
Subscribe to forum
Forum
Small Bug
Page: 1
| Author | Post |
|---|---|
|
Stephan Rabich
|
#1 Wed Sep 03, 2008 6:38 am
|
| Guest | |
|
#2 Wed Sep 03, 2008 8:22 am
|
|
|
Administrator
Registered: Sep 2007
Posts: 133
|
Hello Stephan,
Yep, looks like a bug. Will be fixed in the next release, thanks. The Builder should actually output a lowercase 's'. You can still use these configuration files without changing the library source if you manually change the 'S' to 's'. |
Page: 1