Closed GoogleCodeExporter closed 9 years ago
Problem solved by modifying the method doFilter from the
AuthenticationFilter-class.
Original comment by 123emma4...@googlemail.com
on 22 Jul 2010 at 12:04
Please create a patch
<http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/>
, <http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-patch.html> and
attach it to this issue.
If required, please add comments to your solution.
Original comment by mtku...@googlemail.com
on 22 Jul 2010 at 12:58
Issue 452 has been merged into this issue.
Original comment by philipp....@student.hpi.uni-potsdam.de
on 12 Aug 2010 at 7:02
<context-param>
<param-name>proxy-host-name</param-name>
<param-value>http://proxy</param-value>
</context-param>
<context-param>
<param-name>proxy-port</param-name>
<param-value>8080</param-value>
</context-param>
Add this snippet to your web.xml and everything should run, otherwise please
comment on this issue or contact me
No patch nessary, @see
org.b3mn.poem.handler.LoginHandler.setupProxy(ServletContext)
Original comment by philipp....@student.hpi.uni-potsdam.de
on 12 Aug 2010 at 7:11
Original issue reported on code.google.com by
123emma4...@googlemail.com
on 20 Jul 2010 at 11:11Attachments: