wocommunity / wolips

wolips
53 stars 53 forks source link

Added request handler to the WOLips server for opening java files #144 #171

Closed hugithordarson closed 2 years ago

hugithordarson commented 2 years ago

Adds a request handler /openJavaFile to the WOLips server. The idea is to add link to line numbers in stack traces shown in WOExceptionPage, so the relevant file/location can be opened directly in Eclipse.

The URL structure is:

http://localhost:9485/openJavaFile?pw={pw}&app={app}className={className}&lineNumber={lineNumber}

Where

To complete the issue, WOExceptionPage/ERXException page must also be updated to link to the relevant URLs.