Is your feature request related to a problem? Please describe.
Wraptile server fails to serve processes with slash in IDs, e.g. id="dem/processor_1". Although cuiman encodes the IDs correctly, the server returns 404 for such processes.
Describe the solution you'd like
Either
- forbid slashed in ID by raising or
- support them and fixing the issue above.
Is your feature request related to a problem? Please describe.
Wraptile server fails to serve processes with slash in IDs, e.g.
id="dem/processor_1". Although cuiman encodes the IDs correctly, the server returns 404 for such processes.Describe the solution you'd like
Either