• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TykTechnologies / tyk / 8184
39%
master: %

Build:
Build:
LAST BUILD BRANCH: v2.9.4.8
DEFAULT BRANCH: master
Ran 27 Jan 2020 09:36AM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
8184

push

travis-ci

Tyk Bot
coprocess: enhance error handling in ObjectPostProcess (#2638)

This small tweak could be useful in scenarios where the request URL is modified by a plugin (and the URL is invalid or empty), for example:

```python
from tyk.decorators import *
print("middleware.py is loaded")
@Hook
def myhook(request, session, spec):
  print("myhook called")
  request.object.url = ''
  return request, session
```
In the current implementation, when `ParseRequestURI` fails, the following line panics because of a nil `r.URL`:
```golang
r.URL.RawQuery = values.Encode()
```

(cherry picked from commit 0993ead38)
Jobs
ID Job ID Ran Files Coverage
2 8184.2 (LATEST_GO=true) 27 Jan 2020 09:36AM UTC 0
Travis Job 8184.2
Source Files on build 8184
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8184
  • 2b028f52 on github
  • Prev Build on release-2.9 (#8176)
  • Next Build on release-2.9 (#8186)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc