Git client for ABAP
Go to file
Jakub Filak 102e5f9858 html_utils: URL unescape parameter fields
For some strange reason even post data is URL escaped on our
servers.

How I discovered this issue:
1. go to stage
2. leave some files in the state ?
3. click the Commit link
4. get the error 'process_stage_list: unknown method %3F'

URL decode '%3F' and see that the value is '?'.

The value is set to the hidden input fields in its unescaped form
in the function submitSapeventForm() but the value is escaped in
the method lif_gui_page~on_event of the class lcl_gui_page_stage.
2017-07-20 15:04:16 +02:00
docs docs: add link to presentation by @hendrik77 2017-07-14 13:38:06 +02:00
src html_utils: URL unescape parameter fields 2017-07-20 15:04:16 +02:00
.abapgit.xml ignore .gitignore 2017-05-07 16:45:51 +02:00
.gitignore docs: new lines, favicon 2017-05-20 14:37:25 +03:00
.travis.yml use node 8 2017-06-10 13:42:14 +02:00
changelog.txt v1.37.5 2017-07-17 20:00:41 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-07-07 14:21:51 +02:00
LICENSE Create LICENSE 2014-07-08 15:07:58 +02:00
package.json use latest abapmerge 2016-11-27 12:45:12 +01:00
README.md update link to documentation 2017-05-21 08:20:31 +02:00
travis.sh close #755 2017-05-17 19:00:22 +02:00

Build Status abaplint Slack

abapGit

Git client for ABAP

Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, HCP, TFS and more

ABAP Version: 702 or higher

Latest build: zabapgit.abap

Design Goals

  • Easy installation
  • Easy upgrade
  • Small system footprint
  • Code readable in git repository

Documentation/Guides

http://larshp.github.io/abapGit/

FAQ

For questions/comments/bugs/feature requests/wishes please create an issue

abapgit