Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Version 3.0.0 Released
v3.0.0 of the SRP HTTP Framework has been released. Details about this released are covered in the What's New page and the Version History page.
Comments
give the error ' error loading program GET_WINDOW_ID
OSWrite ProcErr to 'C:\XXX\' : AbortedFileName
should not this be
OSWrite ProcErr to CapturePath : '\' : AbortedFileName
(after the required housekeeping validation etc)
Loading Error with GET_WINDOW_ID
This is a SRP FrameWorks utility that gets referenced in our standard commuter module insert. I had not included it in the RDK because the new form does not use this routine. However, because it is in the insert, it gets called automatically. I never ran into this issue because my projects are usually based in full SRP FrameWorks applications. I refactored the commuter to no longer rely upon the insert and any of its called routines.
CapturePath for ProcErr
Sharp eyes. I updated HTTP_MCP to use the GetCapturePath service in the same way I do for the normal request and response logs.
Can I just make one comment.
Because I have a number of modifications I have made to existing modules, I upgrade the original copy and visually copy the code changes.
I see where , if someone upgraded a live/Testing system with this upgrade, there could be an issue where their SRP_HTTP_FRAMEWORK_SETUP in SYSENV will get overwritten.
Therefore, we try hard to thoroughly document what these changes are in the Version History page. It should give developers a way of introducing the changes safely.