Github issues will be addressed?

Hi ,

will anyone take a look at the issues reported in the github, since i have one

Hi @kamalakannanvkp, this project is part of the consulting repo, which often just contains one-off examples and are not supported.

The little sample project you’ve found that hasn’t been touched in 4 years, so it’s not likely that the maintainer is likely to check the issues on it.

thanks @Niall /. But i am stuck on this issue , the

 chain.doFilter(request, response); 

in the AutoLoginAuthenticationFilter , creates the below issue : will someone can address on how to fix the same ? The application workflow is perfectly fine , except this issue when integrated with SSO. CAn you please advise or get some technical experts ? Below is the version i use and exception

  Spring-Boot:  (v2.1.6.RELEASE)
  Camunda BPM: (v7.11.0)
  Camunda BPM Spring Boot Starter: (v3.3.3)

java.lang.IllegalStateException: Cannot create a session after the response has been committed
at org.apache.catalina.connector.Request.doGetSession(Request.java:3007) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at org.apache.catalina.connector.Request.getSession(Request.java:2442) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:908) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:920) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:250) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at com.camunda.bpm.filter.AutoLoginAuthenticationFilter.doFilter(AutoLoginAuthenticationFilter.java:77) ~[camunda.jar:na]

Any updates?

Hi @davidch @aravindhrs @carbon_60 @surajmali14 ,i have upgraded and do see 403 error when trying to access teh tasklist page .

image

Developer mode response : for loading the filter

{“timestamp”:“2020-08-11T14:34:59.673+00:00”,“status”:403,“error”:“Forbidden”,“message”:"",“path”:"/camunda/api/engine/engine/default/filter/29a51f0c-d8a2-11ea-a0e4-005056b32f3f/list"}